Skip to content

Commit

Permalink
net/py-bonsai: Update to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanix authored and metalefty committed Dec 25, 2023
1 parent b87ea73 commit d1033d1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
39 changes: 38 additions & 1 deletion net/py-bonsai/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bonsai
DISTVERSION= 1.5.1
DISTVERSION= 1.5.2
CATEGORIES= net devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,9 +14,46 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
MY_DEPENDS= openldap26-client>=0:net/openldap26-client
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}

USES= localbase python
USE_PYTHON= autoplist concurrent distutils pytest
PYTEST_IGNORED_TESTS= TornadoLDAPConnectionTest.test_connection test_abandon \
test_acl_from_binary test_acl_to_binary \
test_add_and_delete test_async_close_remove_pendig_ops \
test_async_with test_binary test_bind_digest \
test_bind_digest_with_authzid test_bind_external \
test_bind_external_with_authzid test_bind_gssapi_kinit \
test_bind_gssapi_with_authzid_kinit \
test_bind_not_supported_auth test_bind_ntlm \
test_change_attribute test_change_attribute_error \
test_client_sizelimit_error test_close test_connect \
test_connection test_connection_timeout \
test_digest_auth_error test_dn_with_space \
test_extended_dn test_fileno test_from_binary test_get \
test_ignore_referrals test_ldap_over_tls \
test_load_resource test_modify_and_rename \
test_modify_referrals test_obj_err test_open \
test_paged_search test_paged_search_with_auto_acq \
test_password_expire test_password_lockout \
test_password_modify test_pool_close test_pool_get_put \
test_pool_spawn test_ppolicy test_put test_put_closed \
test_raw_attributes test_recursive_delete \
test_referral_chasing test_rename test_rename_error \
test_rename_with_old_rdn test_rootdse test_search \
test_search_timeout test_server_sizelimit_error \
test_set_async_connect test_set_sasl_sec_properties \
test_simple_auth_error test_sort_order test_spawn \
test_special_char test_starttls test_sync_operations \
test_threaded_pool_block test_threaded_pool_close \
test_threaded_pool_raise test_tls_timeout \
test_to_binary test_unicode test_url_attribute \
test_vlv_attrvalue test_vlv_offset \
test_vlv_without_sort_order test_whoami \
test_wrong_add_param test_wrong_conn_param \
test_wrong_delete_param test_wrong_search_param

OPTIONS_DEFINE= GEVENT TORNADO TRIO

Expand Down
6 changes: 3 additions & 3 deletions net/py-bonsai/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1685288184
SHA256 (bonsai-1.5.1.tar.gz) = 101b0d166349bdcbf764a8139fd06b85b5524b4425e3f2bd6c2381f90369f735
SIZE (bonsai-1.5.1.tar.gz) = 149639
TIMESTAMP = 1700827497
SHA256 (bonsai-1.5.2.tar.gz) = 8d6ba21fcbbd4309dcffdba723247aa3dc6a971474b941edcfa3ce1c0ed3ff41
SIZE (bonsai-1.5.2.tar.gz) = 149852

0 comments on commit d1033d1

Please sign in to comment.