py-pamqp: updated to 3.3.0

3.2.1 (2022-09-07)

Add wheel to distribution format

3.2.0 (2022-06-27)

Allow long-str to fall back to bytes in case of UnicodeDecodeError (AMQP 1.0 interop)

DOMAIN_REGEX enhanced to fulfill tag uri scheme for exchange and queue names.

3.1.0 (2022-01-10)

Add implicit UTC timezone behavior to the AMQP Basic.Properties timestamp value.

Add support for short-short-int and short-short-uint.
This commit is contained in:
adam 2024-01-25 17:13:45 +00:00
parent b8e31db70e
commit 2ff6879379
3 changed files with 17 additions and 15 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:30 wiz Exp $
# $NetBSD: Makefile,v 1.4 2024/01/25 17:13:45 adam Exp $
DISTNAME= pamqp-3.0.1
DISTNAME= pamqp-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pamqp/}
@ -11,9 +10,12 @@ HOMEPAGE= https://pamqp.readthedocs.io/
COMMENT= RabbitMQ Focused AMQP low-level library
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,10 @@
@comment $NetBSD: PLIST,v 1.2 2020/09/14 19:36:16 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
@comment $NetBSD: PLIST,v 1.3 2024/01/25 17:13:45 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}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/pamqp/__init__.py
${PYSITELIB}/pamqp/__init__.pyc
${PYSITELIB}/pamqp/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:06:40 nia Exp $
$NetBSD: distinfo,v 1.5 2024/01/25 17:13:45 adam Exp $
BLAKE2s (pamqp-3.0.1.tar.gz) = 4c6204c3e51f5978203426ade534d772b5507a63242a3a40d1d1a2a73d31f282
SHA512 (pamqp-3.0.1.tar.gz) = 078b69df40b53cd18ebf8c768c6001c83bfa268d8d651752e8405cb8c5f58c809d9dfb8e1c9b72e75bace62679cd02e0a965b7b6301fd764f6786213ec04a7e2
Size (pamqp-3.0.1.tar.gz) = 30941 bytes
BLAKE2s (pamqp-3.3.0.tar.gz) = 6bf066b82d9e05ce6607c04a1e052dd0dbfdc8059a8d9770c426b824ffa658ae
SHA512 (pamqp-3.3.0.tar.gz) = b07d58d8e199878692989dc53c80eaeb5918af0fff45bf280c7771410cd7d289bb57e60a1603037ebc9af92f7bfbbd443905665b2ea12e38b6180e9ecc9209e0
Size (pamqp-3.3.0.tar.gz) = 30993 bytes