git: e850f85719aa - main - textproc/py-transifex-client: Fix build with py-urllib3 1.26.5
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 24 20:33:12 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e850f85719aaedf39c4cbad555dbf45ec159eb1a
commit e850f85719aaedf39c4cbad555dbf45ec159eb1a
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-24 20:24:16 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-24 20:24:16 +0000
textproc/py-transifex-client: Fix build with py-urllib3 1.26.5
- While I'm here, update version requirement of RUN_DEPENDS
---
textproc/py-transifex-client/Makefile | 2 +-
textproc/py-transifex-client/files/patch-requirements.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/textproc/py-transifex-client/Makefile b/textproc/py-transifex-client/Makefile
index 7063608ff26e..32b9f76dfd3e 100644
--- a/textproc/py-transifex-client/Makefile
+++ b/textproc/py-transifex-client/Makefile
@@ -13,7 +13,7 @@ COMMENT= Command line interface for Transifex
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.26
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.2,1<2.0.0,1:net/py-urllib3@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} # <3.0.0
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-slugify>=1.26.0:textproc/py-python-slugify@${PY_FLAVOR}
diff --git a/textproc/py-transifex-client/files/patch-requirements.txt b/textproc/py-transifex-client/files/patch-requirements.txt
index c761ee94da55..a003920d2d12 100644
--- a/textproc/py-transifex-client/files/patch-requirements.txt
+++ b/textproc/py-transifex-client/files/patch-requirements.txt
@@ -5,7 +5,7 @@
-six==1.11.0
-requests>=2.19.1,<3.0.0
-python-slugify==1.2.6
-+urllib3<1.26
++urllib3>=1.24.2,<2.0.0
+six>=1.11.0
+requests>=2.19.1
+python-slugify>=1.2.6
More information about the dev-commits-ports-all
mailing list