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

(-)py-oci/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
1
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
2
PORTNAME=	oci
2
PORTNAME=	oci
3
PORTVERSION=	2.46.0
3
PORTVERSION=	2.47.0
4
CATEGORIES=	devel python
4
CATEGORIES=	devel python
5
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
LICENSE_PERMS_UPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
LICENSE_PERMS_UPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
19
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
20
	        ${PYTHON_PKGNAMEPREFIX}configparser>=3.5.0b1:devel/py-configparser@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3<3.0.0:devel/py-dateutil@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3<3.0.0:devel/py-dateutil@${PY_FLAVOR} \
(-)py-oci/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1633339669
1
TIMESTAMP = 1633457767
2
SHA256 (oci-2.46.0.tar.gz) = 995dcad24724db80d24a8e39c895367a479dc2c0e4c5e7b406ca5e504398dabe
2
SHA256 (oci-2.47.0.tar.gz) = 746dccfbb58c20ba6bef2b1ceffc2a2515b2b5b9d2626d80da94e72a29320f44
3
SIZE (oci-2.46.0.tar.gz) = 4944454
3
SIZE (oci-2.47.0.tar.gz) = 4967355
(-)py-oci/files/patch-setup.py (-12 lines)
Lines 1-12 Link Here
1
--- setup.py.orig	2020-10-01 17:52:08 UTC
2
+++ setup.py
3
@@ -31,8 +31,8 @@ with open_relative("README.rst") as f:
4
5
 requires = [
6
     "certifi",
7
-    "configparser==4.0.2",
8
+    "configparser>=3.5.3",
9
     "cryptography>=3.2.1,<=3.4.7",
10
     "pyOpenSSL>=17.5.0,<=19.1.0",
11
     "python-dateutil>=2.5.3,<3.0.0",
12
     "pytz>=2016.10",

Return to bug 258951