View | Details | Raw Unified | Return to bug 248471
Collapse All | Expand All

(-)py-oci/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
1
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
2
# $FreeBSD: head/devel/py-oci/Makefile 544129 2020-08-04 03:11:34Z lwhsu $
2
# $FreeBSD: head/devel/py-oci/Makefile 533333 2020-04-29 12:04:52Z meta $
3
PORTNAME=	oci
3
PORTNAME=	oci
4
PORTVERSION=	2.19.0
4
PORTVERSION=	2.20.0
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)py-oci/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1595957353
1
TIMESTAMP = 1596565040
2
SHA256 (oci-2.19.0.tar.gz) = 937557d3e6f55624980c0487baf9bf9685d4a1d83f26ad3920bc2fc3ce0d3082
2
SHA256 (oci-2.20.0.tar.gz) = cd7e8eb58976d5cb3214e0cb2b09567aacf2cb2f0970d0c60ed3b7f8a4690141
3
SIZE (oci-2.19.0.tar.gz) = 2637406
3
SIZE (oci-2.20.0.tar.gz) = 2658678
(-)py-oci/files/patch-setup.py (+13 lines)
Line 0 Link Here
1
--- setup.py.orig	2020-08-04 12:58:40.686680000 +0000
2
+++ setup.py	2020-08-04 13:00:10.433547000 +0000
3
@@ -31,8 +31,8 @@
4
5
 requires = [
6
     "certifi",
7
-    "configparser==4.0.2",
8
-    "cryptography==2.8",
9
+    "configparser>=3.5.3",
10
+    "cryptography>=2.6",
11
     "pyOpenSSL>=17.5.0,<=19.1.0",
12
     "python-dateutil>=2.5.3,<3.0.0",
13
     "pytz>=2016.10",

Return to bug 248471