Hello community,
here is the log from the commit of package python-os-client-config for
openSUSE:Factory checked in at 2018-09-07 15:38:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-os-client-config (Old)
and /work/SRC/openSUSE:Factory/.python-os-client-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-os-client-config"
Fri Sep 7 15:38:26 2018 rev:11 rq:633090 version:1.31.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
2018-03-19 23:35:23.899803180 +0100
+++
/work/SRC/openSUSE:Factory/.python-os-client-config.new/python-os-client-config.changes
2018-09-07 15:38:26.882597707 +0200
@@ -1,0 +2,27 @@
+Tue Sep 4 08:02:53 UTC 2018 - [email protected]
+
+- update to version 1.31.2
+ - Add missing auth url from betacloud to docs
+ - Update reno for stable/queens
+ - pypy is not checked at gate
+ - Add image_format for VEXXHOST profile
+ - Add osc tips jobs back
+ - Add release note for the vendor data regression
+ - Add Limestone Networks vendor info
+ - Add os-client-config tips jobs
+ - Zuul: Remove project name
+ - Rename python-openstacksdk to openstacksdk
+ - Add cache methods back to OpenSackConfig
+ - fix link to openstacksdk in deprecation block
+ - Remove service-type override tests
+ - Fix F405 additional strictness
+ - fix tox python3 overrides
+ - Use 'none' auth plugin
+ - Remove DataCentred from list of vendors
+ - Remove app_name config tests
+ - Replace guts with openstack.config
+ - fix saltstack breakage introduced in v1.31.0
+ - Updated from global requirements
+ - add lower-constraints job
+
+-------------------------------------------------------------------
Old:
----
os-client-config-1.29.0.tar.gz
New:
----
os-client-config-1.31.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-os-client-config.spec ++++++
--- /var/tmp/diff_new_pack.imQgIb/_old 2018-09-07 15:38:27.302597256 +0200
+++ /var/tmp/diff_new_pack.imQgIb/_new 2018-09-07 15:38:27.302597256 +0200
@@ -20,37 +20,37 @@
%bcond_with test
%bcond_with docs
Name: python-os-client-config
-Version: 1.29.0
+Version: 1.31.2
Release: 0
Summary: OpenStack Client Configuration Library
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/%{sname}
+URL: https://launchpad.net/%{sname}
Source0:
https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python2-pbr >= 2.0.0
-BuildRequires: python2-setuptools >= 16.0
+BuildRequires: python2-pbr
+BuildRequires: python2-setuptools
BuildRequires: python3-devel
-BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-setuptools >= 16.0
-Requires: python-PyYAML >= 3.10
-Requires: python-appdirs >= 1.3.0
-Requires: python-keystoneauth1 >= 3.3.0
-Requires: python-requestsexceptions >= 1.2.0
+BuildRequires: python3-pbr
+BuildRequires: python3-setuptools
+Requires: python-PyYAML
+Requires: python-appdirs
+Requires: python-keystoneauth1
+Requires: python-requestsexceptions
BuildArch: noarch
%if %{with test}
-BuildRequires: python-extras >= 1.0.0
-BuildRequires: python-fixtures >= 3.0.0
-BuildRequires: python-glanceclient >= 2.8.0
-BuildRequires: python-jsonschema >= 2.6.0
-BuildRequires: python-keystoneclient >= 3.8.0
-BuildRequires: python-mock >= 2.0.0
-BuildRequires: python-oslotest >= 3.2.0
-BuildRequires: python-python-subunit >= 1.0.0
-BuildRequires: python-testrepository >= 0.0.18
-BuildRequires: python-testscenarios >= 0.4
-BuildRequires: python-testtools >= 2.2.0
+BuildRequires: python-extras
+BuildRequires: python-fixtures
+BuildRequires: python-glanceclient
+BuildRequires: python-jsonschema
+BuildRequires: python-keystoneclient
+BuildRequires: python-mock
+BuildRequires: python-oslotest
+BuildRequires: python-python-subunit
+BuildRequires: python-testrepository
+BuildRequires: python-testscenarios
+BuildRequires: python-testtools
%endif
%python_subpackages
@@ -67,8 +67,8 @@
Summary: Documentation for OpenStack client configuration library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.18.1
-BuildRequires: python-reno >= 2.5.0
+BuildRequires: python-openstackdocstheme
+BuildRequires: python-reno
%description -n python-os-client-config-doc
Documentation for the os-client-config library.
++++++ _service ++++++
--- /var/tmp/diff_new_pack.imQgIb/_old 2018-09-07 15:38:27.326597230 +0200
+++ /var/tmp/diff_new_pack.imQgIb/_new 2018-09-07 15:38:27.326597230 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/os-client-config/os-client-config.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/os-client-config/os-client-config.spec.j2</param>
<param name="output-name">python-os-client-config.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/os-client-config/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,os-client-config</param>
</service>
++++++ os-client-config-1.29.0.tar.gz -> os-client-config-1.31.2.tar.gz ++++++
++++ 3939 lines of diff (skipped)