Received: by mail.netbsd.org (Postfix, from userid 605) id 345ED84F4D; Thu, 8 Feb 2024 23:12:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E61584F47 for ; Thu, 8 Feb 2024 23:12:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hHGp2CxxB7VQ for ; Thu, 8 Feb 2024 23:12:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B6AB84D0C for ; Thu, 8 Feb 2024 23:12:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73C00FA42; Thu, 8 Feb 2024 23:12:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707433943277400" MIME-Version: 1.0 Date: Thu, 8 Feb 2024 23:12:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-kombu To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240208231223.73C00FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707433943277400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 8 23:12:23 UTC 2024 Modified Files: pkgsrc/net/py-kombu: Makefile PLIST distinfo Removed Files: pkgsrc/net/py-kombu/patches: patch-requirements_test.txt Log Message: py-kombu: updated to 5.3.5 5.3.5 Fix ReadTheDocs CI fix(docs): add Redis to the list of transports where SSL is supported Fixed Improper Method Call: Replaced mktemp Bump actions/setup-python from 4 to 5 Bump github/codeql-action from 2 to 3 fix: freeze set during ticks iter in async hub azure service bus: fix TypeError when using Managed Identities Fix unacknowledge typo in restore_visible() Changed pyup -> dependabot for updating dependencies Bump pytest from 7.4.3 to 7.4.4 Bump flake8 from 6.0.0 to 7.0.0 Bump mypy from 1.3.0 to 1.8.0 Fix crash when using global_keyprefix with a sentinel connection Fixed version_dev in docs/conf.py 5.3.4 Use the correct protocol for SQS requests 5.3.3 Raise access denied error when ack. test redis 5.0.0. fix azure servicebus using managed identity support Added as_uri method to MongoDB transport Revert Use boto3 for SQS async requests Create a lock on cached_property if not present Bump kafka deps versions & fix integration test failures Added Python 3.12 support. Fix: redis requeue concurrency bug 5.3.2 Reverted unwanted constraint introduced in 1629 with max_retries Doc fix Python3.12: fix imports in kombu/utils/objects.py Use boto3 for SQS async requests docs: Remove SimpleQueue import Fixed pre-commit issues azure service bus: add managed identity support fix: Prevent redis task loss when closing connection while in poll Kombu & celery with SQS syntax correction 5.3.1 Update pycurl version. Declare python 3.11 support Fix: allow deserializing any version of UUID. Update PyCurl version in SQS 5.3.0 Support for Kafka as transport. Add fanout to filesystem Added possibility to serialize and deserialize binary messages in json Support pymongo 4.x Support redis-py 4.5.x. Upgrade Azure Storage Queues transport to version 12 Add support to SQS DelaySeconds Add WATCH to prefixed complex commands. Avoid losing type of UUID when serializing/deserializing Added HLEN to the list of prefixed redis commands Add managed identity support to azure storage queue Add Support of sqlalchemy v2.0. Deprecate pytz and use zoneinfo To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/py-kombu/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-kombu/PLIST cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/py-kombu/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/net/py-kombu/patches/patch-requirements_test.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707433943277400 Content-Disposition: inline Content-Length: 4118 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-kombu/Makefile diff -u pkgsrc/net/py-kombu/Makefile:1.36 pkgsrc/net/py-kombu/Makefile:1.37 --- pkgsrc/net/py-kombu/Makefile:1.36 Sun Jul 30 15:32:49 2023 +++ pkgsrc/net/py-kombu/Makefile Thu Feb 8 23:12:23 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2023/07/30 15:32:49 adam Exp $ +# $NetBSD: Makefile,v 1.37 2024/02/08 23:12:23 adam Exp $ -DISTNAME= kombu-5.2.4 +DISTNAME= kombu-5.3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=k/kombu/} @@ -10,18 +10,21 @@ HOMEPAGE= https://kombu.readthedocs.io/ COMMENT= Messaging framework for Python LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-amqp>=5.0.9:../../net/py-amqp +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-amqp>=5.1.1:../../net/py-amqp DEPENDS+= ${PYPKGPREFIX}-vine-[0-9]*:../../devel/py-vine +TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis +TEST_DEPENDS+= ${PYPKGPREFIX}-Pyro4-[0-9]*:../../devel/py-Pyro TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezer-[0-9]*:../../devel/py-test-freezer TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar -TEST_DEPENDS+= ${PYPKGPREFIX}-Pyro4-[0-9]*:../../devel/py-Pyro - -PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + REPLACE_PYTHON+= kombu/tests/test_serialization.py -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/py-kombu/PLIST diff -u pkgsrc/net/py-kombu/PLIST:1.10 pkgsrc/net/py-kombu/PLIST:1.11 --- pkgsrc/net/py-kombu/PLIST:1.10 Fri May 7 18:00:35 2021 +++ pkgsrc/net/py-kombu/PLIST Thu Feb 8 23:12:23 2024 @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.10 2021/05/07 18:00:35 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.11 2024/02/08 23:12:23 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/kombu/__init__.py ${PYSITELIB}/kombu/__init__.pyc ${PYSITELIB}/kombu/__init__.pyo @@ -128,6 +127,9 @@ ${PYSITELIB}/kombu/transport/azurestorag ${PYSITELIB}/kombu/transport/base.py ${PYSITELIB}/kombu/transport/base.pyc ${PYSITELIB}/kombu/transport/base.pyo +${PYSITELIB}/kombu/transport/confluentkafka.py +${PYSITELIB}/kombu/transport/confluentkafka.pyc +${PYSITELIB}/kombu/transport/confluentkafka.pyo ${PYSITELIB}/kombu/transport/consul.py ${PYSITELIB}/kombu/transport/consul.pyc ${PYSITELIB}/kombu/transport/consul.pyo Index: pkgsrc/net/py-kombu/distinfo diff -u pkgsrc/net/py-kombu/distinfo:1.31 pkgsrc/net/py-kombu/distinfo:1.32 --- pkgsrc/net/py-kombu/distinfo:1.31 Fri Feb 10 14:33:20 2023 +++ pkgsrc/net/py-kombu/distinfo Thu Feb 8 23:12:23 2024 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.31 2023/02/10 14:33:20 wiz Exp $ +$NetBSD: distinfo,v 1.32 2024/02/08 23:12:23 adam Exp $ -BLAKE2s (kombu-5.2.4.tar.gz) = 7897776b8a7fc09f40e1827b36901b5d7fc0d582f0d38fea6a232c17960d4600 -SHA512 (kombu-5.2.4.tar.gz) = 695813bee71d627649e772b45b25494784a6a81bcad92331160705e34d8b2268fa90629983ebcfd04ec23208508d422f1834cc56895532911602d58ec0090a03 -Size (kombu-5.2.4.tar.gz) = 423450 bytes -SHA1 (patch-requirements_test.txt) = 0b1d58ecfd9847ac1ad794646599d5284776b987 +BLAKE2s (kombu-5.3.5.tar.gz) = d7952dad17980748437ce55cc82fbe408b2e3abde7a11265c7f30948f2396118 +SHA512 (kombu-5.3.5.tar.gz) = 58b75b5f62cf116ca68d296c9379c10b1e3c3cb115dffd35416f87ecd4783e5230fe280f7b67f4853798056c39a46a6deefdf058ed4fe3eaa7716fa053874b47 +Size (kombu-5.3.5.tar.gz) = 438460 bytes --_----------=_1707433943277400--