pkgsrc/net/py-pamqp/Makefile
adam 8864ce6c14 py-pamqp: updated to 3.0.1
3.0.1:
This release fixes an issue with Basic.Reject requeue=False always being set to True


3.0.0:
This represents the first stable release of the 3.0 branch for pamqp. It is Python 3.6+ only and is focused on protocol correctness and completeness.

Changes

Bugfix for encoding of unsigned small integers being treated as signed small integers
Updated tests around timezone behavior issues
2020-09-14 19:36:16 +00:00

18 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/09/14 19:36:16 adam Exp $
DISTNAME= pamqp-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pamqp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pamqp.readthedocs.io/
COMMENT= RabbitMQ Focused AMQP low-level library
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"