git: d1033d1b40ae - main - net/py-bonsai: Update to 1.5.2

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Mon, 25 Dec 2023 07:36:21 UTC
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d1033d1b40ae43c8a8335594db8b6cd880ab363e

commit d1033d1b40ae43c8a8335594db8b6cd880ab363e
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-11-25 15:47:26 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-12-25 07:35:38 +0000

    net/py-bonsai: Update to 1.5.2
    
    PR:             275335
    Changelog:      https://github.com/noirello/bonsai/blob/master/CHANGELOG.rst#152---2023-11-20
---
 net/py-bonsai/Makefile | 39 ++++++++++++++++++++++++++++++++++++++-
 net/py-bonsai/distinfo |  6 +++---
 2 files changed, 41 insertions(+), 4 deletions(-)

diff --git a/net/py-bonsai/Makefile b/net/py-bonsai/Makefile
index 4e9c8cf10183..2283ed29dbcd 100644
--- a/net/py-bonsai/Makefile
+++ b/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}
@@ -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
 
diff --git a/net/py-bonsai/distinfo b/net/py-bonsai/distinfo
index 914634a907ac..73482b980183 100644
--- a/net/py-bonsai/distinfo
+++ b/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