1
0

Accepting request 940194 from Cloud:OpenStack:Factory

- update to version 8.7.1
  - remove unicode from code
  - Add Python3 xena unit tests
  - Adding the missing HostDomain config option
  - Add the version parameter.
  - Fix formatting of release list
  - Move flake8 as a pre-commit local target.
  - config-generator yaml format doesn't work with i18n fields
  - setup.cfg: Replace dashes with underscores
  - update doc url
  - Ussuri+ is python3 only
  - Remove references to 'sys.version_info'
  - Update master for stable/wallaby
  - tests: Add test for config file priority order

OBS-URL: https://build.opensuse.org/request/show/940194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.config?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2021-12-13 19:44:44 +00:00 committed by Git OBS Bridge
commit fd13912ba5
5 changed files with 27 additions and 9 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/oslo.config/oslo.config.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.config/oslo.config.spec.j2</param>
<param name="output-name">python-oslo.config.spec</param>
<param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/stable/wallaby/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/stable/xena/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.config</param>
</service>

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Oct 26 21:36:55 UTC 2021 - cloud-devel@suse.de
- update to version 8.7.1
- remove unicode from code
- Add Python3 xena unit tests
- Adding the missing HostDomain config option
- Add the version parameter.
- Fix formatting of release list
- Move flake8 as a pre-commit local target.
- config-generator yaml format doesn't work with i18n fields
- setup.cfg: Replace dashes with underscores
- update doc url
- Ussuri+ is python3 only
- Remove references to 'sys.version_info'
- Update master for stable/wallaby
- tests: Add test for config file priority order
-------------------------------------------------------------------
Sun May 2 16:34:34 UTC 2021 - cloud-devel@suse.de

View File

@ -17,14 +17,14 @@
Name: python-oslo.config
Version: 8.5.0
Version: 8.7.1
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-8.5.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.7.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 5.1
BuildRequires: python3-debtcollector >= 1.2.0
@ -90,13 +90,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
Documentation for the oslo-config library.
%prep
%autosetup -p1 -n oslo.config-8.5.0
%autosetup -p1 -n oslo.config-8.7.1
%py_req_cleanup
%build
%{py3_build}
PBR_VERSION=8.5.0 PYTHONPATH=. \
PBR_VERSION=8.7.1 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}