Index: www/py-requests/Makefile =================================================================== --- www/py-requests/Makefile (revision 554402) +++ www/py-requests/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.22.0 -PORTREVISION= 2 +PORTVERSION= 2.24.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: www/py-requests/distinfo =================================================================== --- www/py-requests/distinfo (revision 554402) +++ www/py-requests/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572339862 -SHA256 (requests-2.22.0.tar.gz) = 11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4 -SIZE (requests-2.22.0.tar.gz) = 113406 +TIMESTAMP = 1604765727 +SHA256 (requests-2.24.0.tar.gz) = b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b +SIZE (requests-2.24.0.tar.gz) = 115071 Index: www/py-requests/files/patch-setup.py =================================================================== --- www/py-requests/files/patch-setup.py (revision 554402) +++ www/py-requests/files/patch-setup.py (nonexistent) @@ -1,29 +0,0 @@ -# pytest-cov and its dependencies are not compulsory -# -# Subject: [PATCH] Limit dependencies to major instead of minor (#5342 -# From c46f55bd48dabc02f033d252f8c64e2011f37361 Mon Sep 17 00:00:00 2001 -# From: Chris Withers -# Date: Tue, 18 Feb 2020 14:58:27 +0000 - ---- setup.py.orig 2019-05-16 14:22:45 UTC -+++ setup.py -@@ -42,8 +42,8 @@ if sys.argv[-1] == 'publish': - packages = ['requests'] - - requires = [ -- 'chardet>=3.0.2,<3.1.0', -- 'idna>=2.5,<2.9', -+ 'chardet>=3.0.2,<4', -+ 'idna>=2.5,<3', - 'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1', - 'certifi>=2017.4.17' - -@@ -101,7 +101,7 @@ setup( - cmdclass={'test': PyTest}, - tests_require=test_requirements, - extras_require={ -- 'security': ['pyOpenSSL >= 0.14', 'cryptography>=1.3.4', 'idna>=2.0.0'], -+ 'security': ['pyOpenSSL >= 0.14', 'cryptography>=1.3.4'], - 'socks': ['PySocks>=1.5.6, !=1.5.7'], - 'socks:sys_platform == "win32" and python_version == "2.7"': ['win_inet_pton'], - }, Property changes on: www/py-requests/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: www/py-requests/files/patch-tests_test__utils.py =================================================================== --- www/py-requests/files/patch-tests_test__utils.py (revision 554402) +++ www/py-requests/files/patch-tests_test__utils.py (nonexistent) @@ -1,17 +0,0 @@ -Make tests work with devel/py-pytest >= 4 - -Obtained from: -https://github.com/psf/requests/commit/0fe6653eabc3e0a4b8c48e374fb7ee83a3bf829b - ---- tests/test_utils.py.orig 2019-05-16 14:18:16 UTC -+++ tests/test_utils.py -@@ -33,7 +33,8 @@ class TestSuperLen: - 'stream, value', ( - (StringIO.StringIO, 'Test'), - (BytesIO, b'Test'), -- pytest.mark.skipif('cStringIO is None')((cStringIO, 'Test')), -+ pytest.param(cStringIO, 'Test', -+ marks=pytest.mark.skipif('cStringIO is None')), - )) - def test_io_streams(self, stream, value): - """Ensures that we properly deal with different kinds of IO streams.""" Property changes on: www/py-requests/files/patch-tests_test__utils.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property