Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2024 08:08:33 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 952c1b2c08c6 - main - */*: Switch consumers from devel/py-rq to devel/py-rq1
Message-ID:  <202411230808.4AN88Xsd082471@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=952c1b2c08c60d2a6f6fc46ab4ef76109c53438e

commit 952c1b2c08c60d2a6f6fc46ab4ef76109c53438e
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-11-23 07:46:12 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-11-23 07:56:10 +0000

    */*: Switch consumers from devel/py-rq to devel/py-rq1
    
    These ports are not compatible with py-rq 2.0.0+ and for some there is
    not yet a new version that is ready for py-rq 2.0.0+.
    
    Therefore to avoid regressions, switch the consumers to the newly
    created port devel/py-rq1, which uses the 1.16.2 release.
    
    * Bump PORTREVISION due dependency change.
    
    PR:             282649
    Approved by:    portmgr (blanket)
---
 devel/py-django-rq/Makefile    | 3 ++-
 devel/py-rq-scheduler/Makefile | 4 ++--
 devel/py-sortinghat/Makefile   | 4 ++--
 dns/py-dns-crawler/Makefile    | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/py-django-rq/Makefile b/devel/py-django-rq/Makefile
index c878375c655f..b1a3a4681c85 100644
--- a/devel/py-django-rq/Makefile
+++ b/devel/py-django-rq/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	django-rq
 PORTVERSION=	2.10.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MASTER_SITES=	PYPI
@@ -15,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}redis>=3:databases/py-redis@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rq>=1.14<2.0:devel/py-rq@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}rq1>=1.14<2.0:devel/py-rq1@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-redis>=0:www/py-django-redis@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rq-scheduler>=0:devel/py-rq-scheduler@${PY_FLAVOR} \
 		redis-server:databases/redis
diff --git a/devel/py-rq-scheduler/Makefile b/devel/py-rq-scheduler/Makefile
index 42d25da8dda8..3b9dc5ae1f4f 100644
--- a/devel/py-rq-scheduler/Makefile
+++ b/devel/py-rq-scheduler/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rq-scheduler
 PORTVERSION=	0.13.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}crontab>=0.23.0:devel/py-crontab@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}croniter>=0.3.9:sysutils/py-croniter@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rq>=0.13:devel/py-rq@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}rq1>=0.13:devel/py-rq1@${PY_FLAVOR}
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-sortinghat/Makefile b/devel/py-sortinghat/Makefile
index 3b3e71e573af..9b8ac5695ad7 100644
--- a/devel/py-sortinghat/Makefile
+++ b/devel/py-sortinghat/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sortinghat
 DISTVERSION=	1.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +31,7 @@ RUN_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}pyjwt>=2.4.0:www/py-pyjwt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0:devel/py-python-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rq>=1.12.0:devel/py-rq@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rq1>=1.12.0:devel/py-rq1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sgqlc>=16.1:devel/py-sgqlc@${PY_FLAVOR} \
 		uwsgi${PYTHON_PKGNAMESUFFIX}>0:www/uwsgi
 
diff --git a/dns/py-dns-crawler/Makefile b/dns/py-dns-crawler/Makefile
index 1d65e57ccc5e..e875e08cc056 100644
--- a/dns/py-dns-crawler/Makefile
+++ b/dns/py-dns-crawler/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dns-crawler
 PORTVERSION=	1.6.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +31,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_F
 		${PYTHON_PKGNAMEPREFIX}redis>=4.5.4:databases/py-redis@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.23.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.10.1:www/py-requests-toolbelt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rq>=1.13.0:devel/py-rq@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}rq1>=1.13.0:devel/py-rq1@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent cryptography pep517



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411230808.4AN88Xsd082471>