View | Details | Raw Unified | Return to bug 252615 | Differences between
and this patch

Collapse All | Expand All

(-)py-oci/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
1
# Created by: Alessando Sagratini <ale_sagra@hotmail.com>
2
# $FreeBSD: head/devel/py-oci/Makefile 558240 2020-12-16 20:36:14Z rhurlin $
2
# $FreeBSD: head/devel/py-oci/Makefile 533333 2020-04-29 12:04:52Z meta $
3
PORTNAME=	oci
3
PORTNAME=	oci
4
PORTVERSION=	2.26.0
4
PORTVERSION=	2.27.0
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)py-oci/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1608142685
1
TIMESTAMP = 1610477035
2
SHA256 (oci-2.26.0.tar.gz) = 9056e92398ccbb2cefde759094d9c5c5e1ff57155f3dcf765b598b6c88491e6c
2
SHA256 (oci-2.27.0.tar.gz) = 993e188e938137f0bb9ac47969af246ef2e9373cbeaf90dd42b136dbb6611ac6
3
SIZE (oci-2.26.0.tar.gz) = 3509939
3
SIZE (oci-2.27.0.tar.gz) = 3517116
(-)py-oci/files/patch-setup.py (-1 / +1 lines)
Lines 1-7 Link Here
1
--- setup.py.orig	2020-10-01 17:52:08 UTC
1
--- setup.py.orig	2020-10-01 17:52:08 UTC
2
+++ setup.py
2
+++ setup.py
3
@@ -31,8 +31,8 @@ with open_relative("README.rst") as f:
3
@@ -31,8 +31,8 @@ with open_relative("README.rst") as f:
4
4
5
 requires = [
5
 requires = [
6
     "certifi",
6
     "certifi",
7
-    "configparser==4.0.2",
7
-    "configparser==4.0.2",

Return to bug 252615