public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oslo-context] rawhide: Update to v6.5.0
@ 2026-07-27 14:04 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-07-27 14:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-oslo-context
            Branch : rawhide
            Commit : 37ade03225c6e3c1987c4dcf345e26fee84e7065
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-07-27T11:43:15+02:00
            Stats  : +9/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-oslo-context/c/37ade03225c6e3c1987c4dcf345e26fee84e7065?branch=rawhide

            Log:
            Update to v6.5.0

- Addition of ChangeLog to rpm
- Use correct tox env for testing in rpm build.

---
diff --git a/.gitignore b/.gitignore
index c2574a9..e33eda6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,5 @@
 /0x30566c450e41d7c91e442dfb231f942f608ddeff.txt
 /oslo_context-6.4.0.tar.gz
 /oslo_context-6.4.0.tar.gz.asc
+/oslo_context-6.5.0.tar.gz
+/oslo_context-6.5.0.tar.gz.asc

diff --git a/python-oslo-context.spec b/python-oslo-context.spec
index 01057ac..5630dc3 100644
--- a/python-oslo-context.spec
+++ b/python-oslo-context.spec
@@ -12,7 +12,7 @@ The request context is usually populated in the
 WSGI pipeline and used by various modules such as logging.}
 
 Name:           python-%{pkg_name}
-Version:        6.4.0
+Version:        6.5.0
 Release:        %autorelease
 Summary:        OpenStack Oslo Context library
 
@@ -90,9 +90,9 @@ sed -i \
 %generate_buildrequires
 
 %if 0%{?with_doc}
-%pyproject_buildrequires -t -e docs
+%pyproject_buildrequires -t -e docs,%{default_toxenv}
 %else
-%pyproject_buildrequires -t
+%pyproject_buildrequires -t -e %{default_texenv}
 %endif
 
 
@@ -115,12 +115,12 @@ rm -r doc/build/html/.{doctrees,buildinfo}
 # The tests are not being loaded here, the testenvs environment
 # never seems to run ... confused.
 %check
-%tox
+%tox -e %{default_toxenv}
 
 
 %files -n python3-%{pkg_name} -f %{pyproject_files}
 %license LICENSE
-%doc README.rst
+%doc README.rst ChangeLog
 %exclude %{python3_sitelib}/oslo_context/tests
 
 

diff --git a/sources b/sources
index 0e6714a..e267e31 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 SHA512 (0x30566c450e41d7c91e442dfb231f942f608ddeff.txt) = 8a8ec343aa8a03aef957efde28c50454ddb911382c912189783ba0f49cd1b6f15fbe2506d30a167468f944ea970fdefe8eec4d2be2c5683c37be000babfb802d
-SHA512 (oslo_context-6.4.0.tar.gz) = cd028e0bb274386c7a72c249cc0bc9bfe73c7f996f961dc6a8fe926760a320d8008973dd6b174637f12a1320a00bddf7ff7557a3331ed4be95b6fb875b6cea32
-SHA512 (oslo_context-6.4.0.tar.gz.asc) = 2ce1d5b16a77d01bfcc3e38de7250bb83253b2c72cebd5b4f411b943bdb0574c608fa63bd9cbe57808b93e02fda0a7be180505eddebc59f530b7899189f59f22
+SHA512 (oslo_context-6.5.0.tar.gz) = fd8ad907313f34b4973c881bd88cb685f5991833f7e866386c5821e981954326e1158eaacd9f82a158c387800ab016daf330e3bc027c2f6e2b60b58b3f01f511
+SHA512 (oslo_context-6.5.0.tar.gz.asc) = 1d755ed585f973accfbc7dd64319443e844d81a83949b33d135429dc3183466d359caa834d7da97bb8712b68854984e274aab9395fcd8e475e2d453533da472c

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

only message in thread, other threads:[~2026-07-27 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 14:04 [rpms/python-oslo-context] rawhide: Update to v6.5.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