aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessando Sagratini <ale_sagra@hotmail.com>2021-10-19 08:11:18 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2021-10-19 08:15:02 +0000
commitb5909eb755713193c2401e2efec47ee692b50659 (patch)
tree97c015bfd340ba1051bb23f9cd9a9cc7bf207a32
parent17fd72a5199102eeebe2948aaadda83793430bc4 (diff)
downloadports-b5909eb755713193c2401e2efec47ee692b50659.tar.gz
ports-b5909eb755713193c2401e2efec47ee692b50659.zip
devel/py-oci: Update to 2.47.0
-rw-r--r--devel/py-oci/Makefile3
-rw-r--r--devel/py-oci/distinfo6
-rw-r--r--devel/py-oci/files/patch-setup.py12
3 files changed, 4 insertions, 17 deletions
diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile
index 18e48844a737..7d28c39978fb 100644
--- a/devel/py-oci/Makefile
+++ b/devel/py-oci/Makefile
@@ -1,7 +1,7 @@
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
PORTNAME= oci
-PORTVERSION= 2.46.0
+PORTVERSION= 2.47.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,6 @@ LICENSE_FILE_UPL= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS_UPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}configparser>=3.5.0b1:devel/py-configparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3<3.0.0:devel/py-dateutil@${PY_FLAVOR} \
diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo
index 6b93b5fa7279..c41e76b29ca1 100644
--- a/devel/py-oci/distinfo
+++ b/devel/py-oci/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633339669
-SHA256 (oci-2.46.0.tar.gz) = 995dcad24724db80d24a8e39c895367a479dc2c0e4c5e7b406ca5e504398dabe
-SIZE (oci-2.46.0.tar.gz) = 4944454
+TIMESTAMP = 1634630567
+SHA256 (oci-2.47.0.tar.gz) = 746dccfbb58c20ba6bef2b1ceffc2a2515b2b5b9d2626d80da94e72a29320f44
+SIZE (oci-2.47.0.tar.gz) = 4967355
diff --git a/devel/py-oci/files/patch-setup.py b/devel/py-oci/files/patch-setup.py
deleted file mode 100644
index 5141c5f1e704..000000000000
--- a/devel/py-oci/files/patch-setup.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- setup.py.orig 2020-10-01 17:52:08 UTC
-+++ setup.py
-@@ -31,8 +31,8 @@ with open_relative("README.rst") as f:
-
- requires = [
- "certifi",
-- "configparser==4.0.2",
-+ "configparser>=3.5.3",
- "cryptography>=3.2.1,<=3.4.7",
- "pyOpenSSL>=17.5.0,<=19.1.0",
- "python-dateutil>=2.5.3,<3.0.0",
- "pytz>=2016.10",