From owner-svn-ports-all@freebsd.org Thu Mar 14 13:19:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5251715437CB; Thu, 14 Mar 2019 13:19:23 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin1.langille.org (clavin1.langille.org [162.208.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69B2877546; Thu, 14 Mar 2019 13:19:22 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin1.int.langille.org (clavin1.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id EB9EB21BA2 ; Thu, 14 Mar 2019 13:19:19 +0000 (UTC) From: Dan Langille Message-Id: <1C45C910-3CEF-4389-8FF3-9E67E0BCCE7A@langille.org> Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: svn commit: r490937 - in head/www/py-requests: . files Date: Thu, 14 Mar 2019 09:19:19 -0400 In-Reply-To: <201901221046.x0MAkBmv027213@repo.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org To: Kubilay Kocak References: <201901221046.x0MAkBmv027213@repo.freebsd.org> X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 69B2877546 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dmarc=pass (policy=none) header.from=langille.org; spf=pass (mx1.freebsd.org: domain of dan@langille.org designates 162.208.116.86 as permitted sender) smtp.mailfrom=dan@langille.org X-Spamd-Result: default: False [-6.83 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:162.208.116.86]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; IP_SCORE(-3.62)[ip: (-9.65), ipnet: 162.208.116.0/22(-4.94), asn: 11403(-3.45), country: US(-0.07)]; MX_GOOD(-0.01)[cached: ALT3.ASPMX.L.GOOGLE.COM]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; NEURAL_HAM_SHORT(-0.91)[-0.905,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:11403, ipnet:162.208.116.0/22, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2019 13:19:23 -0000 It appears this never got merged to 2019Q1 --=20 Dan Langille - BSDCan / PGCon dan@langille.org > On Jan 22, 2019, at 5:46 AM, Kubilay Kocak wrote: >=20 > Author: koobs > Date: Tue Jan 22 10:46:11 2019 > New Revision: 490937 > URL: https://svnweb.freebsd.org/changeset/ports/490937 >=20 > Log: > www/py-requests: Update to 2.21.0 >=20 > - Update USES comment (Python 3.3 support dropped) > - Rebase setup.py patch (idna change released) > - Remove comment about failing tests due to httpbin issue which = seems > to now be fixed. >=20 > This update includes a pinned urllib3 version bump to < 1.25, which = paves > the way for a net/urllib3 update to 1.24 [1]. >=20 > Note: 2.20.0 includes a security vulnerability fix for CVE-2018-18074 >=20 > Changelog: >=20 > https://github.com/requests/requests/blob/v2.21.0/HISTORY.md >=20 > PR: 229322 [1] > Security: 50ad9a9a-1e28-11e9-98d7-0050562a4d7b > MFH: 2019Q1 >=20 > Modified: > head/www/py-requests/Makefile > head/www/py-requests/distinfo > head/www/py-requests/files/patch-setup.py >=20 > Modified: head/www/py-requests/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/py-requests/Makefile Tue Jan 22 10:44:39 2019 = (r490936) > +++ head/www/py-requests/Makefile Tue Jan 22 10:46:11 2019 = (r490937) > @@ -2,8 +2,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D requests > -PORTVERSION=3D 2.18.4 > -PORTREVISION=3D 1 > +PORTVERSION=3D 2.21.0 > CATEGORIES=3D www python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -22,16 +21,13 @@ TEST_DEPENDS=3D = ${PYTHON_PKGNAMEPREFIX}pytest>=3D2.8.0:dev > = ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ > = ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} >=20 > -# Actually 2.6-2.7,3.3+ > +# Actually 2.6-2.7,3.4+ > USES=3D python > USE_PYTHON=3D autoplist concurrent distutils >=20 > CONFLICTS_INSTALL=3D py*-requests1-* >=20 > NO_ARCH=3D yes > - > -# Automated tests failinng due to httpbin issue > -# https://github.com/kennethreitz/httpbin/issues/403 >=20 > do-test: > @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >=20 > Modified: head/www/py-requests/distinfo > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/py-requests/distinfo Tue Jan 22 10:44:39 2019 = (r490936) > +++ head/www/py-requests/distinfo Tue Jan 22 10:46:11 2019 = (r490937) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1519435351 > -SHA256 (requests-2.18.4.tar.gz) =3D = 9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e > -SIZE (requests-2.18.4.tar.gz) =3D 126224 > +TIMESTAMP =3D 1548125465 > +SHA256 (requests-2.21.0.tar.gz) =3D = 502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e > +SIZE (requests-2.21.0.tar.gz) =3D 111528 >=20 > Modified: head/www/py-requests/files/patch-setup.py > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/py-requests/files/patch-setup.py Tue Jan 22 10:44:39 2019 = (r490936) > +++ head/www/py-requests/files/patch-setup.py Tue Jan 22 10:46:11 2019 = (r490937) > @@ -1,21 +1,12 @@ > -# 1: Backport bumping idna max version > -# = https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3= d5968721bc > -# 2: pytest-cov and its dependencies are not compulsory > +# pytest-cov and its dependencies are not compulsory >=20 > ---- setup.py.orig 2017-08-15 13:19:39 UTC > +--- setup.py.orig 2019-01-22 02:52:54 UTC > +++ setup.py > -@@ -43,12 +43,12 @@ packages =3D ['requests'] > -=20 > - requires =3D [ > - 'chardet>=3D3.0.2,<3.1.0', > -- 'idna>=3D2.5,<2.7', > -+ 'idna>=3D2.5,<2.8', > - 'urllib3>=3D1.21.1,<1.23', > - 'certifi>=3D2017.4.17' > -=20 > +@@ -50,7 +50,6 @@ requires =3D [ > ] > --test_requirements =3D ['pytest-httpbin=3D=3D0.0.7', 'pytest-cov', = 'pytest-mock', 'pytest-xdist', 'PySocks>=3D1.5.6, !=3D1.5.7', = 'pytest>=3D2.8.0'] > -+test_requirements =3D ['pytest-httpbin=3D=3D0.0.7', 'pytest-mock', = 'pytest-xdist', 'PySocks>=3D1.5.6, !=3D1.5.7', 'pytest>=3D2.8.0'] > -=20 > - about =3D {} > - with open(os.path.join(here, 'requests', '__version__.py'), 'r', = 'utf-8') as f: > + test_requirements =3D [ > + 'pytest-httpbin=3D=3D0.0.7', > +- 'pytest-cov', > + 'pytest-mock', > + 'pytest-xdist', > + 'PySocks>=3D1.5.6, !=3D1.5.7', >=20