Index: head/devel/py-oci/Makefile =================================================================== --- head/devel/py-oci/Makefile (revision 556881) +++ head/devel/py-oci/Makefile (revision 556882) @@ -1,39 +1,39 @@ # Created by: Alessando Sagratini # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.24.0 +PORTVERSION= 2.24.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ale_sagra@hotmail.com COMMENT= Python interface to Oracle Cloud Infrastructure LICENSE= APACHE20 UPL LICENSE_COMB= dual LICENSE_GROUPS_UPL= FSF GPL OSI LICENSE_NAME_UPL= Universal Permissive License LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.txt 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>=2.6.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} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes # The testsuite isn't available in the sdist through PyPI, yet. Switching to # GitHub doesn't help either because the testsuite doesn't work outside # virtualenvs at the moment. # See also: https://github.com/oracle/oci-python-sdk/issues/164 # do-test: .include Index: head/devel/py-oci/distinfo =================================================================== --- head/devel/py-oci/distinfo (revision 556881) +++ head/devel/py-oci/distinfo (revision 556882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605677648 -SHA256 (oci-2.24.0.tar.gz) = d76f66c118596dc08a84db64409ec370a7e146944292e2a533dac3236689ff44 -SIZE (oci-2.24.0.tar.gz) = 3391859 +TIMESTAMP = 1606242078 +SHA256 (oci-2.24.1.tar.gz) = 5519d62244c4c8a7191d5dc294aeb177b6eb1575958ea8e71b2f4a41421a7fd5 +SIZE (oci-2.24.1.tar.gz) = 3392296 Index: head/devel/py-oci/files/patch-setup.py =================================================================== --- head/devel/py-oci/files/patch-setup.py (revision 556881) +++ head/devel/py-oci/files/patch-setup.py (revision 556882) @@ -1,13 +1,13 @@ --- 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", -- "cryptography==2.8", +- "cryptography==3.2.1", + "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",