View | Details | Raw Unified | Return to bug 251896
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 556882 2020-12-03 01:57:43Z meta $
2
# $FreeBSD: head/devel/py-oci/Makefile 533333 2020-04-29 12:04:52Z meta $
3
PORTNAME=	oci
3
PORTNAME=	oci
4
PORTVERSION=	2.24.1
4
PORTVERSION=	2.26.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 = 1606242078
1
TIMESTAMP = 1608142685
2
SHA256 (oci-2.24.1.tar.gz) = 5519d62244c4c8a7191d5dc294aeb177b6eb1575958ea8e71b2f4a41421a7fd5
2
SHA256 (oci-2.26.0.tar.gz) = 9056e92398ccbb2cefde759094d9c5c5e1ff57155f3dcf765b598b6c88491e6c
3
SIZE (oci-2.24.1.tar.gz) = 3392296
3
SIZE (oci-2.26.0.tar.gz) = 3509939
(-)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 251896