1
0

- update to version 9.4.0

- reno: Update master for unmaintained/yoga
  - Update master for stable/2023.2
  - Remove compatibility with Python < 3.8
  - Bump hacking
  - Update python classifier in setup.cfg
  - Add choices parameter for IntOpt class
  - Bump hacking (again)

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=103
This commit is contained in:
Dirk Mueller 2024-05-02 22:15:11 +00:00 committed by Git OBS Bridge
parent c05e43ac74
commit 4ff3418874
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffeb01ca65a603d5525905f1a88a3319be09ce2c6ac376c4312aaec283095878
size 161235

3
oslo.config-9.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b11a661b608edb50305dad91e4e30819d90ef794b7d7dba5bd8b2ef2eb8c0d
size 161322

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 2 22:15:02 UTC 2024 - cloud-devel@suse.de
- update to version 9.4.0
- reno: Update master for unmaintained/yoga
- Update master for stable/2023.2
- Remove compatibility with Python < 3.8
- Bump hacking
- Update python classifier in setup.cfg
- Add choices parameter for IntOpt class
- Bump hacking (again)
-------------------------------------------------------------------
Fri Dec 1 16:25:52 UTC 2023 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-oslo.config
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: python-oslo.config
Version: 9.2.0
Version: 9.4.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.2.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-9.4.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.2.0
%autosetup -p1 -n oslo.config-9.4.0
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=9.2.0 PYTHONPATH=. \
PBR_VERSION=9.4.0 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}