1
0

Accepting request 1171470 from Cloud:OpenStack:Factory

- 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/request/show/1171470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=44
This commit is contained in:
Ana Guerrero 2024-05-03 17:45:35 +00:00 committed by Git OBS Bridge
commit a7643a2bb5
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 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: python-oslo.config Name: python-oslo.config
Version: 9.2.0 Version: 9.4.0
Release: 0 Release: 0
Epoch: 0 Epoch: 0
Summary: OpenStack common configuration library Summary: OpenStack common configuration library
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.config 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: openstack-macros
BuildRequires: python3-PyYAML >= 5.1 BuildRequires: python3-PyYAML >= 5.1
BuildRequires: python3-debtcollector >= 1.2.0 BuildRequires: python3-debtcollector >= 1.2.0
@ -87,13 +87,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
Documentation for the oslo-config library. Documentation for the oslo-config library.
%prep %prep
%autosetup -p1 -n oslo.config-9.2.0 %autosetup -p1 -n oslo.config-9.4.0
%py_req_cleanup %py_req_cleanup
%build %build
%{py3_build} %{py3_build}
PBR_VERSION=9.2.0 PYTHONPATH=. \ PBR_VERSION=9.4.0 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers # remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo} rm -rf doc/build/html/.{doctrees,buildinfo}