commit python-osc-lib for openSUSE:Factory
Hello community, here is the log from the commit of package python-osc-lib for openSUSE:Factory checked in at 2017-08-28 15:30:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-osc-lib (Old) and /work/SRC/openSUSE:Factory/.python-osc-lib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-osc-lib" Mon Aug 28 15:30:04 2017 rev:3 rq:514869 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-osc-lib/python-osc-lib.changes 2017-02-21 13:41:22.648232035 +0100 +++ /work/SRC/openSUSE:Factory/.python-osc-lib.new/python-osc-lib.changes 2017-08-28 15:30:05.459724080 +0200 @@ -1,0 +2,35 @@ +Mon Aug 7 08:32:40 UTC 2017 - cloud-devel@suse.de + +- update to version 1.7.0 + - Revert "Avoid to authenticate twice" + - Add endpoint hook to BaseAPI + - Follow-up to headers handler to fix find_bulk() + - Util methods for column name backward compatibility + - Nit: Reorder some util methods in alphabetic order + - Update reno for stable/ocata + - update links to docs in readme + - Using assertIsNone() instead of assertEqual(None) + - Avoid 'NoneType' error when format conversion + - rearrange existing documentation to fit the new standard layout + - Add MultiKeyValueCommaAction to osc-lib + - turn on warning-is-error for sphinx + - Add test methods to compare formattable column values + - The python 3.5 is added + - use openstackdocstheme html context + - Change noauth strategy for plugin loading + - Add more API support + - Add token auth test + - Fix find_resource exception handling on numeric names with kwargs + - Pass ssl values through to OCC + - Make --os-profile load from environment variables + - switch from oslosphinx to openstackdocstheme + - Fix shell saving OpenStackConfig object + - Deprecate --profile and remove after Apr 2017 + - Remove log translations + - Avoid to authenticate twice + - Tell ClientManager when auth is required + - Add formattable column base classes + - Updated from global requirements + - Optimize find_resource: do not run the same query twice + +------------------------------------------------------------------- Old: ---- osc-lib-1.3.0.tar.gz New: ---- osc-lib-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-osc-lib.spec ++++++ --- /var/tmp/diff_new_pack.P3ELj2/_old 2017-08-28 15:30:06.423588582 +0200 +++ /var/tmp/diff_new_pack.P3ELj2/_new 2017-08-28 15:30:06.427588019 +0200 @@ -18,7 +18,7 @@ %global sname osc-lib Name: python-osc-lib -Version: 1.3.0 +Version: 1.7.0 Release: 0 Summary: OpenStackClient Library License: Apache-2.0 @@ -27,35 +27,35 @@ Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-Babel >= 2.3.4 -BuildRequires: python-cliff >= 2.3.0 +BuildRequires: python-cliff >= 2.6.0 BuildRequires: python-devel BuildRequires: python-fixtures >= 3.0.0 -BuildRequires: python-keystoneauth1 >= 2.17.0 +BuildRequires: python-keystoneauth1 >= 2.21.0 BuildRequires: python-mock >= 2.0 -BuildRequires: python-os-client-config >= 1.22.0 +BuildRequires: python-os-client-config >= 1.27.0 BuildRequires: python-os-testr >= 0.8.0 BuildRequires: python-oslo.i18n >= 2.1.0 -BuildRequires: python-oslo.utils >= 3.18.0 +BuildRequires: python-oslo.utils >= 3.20.0 BuildRequires: python-oslotest >= 1.10.0 BuildRequires: python-osprofiler >= 1.4.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-reno >= 1.8.0 BuildRequires: python-requests-mock >= 1.1 BuildRequires: python-simplejson >= 2.2.0 BuildRequires: python-six >= 1.9.0 -BuildRequires: python-stevedore >= 1.17.1 +BuildRequires: python-stevedore >= 1.20.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testtools >= 1.4.0 Requires: python-Babel >= 2.3.4 -Requires: python-cliff >= 2.3.0 -Requires: python-keystoneauth1 >= 2.17.0 -Requires: python-os-client-config >= 1.22.0 +Requires: python-cliff >= 2.6.0 +Requires: python-keystoneauth1 >= 2.21.0 +Requires: python-os-client-config >= 1.27.0 Requires: python-oslo.i18n >= 2.1.0 -Requires: python-oslo.utils >= 3.18.0 -Requires: python-pbr >= 1.8 +Requires: python-oslo.utils >= 3.20.0 +Requires: python-pbr >= 2.0.0 Requires: python-simplejson >= 2.2.0 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.17.1 +Requires: python-stevedore >= 1.20.0 BuildArch: noarch %description @@ -66,7 +66,7 @@ Summary: Documentation for the OpenStack client library Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Documentation for the OpenStack client library. @@ -74,6 +74,7 @@ %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{__python2} setup.py build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.P3ELj2/_old 2017-08-28 15:30:06.499577899 +0200 +++ /var/tmp/diff_new_pack.P3ELj2/_new 2017-08-28 15:30:06.503577337 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/osc-lib/osc-lib.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/osc-lib/osc-lib.spec.j2</param> <param name="output-name">python-osc-lib.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,osc-lib</param> </service> ++++++ osc-lib-1.3.0.tar.gz -> osc-lib-1.7.0.tar.gz ++++++ ++++ 2804 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de