commit python-oslo.config for openSUSE:Factory
Hello community, here is the log from the commit of package python-oslo.config for openSUSE:Factory checked in at 2019-05-03 22:42:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old) and /work/SRC/openSUSE:Factory/.python-oslo.config.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-oslo.config" Fri May 3 22:42:09 2019 rev:30 rq:692854 version:6.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes 2019-02-26 22:18:49.682141506 +0100 +++ /work/SRC/openSUSE:Factory/.python-oslo.config.new.5148/python-oslo.config.changes 2019-05-03 22:42:10.743210200 +0200 @@ -1,0 +2,41 @@ +Mon Apr 8 11:24:14 UTC 2019 - cloud-devel@suse.de + +- update to version 6.8.1 + - Unit tests to illustrate positional argument bug + - move some documentation out of the source files + - Optimizing the safety of the http link site in faq.rst. + - Fix get_location for opts in groups + - Update mailinglist from dev to discuss + - Use template for lower-constraints + - Add support for machine-readable files to validator + - Clean up grammar and spelling in driver docs + - import zuul job settings from project-config + - generator: Pass conf to _OptFormatter + - sphinxext: Print output to logs, not to file + - sphinxext: Handle multi-line group descriptions + - Close a previously opened file in config generator + - Always build universal wheels + - Update reno for stable/rocky + - Add support for looking in environment for config + - Simple config validator + - avoid trailing space in sphinxext log output + - add python 3.6 unit test job + - python3: Ensure ConfigOpts __iter__ uses list(d.keys()) + - [Configuration] Clean up .gitignore files. + - sphinxext: Stop emitting lines multiple times + - Document when sample_default is in use + - add lib-forward-testing-python3 test job + - Add release note and documentation for config validator + - Cleaning testrepository occurrences. + - Write sphinxext debug tempfile with linebreaks + - Replace assertRaisesRegexp with assertRaisesRegex + - fix formatting of sample defaults + - Migrating oslo.config to use stestr + - Resolve deprecation warning for rfc3986 uri validation + - Update hacking version + - Clean up .gitignore references to personal tools + - Update sphinx extension logging + - add python 3.7 unit test job + - Revert "Optimizing the safety of the http link site in faq.rst." + +------------------------------------------------------------------- Old: ---- oslo.config-6.4.1.tar.gz New: ---- oslo.config-6.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.config.spec ++++++ --- /var/tmp/diff_new_pack.3D81No/_old 2019-05-03 22:42:11.331211438 +0200 +++ /var/tmp/diff_new_pack.3D81No/_new 2019-05-03 22:42:11.331211438 +0200 @@ -17,13 +17,13 @@ Name: python-oslo.config -Version: 6.4.1 +Version: 6.8.1 Release: 0 Summary: OpenStack common configuration library License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/oslo.config -Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.4... +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.8... BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PyYAML >= 3.12 @@ -34,10 +34,9 @@ BuildRequires: python2-oslo.i18n >= 3.15.3 BuildRequires: python2-oslotest BuildRequires: python2-pbr -BuildRequires: python2-python-subunit BuildRequires: python2-requests >= 2.18.0 BuildRequires: python2-requests-mock -BuildRequires: python2-rfc3986 >= 0.3.1 +BuildRequires: python2-rfc3986 >= 1.2.0 BuildRequires: python2-six >= 1.10.0 BuildRequires: python2-stevedore >= 1.20.0 BuildRequires: python2-testrepository @@ -52,10 +51,9 @@ BuildRequires: python3-oslo.i18n >= 3.15.3 BuildRequires: python3-oslotest BuildRequires: python3-pbr -BuildRequires: python3-python-subunit BuildRequires: python3-requests >= 2.18.0 BuildRequires: python3-requests-mock -BuildRequires: python3-rfc3986 >= 0.3.1 +BuildRequires: python3-rfc3986 >= 1.2.0 BuildRequires: python3-six >= 1.10.0 BuildRequires: python3-stevedore >= 1.20.0 BuildRequires: python3-testrepository @@ -66,7 +64,7 @@ Requires: python-netaddr >= 0.7.18 Requires: python-oslo.i18n >= 3.15.3 Requires: python-requests >= 2.18.0 -Requires: python-rfc3986 >= 0.3.1 +Requires: python-rfc3986 >= 1.2.0 Requires: python-six >= 1.10.0 Requires: python-stevedore >= 1.20.0 BuildArch: noarch @@ -103,14 +101,13 @@ Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-6.4.1 +%autosetup -p1 -n oslo.config-6.8.1 %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{python_build} -PBR_VERSION=6.4.1 PYTHONPATH=. \ +PBR_VERSION=6.8.1 PYTHONPATH=. \ sphinx-build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} @@ -118,9 +115,10 @@ %install %{python_install} %python_clone -a %{buildroot}%{_bindir}/oslo-config-generator +%python_clone -a %{buildroot}%{_bindir}/oslo-config-validator %post -%python_install_alternative oslo-config-generator +%{python_install_alternative oslo-config-generator oslo-config-validator} %postun %python_uninstall_alternative oslo-config-generator @@ -135,6 +133,7 @@ %files %{python_files} %license LICENSE %python_alternative %{_bindir}/oslo-config-generator +%python_alternative %{_bindir}/oslo-config-validator %{python_sitelib}/oslo_config %{python_sitelib}/*.egg-info ++++++ _service ++++++ --- /var/tmp/diff_new_pack.3D81No/_old 2019-05-03 22:42:11.371211522 +0200 +++ /var/tmp/diff_new_pack.3D81No/_new 2019-05-03 22:42:11.371211522 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.config/oslo.config.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.config/oslo.config.spec.j2</param> <param name="output-name">python-oslo.config.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/oslo.config/stable/rocky/requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/oslo.config/stable/stein/requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,oslo.config</param> </service> ++++++ oslo.config-6.4.1.tar.gz -> oslo.config-6.8.1.tar.gz ++++++ ++++ 2948 lines of diff (skipped)
participants (1)
-
root