git: 9840b43f7a32 - main - devel/py-rq: Updated to 1.11.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Sep 2022 16:47:45 UTC
The branch main has been updated by skreuzer: URL: https://cgit.FreeBSD.org/ports/commit/?id=9840b43f7a320e17c003e1854ee626afe8062adf commit 9840b43f7a320e17c003e1854ee626afe8062adf Author: Steven Kreuzer <skreuzer@FreeBSD.org> AuthorDate: 2022-09-25 16:44:12 +0000 Commit: Steven Kreuzer <skreuzer@FreeBSD.org> CommitDate: 2022-09-25 16:47:01 +0000 devel/py-rq: Updated to 1.11.1 Changes: * queue.enqueue_many() now supports on_success and on on_failure arguments. * You can now pass enqueue_at_front to Dependency() objects to put dependent jobs at the front when they are enqueued. * Fixed a bug where workers may wrongly acquire scheduler locks. * Jobs should not be enqueued if any one of it's dependencies is canceled. * Fixed a bug when handling jobs that have been stopped. * Fixed a bug in handling Redis connections that don't allow SETNAME command. --- devel/py-rq/Makefile | 2 +- devel/py-rq/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-rq/Makefile b/devel/py-rq/Makefile index c1558a2b4d15..1eeacd78636a 100644 --- a/devel/py-rq/Makefile +++ b/devel/py-rq/Makefile @@ -1,5 +1,5 @@ PORTNAME= rq -PORTVERSION= 1.10.1 +PORTVERSION= 1.11.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-rq/distinfo b/devel/py-rq/distinfo index 7e3fac7a5e1b..82dda3367771 100644 --- a/devel/py-rq/distinfo +++ b/devel/py-rq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651943412 -SHA256 (rq-1.10.1.tar.gz) = 62d06b44c3acfa5d1933c5a4ec3fbc2484144a8af60e318d0b8447c5236271e2 -SIZE (rq-1.10.1.tar.gz) = 62151 +TIMESTAMP = 1664124138 +SHA256 (rq-1.11.1.tar.gz) = 31c07e55255bdc05c804902d4e15779185603b04b9161b43c3e7bcac84b3343b +SIZE (rq-1.11.1.tar.gz) = 63493