add openjdk14

This commit is contained in:
ziggi
2020-04-11 11:34:52 +00:00
parent d77834a26d
commit e8ddced3f0
9 changed files with 27 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD: head/www/py-requests/Makefile 476584 2018-08-07 09:11:28Z koobs $
PORTNAME= requests
PORTVERSION= 2.18.4
PORTVERSION= 2.22.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1519435351
SHA256 (requests-2.18.4.tar.gz) = 9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e
SIZE (requests-2.18.4.tar.gz) = 126224
TIMESTAMP = 1586602978
SHA256 (requests-2.22.0.tar.gz) = 11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4
SIZE (requests-2.22.0.tar.gz) = 113406

View File

@@ -1,21 +1,12 @@
# 1: Backport bumping idna max version
# https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3d5968721bc
# 2: pytest-cov and its dependencies are not compulsory
# pytest-cov and its dependencies are not compulsory
--- 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 = ['requests']
requires = [
'chardet>=3.0.2,<3.1.0',
- 'idna>=2.5,<2.7',
+ 'idna>=2.5,<2.8',
'urllib3>=1.21.1,<1.23',
'certifi>=2017.4.17'
@@ -50,7 +50,6 @@ requires = [
]
-test_requirements = ['pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock', 'pytest-xdist', 'PySocks>=1.5.6, !=1.5.7', 'pytest>=2.8.0']
+test_requirements = ['pytest-httpbin==0.0.7', 'pytest-mock', 'pytest-xdist', 'PySocks>=1.5.6, !=1.5.7', 'pytest>=2.8.0']
about = {}
with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f:
test_requirements = [
'pytest-httpbin==0.0.7',
- 'pytest-cov',
'pytest-mock',
'pytest-xdist',
'PySocks>=1.5.6, !=1.5.7',