commit python-keystoneclient for openSUSE:Factory
Hello community, here is the log from the commit of package python-keystoneclient for openSUSE:Factory checked in at 2017-08-28 15:30:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-keystoneclient (Old) and /work/SRC/openSUSE:Factory/.python-keystoneclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-keystoneclient" Mon Aug 28 15:30:40 2017 rev:25 rq:514888 version:3.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes 2017-02-21 13:40:04.807213301 +0100 +++ /work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes 2017-08-28 15:30:40.930737554 +0200 @@ -1,0 +2,25 @@ +Mon Aug 7 09:16:53 UTC 2017 - cloud-devel@suse.de + +- update to version 3.13.0 + - Update URLs in documents according to document migration + - Change locations of docs for intersphinx + - Moved release note to the correct path + - Use https for *.openstack.org references + - Bring back intersphinx reference to keystoneauth + - Switch from oslosphinx to openstackdocstheme + - Fix html_last_updated_fmt for Python3 + - Add support for endpoint group CRUD + - Remove unused log + - Add support for endpoint group filtering + - Add support for specifying role ids when creating trust + - Fix 12 warnings when building keystoneclient docs + - Replace six.iteritems() with .items() + - Remove log translations in python-keystoneclient + - Update reno for stable/ocata + - Fix boto version strip regex + - Remove pbr warnerrors in favor of sphinx check + - Updated from global requirements + - Fix failing PY2 and PY3 gate jobs + - Stop using oslotest.mockpatch + +------------------------------------------------------------------- Old: ---- python-keystoneclient-3.10.0.tar.gz New: ---- python-keystoneclient-3.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-keystoneclient.spec ++++++ --- /var/tmp/diff_new_pack.yO3M5Q/_old 2017-08-28 15:30:41.770619482 +0200 +++ /var/tmp/diff_new_pack.yO3M5Q/_new 2017-08-28 15:30:41.782617796 +0200 @@ -18,7 +18,7 @@ %global sname python-keystoneclient Name: python-keystoneclient -Version: 3.10.0 +Version: 3.13.0 Release: 0 Summary: Client library for OpenStack Identity API License: Apache-2.0 @@ -29,15 +29,15 @@ BuildRequires: openstack-macros BuildRequires: python-debtcollector >= 1.2.0 BuildRequires: python-devel -BuildRequires: python-keystoneauth1 >= 2.17.0 +BuildRequires: python-keystoneauth1 >= 2.21.0 BuildRequires: python-lxml >= 2.3 BuildRequires: python-mock >= 2.0 -BuildRequires: python-oslo.config >= 3.14.0 +BuildRequires: python-oslo.config >= 4.0.0 BuildRequires: python-oslo.i18n >= 2.1.0 BuildRequires: python-oslo.serialization >= 1.10.0 -BuildRequires: python-oslo.utils >= 3.18.0 +BuildRequires: python-oslo.utils >= 3.20.0 BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-positional >= 1.1.1 BuildRequires: python-requests-mock >= 1.1 BuildRequires: python-six >= 1.9.0 @@ -45,15 +45,15 @@ BuildRequires: python-testresources >= 0.2.4 BuildRequires: python-testscenarios >= 0.4 Requires: python-debtcollector >= 1.2.0 -Requires: python-keystoneauth1 >= 2.17.0 -Requires: python-oslo.config >= 3.14.0 +Requires: python-keystoneauth1 >= 2.21.0 +Requires: python-oslo.config >= 4.0.0 Requires: python-oslo.i18n >= 2.1.0 Requires: python-oslo.serialization >= 1.10.0 -Requires: python-oslo.utils >= 3.18.0 +Requires: python-oslo.utils >= 3.20.0 Requires: python-positional >= 1.1.1 -Requires: python-requests >= 2.10.0 +Requires: python-requests >= 2.14.2 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.17.1 +Requires: python-stevedore >= 1.20.0 BuildArch: noarch %description @@ -63,15 +63,18 @@ Summary: Documentation for OpenStack Identity API Client Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Documentation for the client library for interacting with Openstack Identity API. %prep -%autosetup -n %{sname}-%{version} +%autosetup -p1 -n %{sname}-%{version} %py_req_cleanup +# disable intersphinx - no network access during build +echo "intersphinx_mapping = {}" >> doc/source/conf.py +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yO3M5Q/_old 2017-08-28 15:30:41.890602615 +0200 +++ /var/tmp/diff_new_pack.yO3M5Q/_new 2017-08-28 15:30:41.914599242 +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/python-keystoneclient/python-keystoneclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-keystoneclient/python-keystoneclient.spec.j2</param> <param name="output-name">python-keystoneclient.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,python-keystoneclient</param> </service> ++++++ python-keystoneclient-3.10.0.tar.gz -> python-keystoneclient-3.13.0.tar.gz ++++++ ++++ 3687 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de