Skip to content

Commit

Permalink
net/py-amqp: Update to 5.2.0
Browse files Browse the repository at this point in the history
Approved by:		olgeni (maintainer)
Differential revision:	https://reviews.freebsd.org/D43365
  • Loading branch information
jurajlutter committed Feb 5, 2024
1 parent cc9b966 commit ce55fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions net/py-amqp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= amqp
PORTVERSION= 2.6.1
PORTVERSION= 5.2.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,7 @@ WWW= https://github.com/celery/py-amqp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vine>=1.1.3<5.0.0a1:devel/py-vine@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vine>=5.0.0,<6.0.0:devel/py-vine@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions net/py-amqp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1605183368
SHA256 (amqp-2.6.1.tar.gz) = 70cdb10628468ff14e57ec2f751c7aa9e48e7e3651cfd62d431213c0c4e58f21
SIZE (amqp-2.6.1.tar.gz) = 119956
TIMESTAMP = 1704721960
SHA256 (amqp-5.2.0.tar.gz) = a1ecff425ad063ad42a486c902807d1482311481c8ad95a72694b2975e75f7fd
SIZE (amqp-5.2.0.tar.gz) = 128754

0 comments on commit ce55fe0

Please sign in to comment.