Index: head/devel/py-oci/Makefile =================================================================== --- head/devel/py-oci/Makefile (revision 544197) +++ head/devel/py-oci/Makefile (revision 544198) @@ -1,39 +1,39 @@ # Created by: Alessando Sagratini # $FreeBSD$ PORTNAME= oci -PORTVERSION= 2.19.0 +PORTVERSION= 2.20.0 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 544197) +++ head/devel/py-oci/distinfo (revision 544198) @@ -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 Index: head/devel/py-oci/files/patch-setup.py =================================================================== --- head/devel/py-oci/files/patch-setup.py (nonexistent) +++ head/devel/py-oci/files/patch-setup.py (revision 544198) @@ -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", Property changes on: head/devel/py-oci/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property