public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oracledb] f45: Update to v26.0.0
Date: Fri, 11 Sep 2026 13:24:00 GMT	[thread overview]
Message-ID: <178913304034.1.4168201037912709156.rpms-python-oracledb-e602b02c5fff@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-oracledb
            Branch : f45
            Commit : e602b02c5fff302ac09a4136f9398a57241adc22
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-09-11T15:11:51+02:00
            Stats  : +8/-5 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-oracledb/c/e602b02c5fff302ac09a4136f9398a57241adc22?branch=f45

            Log:
            Update to v26.0.0

- Resolves: rhbz#2531598

---
diff --git a/.gitignore b/.gitignore
index 4ff4150..8a7006a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /oracledb-4.0.0.tar.gz
 /oracledb-4.0.1.tar.gz
 /oracledb-4.0.2.tar.gz
+/oracledb-26.0.0.tar.gz

diff --git a/python-oracledb.spec b/python-oracledb.spec
index ad7be41..57d8ea7 100644
--- a/python-oracledb.spec
+++ b/python-oracledb.spec
@@ -1,5 +1,5 @@
 Name:           python-oracledb
-Version:        4.0.2
+Version:        26.0.0
 Release:        %{autorelease}
 Summary:        OracleDB Driver
 
@@ -18,7 +18,8 @@ is the new name for Oracle's popular cx_Oracle driver.}
 %description %_description
 
 
-%pyproject_extras_subpkg -n python3-oracledb oci_config oci_auth azure_config azure_auth
+# optional gcp_config needs pypi - google-cloud-secret-manager
+%pyproject_extras_subpkg -n python3-oracledb oci_config oci_auth azure_config azure_auth aws_config
 
 
 %package -n python3-oracledb
@@ -32,7 +33,7 @@ Summary:        %{summary}
 
 
 %generate_buildrequires
-%pyproject_buildrequires -x oci_config,oci_auth,azure_config,azure_auth
+%pyproject_buildrequires -x oci_config,oci_auth,azure_config,azure_auth,aws_config
 
 
 %build
@@ -46,7 +47,8 @@ Summary:        %{summary}
 
 # Tests require an Oracle database to connect to.
 %check
-%pyproject_check_import
+# google extension not available
+%pyproject_check_import -e oracledb.plugins.gcp_config_provider
 
 
 %files -n python3-oracledb -f %{pyproject_files}

diff --git a/sources b/sources
index 60c3bc5..28828aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (oracledb-4.0.2.tar.gz) = 6c4e20bfb63e3d771219d6e0a2eb7c89b9e92193900a233874e84626f1cc4289634441cf71a69969cf3b9f7a6f97a53387f78ef1ecc3d2cd3147d74789f54a69
+SHA512 (oracledb-26.0.0.tar.gz) = 98443cb13170e3ab02cfcff6e5069a709e7a55a06109da540e44354f64a805106fc1e00e80b08b81e522d2ed923d50b0a7b4216f38f413890a3c09d3da521e23

                 reply	other threads:[~2026-09-11 13:24 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=178913304034.1.4168201037912709156.rpms-python-oracledb-e602b02c5fff@fedoraproject.org \
    --to=steve.traylen@cern.ch \
    --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