git: 2c561ee2147b - main - devel/py-oci: Update 2.175.0 => 2.180.0

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Tue, 23 Jun 2026 19:20:31 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c561ee2147b3c187ed492b1d68cc5d1f5e59249

commit 2c561ee2147b3c187ed492b1d68cc5d1f5e59249
Author:     Alessandro Sagratini <ale_sagra@hotmail.com>
AuthorDate: 2026-06-23 19:17:49 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-06-23 19:17:49 +0000

    devel/py-oci: Update 2.175.0 => 2.180.0
    
    Changelogs:
    https://github.com/oracle/oci-python-sdk/releases/tag/v2.176.0
    https://github.com/oracle/oci-python-sdk/releases/tag/v2.177.0
    https://github.com/oracle/oci-python-sdk/releases/tag/v2.178.0
    https://github.com/oracle/oci-python-sdk/releases/tag/v2.179.0
    https://github.com/oracle/oci-python-sdk/releases/tag/v2.180.0
    
    PR:             296228
    Sponsored by:   UNIS Labs
---
 devel/py-oci/Makefile                   | 3 ++-
 devel/py-oci/distinfo                   | 6 +++---
 devel/py-oci/files/patch-pyproject.toml | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile
index 4ed835e802c7..493a249ac168 100644
--- a/devel/py-oci/Makefile
+++ b/devel/py-oci/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	oci
-DISTVERSION=	2.175.0
+DISTVERSION=	2.180.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +20,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}circuitbreaker>=1.3.1:devel/py-circuitbreaker@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}crc32c>=2.7.1:devel/py-crc32c@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docstring_parser>=0.16:textproc/py-docstring_parser@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mcp>=1.6.0:misc/py-mcp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyopenssl>=17.5.0:security/py-pyopenssl@${PY_FLAVOR} \
diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo
index b5bc1272f0bb..c1d0730db34a 100644
--- a/devel/py-oci/distinfo
+++ b/devel/py-oci/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779272209
-SHA256 (oci-2.175.0.tar.gz) = a2c0f7a61e26a430cb5d2f611226eca6ee49f113ba6326ca97c8608be54f168c
-SIZE (oci-2.175.0.tar.gz) = 17358322
+TIMESTAMP = 1782200903
+SHA256 (oci-2.180.0.tar.gz) = e183dbdc8eb1ee2263d9de640e7b52b79edb66b68c9bebe4bee0ed94e1fe5e3c
+SIZE (oci-2.180.0.tar.gz) = 17529247
diff --git a/devel/py-oci/files/patch-pyproject.toml b/devel/py-oci/files/patch-pyproject.toml
index 5a1f1d7ca650..04ae8ae5f27f 100644
--- a/devel/py-oci/files/patch-pyproject.toml
+++ b/devel/py-oci/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-04-27 09:59:05 UTC
+--- pyproject.toml.orig	2026-06-22 05:10:35 UTC
 +++ pyproject.toml
 @@ -5,9 +5,7 @@ requires = [
  requires = [
@@ -6,7 +6,7 @@
      "setuptools==59.6.0; python_version == '3.6'",
 -    "setuptools==68.0.0; python_version == '3.7'",
 -    "setuptools==75.3.2; python_version == '3.8'",
--    "setuptools==78.1.1; python_version >= '3.9'",
+-    "setuptools==78.1.1,<81; python_version >= '3.9'",
 +    "setuptools==63.1.0; python_version >= '3.7'",
      "wheel"
  ]