Date: Sun, 10 Nov 2019 21:40:47 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r517228 - in branches/2019Q4/textproc/py-transifex-client: . files Message-ID: <201911102140.xAALelAg092186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Sun Nov 10 21:40:47 2019 New Revision: 517228 URL: https://svnweb.freebsd.org/changeset/ports/517228 Log: MFH: r517227 textproc/py-transifex-client: Relax requirements for urllib3 * Prepare the port for use with urllib 1.25.x [1]. * Bump PORTREVISION for package change. PR: 229322 [1] Approved by: portmgr blanket (runtime bugfix) Approved by: ports-secteam bugfix blanket Modified: branches/2019Q4/textproc/py-transifex-client/Makefile branches/2019Q4/textproc/py-transifex-client/files/patch-requirements.txt Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/textproc/py-transifex-client/Makefile ============================================================================== --- branches/2019Q4/textproc/py-transifex-client/Makefile Sun Nov 10 21:39:04 2019 (r517227) +++ branches/2019Q4/textproc/py-transifex-client/Makefile Sun Nov 10 21:40:47 2019 (r517228) @@ -3,6 +3,7 @@ PORTNAME= transifex-client PORTVERSION= 0.13.6 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,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.25 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.26 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} Modified: branches/2019Q4/textproc/py-transifex-client/files/patch-requirements.txt ============================================================================== --- branches/2019Q4/textproc/py-transifex-client/files/patch-requirements.txt Sun Nov 10 21:39:04 2019 (r517227) +++ branches/2019Q4/textproc/py-transifex-client/files/patch-requirements.txt Sun Nov 10 21:40:47 2019 (r517228) @@ -1,11 +1,11 @@ ---- requirements.txt.orig 2019-04-25 16:11:57 UTC +--- requirements.txt.orig 2018-10-17 13:27:37 UTC +++ requirements.txt @@ -1,4 +1,4 @@ -urllib3<1.24 -six==1.11.0 -requests>=2.19.1,<3.0.0 -python-slugify==1.2.6 -+urllib3<1.25 ++urllib3<1.26 +six>=1.11.0 +requests>=2.19.1 +python-slugify>=1.2.6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911102140.xAALelAg092186>