Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2020 02:48:07 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544198 - in head/devel/py-oci: . files
Message-ID:  <202008050248.0752m7tf061914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Aug  5 02:48:07 2020
New Revision: 544198
URL: https://svnweb.freebsd.org/changeset/ports/544198

Log:
  Update to 2.20.0
  
  PR:		248471
  Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)

Added:
  head/devel/py-oci/files/
  head/devel/py-oci/files/patch-setup.py   (contents, props changed)
Modified:
  head/devel/py-oci/Makefile
  head/devel/py-oci/distinfo

Modified: head/devel/py-oci/Makefile
==============================================================================
--- head/devel/py-oci/Makefile	Wed Aug  5 02:33:27 2020	(r544197)
+++ head/devel/py-oci/Makefile	Wed Aug  5 02:48:07 2020	(r544198)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oci
-PORTVERSION=	2.19.0
+PORTVERSION=	2.20.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-oci/distinfo
==============================================================================
--- head/devel/py-oci/distinfo	Wed Aug  5 02:33:27 2020	(r544197)
+++ head/devel/py-oci/distinfo	Wed Aug  5 02:48:07 2020	(r544198)
@@ -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

Added: head/devel/py-oci/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oci/files/patch-setup.py	Wed Aug  5 02:48:07 2020	(r544198)
@@ -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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008050248.0752m7tf061914>