## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # There is a cirucular dependency on oslo.log at least for the tests # Change to "without" for boot strap mode. %bcond_with bootstrap %global sources_gpg 1 %global sources_gpg_sign 0xb8e9315f48553ec5aff9ffe5e69d97da9efb5aff %global sname oslo.config %global pypi_name oslo-config # doc and tests are enabled by default unless %%repo_bootstrap %bcond doc %[!0%{?with_bootstrap}] %bcond tests %[!0%{?with_bootstrap}] Name: python-oslo-config Epoch: 2 Version: 10.3.0 Release: %autorelease Summary: OpenStack common configuration library Group: Development/Languages License: Apache-2.0 URL: https://launchpad.net/%{sname} Source0: https://tarballs.openstack.org/%{sname}/oslo_config-%{version}.tar.gz # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.openstack.org/%{sname}/oslo_config-%{version}.tar.gz.asc Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt %endif BuildArch: noarch # Required for tarball sources verification %if 0%{?sources_gpg} == 1 BuildRequires: /usr/bin/gpgv2 %endif %global _description %{expand: The Oslo project intends to produce a python library containing infrastructure code shared by OpenStack projects. The APIs provided by the project should be high quality, stable, consistent and generally useful. The oslo-config library is a command line and configuration file parsing library from the Oslo project.} %description %_description %package -n python3-%{pypi_name} Summary: OpenStack common configuration library BuildRequires: python3-devel BuildRequires: git-core %description -n python3-%{pypi_name} %_description %if %{with doc} %package -n python-%{pypi_name}-doc Summary: Documentation for OpenStack common configuration library %description -n python-%{pypi_name}-doc Documentation for the oslo-config library. %endif %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n oslo_config-%{version} -S git # Remove shebang from non executable file, it's used by the oslo-config-validator binary. sed -i '/\/usr\/bin\/env/d' oslo_config/validator.py # Remove tests requiring sphinx if sphinx is not available %if %{with doc} == 0 rm oslo_config/tests/test_sphinxext.py rm oslo_config/tests/test_sphinxconfiggen.py %endif sed -i /^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d tox.ini sed -i \ -e "/^coverage[[:space:]]*[!><=]/d" \ -e "/^reno[[:space:]]*[!><=]/d" \ -e "/^doc8[[:space:]]*[!><=]/d" \ test-requirements.txt doc/requirements.txt %generate_buildrequires %pyproject_buildrequires %{?with_doc:-e docs} %{?with_tests:-e %{default_toxenv}} %build %pyproject_wheel %if %{with doc} %tox -e docs # remove the sphinx-build-3 leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %endif %install %pyproject_install %pyproject_save_files -l oslo_config pushd %{buildroot}/%{_bindir} for i in generator validator do ln -s oslo-config-$i oslo-config-$i-3 done popd %check %if %{with tests} # Re-enable when updated in a coordinated manner. %tox -e %{default_toxenv} %else %pyproject_check_import oslo_config -e oslo_config.fixture -e oslo_config.sphinxconfiggen -e oslo_config.sphinxext -e oslo_config.tests.* %endif %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.rst %license LICENSE %{_bindir}/oslo-config-generator %{_bindir}/oslo-config-generator-3 %{_bindir}/oslo-config-validator %{_bindir}/oslo-config-validator-3 %if %{with doc} %files -n python-%{pypi_name}-doc %doc doc/build/html %license LICENSE %endif %changelog ## START: Generated by rpmautospec * Fri Mar 27 2026 Steve Traylen - 2:10.3.0-3 - specfile, new line escape fix * Fri Mar 27 2026 Steve Traylen - 2:10.3.0-2 - Remove redundant reno buildrequires * Mon Mar 23 2026 Steve Traylen - 2:10.3.0-1 - Update to 10.3.0 * Sat Jan 17 2026 Fedora Release Engineering - 2:9.6.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 2:9.6.0-7 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 2:9.6.0-6 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 2:9.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Jun 18 2025 Python Maint - 2:9.6.0-4 - Bootstrap for Python 3.14.0b3 bytecode * Tue Jun 03 2025 Python Maint - 2:9.6.0-3 - Bootstrap for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 2:9.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Oct 28 2024 Joel Capitao 2:9.6.0-1 - Update to upstream version 9.6.0 * Fri Jul 19 2024 Fedora Release Engineering - 2:9.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jul 13 2024 Python Maint - 2:9.4.0-4 - Rebuilt for Python 3.13 * Mon Jun 10 2024 Python Maint - 2:9.4.0-3 - Bootstrap for Python 3.13 * Thu May 16 2024 Alfredo Moralejo 2:9.4.0-2 - Make it possible to bootstrap this package, use %bconds * Mon May 06 2024 Alfredo Moralejo 2:9.4.0-1 - Update to upstream version 9.4.0 * Fri Jan 26 2024 Fedora Release Engineering - 2:9.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 2:9.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Oct 25 2023 Alfredo Moralejo 2:9.2.0-1 - Update to upstream version 9.2.0 * Fri Jul 21 2023 Fedora Release Engineering - 2:9.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 03 2023 Python Maint - 2:9.1.1-2 - Rebuilt for Python 3.12 * Fri Apr 14 2023 Karolina Kula 2:9.1.1-1 - Update to upstream version 9.1.1 * Fri Jan 20 2023 Fedora Release Engineering - 2:9.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Nov 17 2022 Alfredo Moralejo 2:9.0.0-1 - Update to upstream version 9.0.0 * Fri Jul 22 2022 Fedora Release Engineering - 2:8.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Python Maint - 2:8.8.0-2 - Rebuilt for Python 3.11 * Wed May 18 2022 Joel Capitao 2:8.8.0-1 - Update to upstream version 8.8.0 * Fri Jan 21 2022 Fedora Release Engineering - 2:8.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 2:8.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2:8.5.0-2 - Rebuilt for Python 3.10 * Wed Mar 17 2021 Joel Capitao 2:8.5.0-1 - Update to upstream version 8.5.0 * Wed Jan 27 2021 Fedora Release Engineering - 2:8.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Oct 21 2020 Joel Capitao 2:8.3.2-2 - Enable sources tarball validation using GPG signature. * Thu Sep 17 2020 RDO 2:8.3.2-1 - Update to 8.3.2 * Wed Jul 29 2020 Fedora Release Engineering - 2:8.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 03 2020 Joel Capitao 2:8.0.2-1 - Update to upstream version 8.0.2 * Tue May 26 2020 Miro Hrončok - 2:6.11.1-4 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 2:6.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Nov 06 2019 Alfredo Moralejo 2:6.11.1-2 - Update to upstream version 6.11.1 * Thu Oct 03 2019 Miro Hrončok - 2:6.8.1-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 2:6.8.1-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 2:6.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 16 2019 Miro Hrončok - 2:6.8.1-2 - Rename the documentation package back to python-oslo-config-doc * Fri Mar 08 2019 RDO 2:6.8.1-1 - Update to 6.8.1 ## END: Generated by rpmautospec