Update to 2.20.0

PR:		248471
Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
This commit is contained in:
Li-Wen Hsu 2020-08-05 02:48:07 +00:00
parent 2980e411aa
commit a46469f6ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544198
3 changed files with 17 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= oci
PORTVERSION= 2.19.0
PORTVERSION= 2.20.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1595957353
SHA256 (oci-2.19.0.tar.gz) = 937557d3e6f55624980c0487baf9bf9685d4a1d83f26ad3920bc2fc3ce0d3082
SIZE (oci-2.19.0.tar.gz) = 2637406
TIMESTAMP = 1596565040
SHA256 (oci-2.20.0.tar.gz) = cd7e8eb58976d5cb3214e0cb2b09567aacf2cb2f0970d0c60ed3b7f8a4690141
SIZE (oci-2.20.0.tar.gz) = 2658678

View File

@ -0,0 +1,13 @@
--- setup.py.orig 2020-08-04 12:58:40.686680000 +0000
+++ setup.py 2020-08-04 13:00:10.433547000 +0000
@@ -31,8 +31,8 @@
requires = [
"certifi",
- "configparser==4.0.2",
- "cryptography==2.8",
+ "configparser>=3.5.3",
+ "cryptography>=2.6",
"pyOpenSSL>=17.5.0,<=19.1.0",
"python-dateutil>=2.5.3,<3.0.0",
"pytz>=2016.10",