diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile index c8854d2b7efa..751169c80789 100644 --- a/devel/py-oci/Makefile +++ b/devel/py-oci/Makefile @@ -1,38 +1,38 @@ # Created by: Alessando Sagratini PORTNAME= oci -PORTVERSION= 2.40.0 +PORTVERSION= 2.41.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>=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} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} USES= python:3.6+ 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 diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo index 9cf085b9edb7..20501208add9 100644 --- a/devel/py-oci/distinfo +++ b/devel/py-oci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623838237 -SHA256 (oci-2.40.0.tar.gz) = cc47c0faeff48b32156875cad6fab68c94752764d5cf75b9b7bdd53a9d62ad10 -SIZE (oci-2.40.0.tar.gz) = 4569352 +TIMESTAMP = 1625095331 +SHA256 (oci-2.41.0.tar.gz) = 3ce3fc36c22dff2cbfb330c092361b8194b11cdcbbd94f681b557b18cbbd05e5 +SIZE (oci-2.41.0.tar.gz) = 4703158 diff --git a/devel/py-oci/files/patch-setup.py b/devel/py-oci/files/patch-setup.py index 3bbd97593242..5141c5f1e704 100644 --- a/devel/py-oci/files/patch-setup.py +++ b/devel/py-oci/files/patch-setup.py @@ -1,12 +1,12 @@ --- 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.3.2", + "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",