From owner-svn-ports-branches@freebsd.org Sun Nov 10 21:40:48 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05CDC1A9AB4; Sun, 10 Nov 2019 21:40:48 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47B6rH6KTQz4QQS; Sun, 10 Nov 2019 21:40:47 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC7C3550D; Sun, 10 Nov 2019 21:40:47 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAALelGk092188; Sun, 10 Nov 2019 21:40:47 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAALelAg092186; Sun, 10 Nov 2019 21:40:47 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201911102140.xAALelAg092186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 10 Nov 2019 21:40:47 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in branches/2019Q4/textproc/py-transifex-client: . files X-SVN-Commit-Revision: 517228 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2019 21:40:48 -0000 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