public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Major Hayden <major@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oci] rawhide: Update to 2.177.0 upstream release
Date: Fri, 05 Jun 2026 15:12:59 GMT	[thread overview]
Message-ID: <178067237987.1.11028213644623244753.rpms-python-oci-735bc894bcf8@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-06-05 15:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178067237987.1.11028213644623244753.rpms-python-oci-735bc894bcf8@fedoraproject.org \
    --to=major@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox