public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oci] rawhide: Update to 2.177.0 upstream release
@ 2026-06-05 15:12 Major Hayden
  0 siblings, 0 replies; only message in thread
From: Major Hayden @ 2026-06-05 15:12 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-oci
            Branch : rawhide
            Commit : 735bc894bcf8a688f829bcdc6a6396f72dca7615
            Author : Major Hayden <major@redhat.com>
            Date   : 2026-06-05T10:06:07-05:00
            Stats  : +13/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-oci/c/735bc894bcf8a688f829bcdc6a6396f72dca7615?branch=rawhide

            Log:
            Update to 2.177.0 upstream release

Add python3-crc32c dependency. Upstream 2.177.0 imports crc32c
unconditionally in oci.object_storage but does not declare it in
pyproject.toml, so it is pulled neither by %pyproject_buildrequires nor
the auto-generated runtime requires. Add it explicitly as a
BuildRequires (for %pyproject_check_import) and Requires (for runtime).

Resolves: rhbz#2438427
Signed-off-by: Major Hayden <major@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index d7381ba..92cece3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,4 @@
 /oci-python-sdk-2.163.1.tar.gz
 /oci-python-sdk-2.165.1.tar.gz
 /oci-python-sdk-2.167.0.tar.gz
+/oci-python-sdk-2.177.0.tar.gz

diff --git a/python-oci.spec b/python-oci.spec
index fae590c..5d9debe 100644
--- a/python-oci.spec
+++ b/python-oci.spec
@@ -4,7 +4,7 @@
 %global         srcname     oci
 
 Name:           python-%{srcname}
-Version:        2.167.0
+Version:        2.177.0
 Release:        %autorelease
 Summary:        Oracle Cloud Infrastructure SDK for Python
 
@@ -20,6 +20,12 @@ BuildArch:      noarch
 
 BuildRequires:  python3-devel
 
+# Upstream imports crc32c unconditionally in oci.object_storage but does not
+# declare it in pyproject.toml, so it is neither pulled by
+# %%pyproject_buildrequires nor auto-generated as a runtime dependency.
+# oci/object_storage/transfer/internal/additional_checksum.py imports crc32c.
+BuildRequires:  python3dist(crc32c)
+
 %if %{with tests}
 BuildRequires:  python3dist(docstring-parser)
 BuildRequires:  python3dist(pydantic)
@@ -37,6 +43,10 @@ This is the Python SDK for Oracle Cloud Infrastructure. }
 %package -n python3-%{srcname}
 Summary:        %{summary}
 
+# Undeclared upstream dependency (imported in oci.object_storage). See the
+# BuildRequires comment above.
+Requires:       python3dist(crc32c)
+
 %description -n python3-%{srcname} %{_description}
 
 %prep

diff --git a/sources b/sources
index 8452718..6bc8328 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (oci-python-sdk-2.167.0.tar.gz) = 342cc8e4955716c16b65018333a168f6017adc2b7fff95a112c9b58405765d7a3eb722279db7e9de090eca0598f5a2b10b78c84052d0af5a8263ea0e21fe7956
+SHA512 (oci-python-sdk-2.177.0.tar.gz) = 259d5e54484a97f78873833848141caf4a3848e88788d605ab0dede78d7c60bb32ba4505263cff5e4d2d38bb4938258d7bab62fffad37f9ede7acc6b663f8e94

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-05 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 15:12 [rpms/python-oci] rawhide: Update to 2.177.0 upstream release Major Hayden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox