public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oracledb] rawhide: Update to v26.0.0
@ 2026-09-11 13:14 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-09-11 13:14 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-oracledb
            Branch : rawhide
            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=rawhide

            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

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

only message in thread, other threads:[~2026-09-11 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:14 [rpms/python-oracledb] rawhide: Update to v26.0.0 Steve Traylen

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