Date: Thu, 22 Apr 2021 16:51:53 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d1919f6aba08 - main - devel/py-oci: Fix files/patch-setup.py Message-ID: <202104221651.13MGprUC051498@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1919f6aba080aa8d02306ce668e317a42e7f5ef commit d1919f6aba080aa8d02306ce668e317a42e7f5ef Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-04-22 16:49:44 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-04-22 16:49:44 +0000 devel/py-oci: Fix files/patch-setup.py py-oci 2.37.0 setup.py was recently updated upstream. PR: 255321 Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer) --- devel/py-oci/files/patch-setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/py-oci/files/patch-setup.py b/devel/py-oci/files/patch-setup.py index 8b5858af64d1..3bbd97593242 100644 --- a/devel/py-oci/files/patch-setup.py +++ b/devel/py-oci/files/patch-setup.py @@ -5,9 +5,8 @@ requires = [ "certifi", - "configparser==4.0.2", -- "cryptography==3.2.1", + "configparser>=3.5.3", -+ "cryptography>=2.6", + "cryptography==3.3.2", "pyOpenSSL>=17.5.0,<=19.1.0", "python-dateutil>=2.5.3,<3.0.0", "pytz>=2016.10",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104221651.13MGprUC051498>