forked from pool/python-oslo.config
Accepting request 1198367 from Cloud:OpenStack:Factory
- update to version 9.6.0 - Remove old excludes - Dict: Support customizing key-value separator - Provide an exit code when raising SystemExit. - reno: Update master for unmaintained/victoria - Fix tests for Python 3.13 - doc: Drop oslo.db.concurrency namespace - reno: Update master for unmaintained/xena - Update master for stable/2024.1 - reno: Update master for unmaintained/wallaby - reno: Update master for unmaintained/zed - Add option for generate shell completion script OBS-URL: https://build.opensuse.org/request/show/1198367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=45
This commit is contained in:
commit
8ee8d21d0c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35b11a661b608edb50305dad91e4e30819d90ef794b7d7dba5bd8b2ef2eb8c0d
|
||||
size 161322
|
3
oslo.config-9.6.0.tar.gz
Normal file
3
oslo.config-9.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f05ef70e48d9a61a8d0c9bed389da24f2ef5a89df5b6e8deb7c741d6113667e
|
||||
size 164859
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 17:33:53 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
- update to version 9.6.0
|
||||
- Remove old excludes
|
||||
- Dict: Support customizing key-value separator
|
||||
- Provide an exit code when raising SystemExit.
|
||||
- reno: Update master for unmaintained/victoria
|
||||
- Fix tests for Python 3.13
|
||||
- doc: Drop oslo.db.concurrency namespace
|
||||
- reno: Update master for unmaintained/xena
|
||||
- Update master for stable/2024.1
|
||||
- reno: Update master for unmaintained/wallaby
|
||||
- reno: Update master for unmaintained/zed
|
||||
- Add option for generate shell completion script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 22:15:02 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: python-oslo.config
|
||||
Version: 9.4.0
|
||||
Version: 9.6.0
|
||||
Release: 0
|
||||
Epoch: 0
|
||||
Summary: OpenStack common configuration library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://docs.openstack.org/oslo.config
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.4.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.6.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PyYAML >= 5.1
|
||||
BuildRequires: python3-debtcollector >= 1.2.0
|
||||
@ -87,13 +87,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
|
||||
Documentation for the oslo-config library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n oslo.config-9.4.0
|
||||
%autosetup -p1 -n oslo.config-9.6.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
PBR_VERSION=9.4.0 PYTHONPATH=. \
|
||||
PBR_VERSION=9.6.0 PYTHONPATH=. \
|
||||
%sphinx_build -b html doc/source doc/build/html
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
Loading…
x
Reference in New Issue
Block a user