View | Details | Raw Unified | Return to bug 250690
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 552853 2020-10-21 06:30:53Z 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.23.1
4
PORTVERSION=	2.23.2
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 = 1603258913
1
TIMESTAMP = 1603881959
2
SHA256 (oci-2.23.1.tar.gz) = 88cf158456ada1e63c3b857f3f15c30c40f2d1c3a741be98b5517948b756d151
2
SHA256 (oci-2.23.2.tar.gz) = e79ab8b96f73029d96223b96ec2bafbf335d23c2b808bbc8aa88db46868ce51b
3
SIZE (oci-2.23.1.tar.gz) = 3384554
3
SIZE (oci-2.23.2.tar.gz) = 3406663
(-)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 250690