Hello community,
here is the log from the commit of package python-os-client-config for
openSUSE:Factory checked in at 2018-01-16 09:41:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Tue Jan 16 09:41:56 2018 rev:8 rq:546001 version:1.28.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
2017-08-28 15:29:59.120615225 +0200
+++
/work/SRC/openSUSE:Factory/.python-os-client-config.new/python-os-client-config.changes
2018-01-16 09:41:57.682838306 +0100
@@ -1,0 +2,5 @@
+Mon Nov 27 12:58:27 UTC 2017 - [email protected]
+
+- switch to singlespec version
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-os-client-config.spec ++++++
--- /var/tmp/diff_new_pack.7q7Lok/_old 2018-01-16 09:41:58.422803670 +0100
+++ /var/tmp/diff_new_pack.7q7Lok/_new 2018-01-16 09:41:58.426803483 +0100
@@ -26,15 +26,18 @@
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python-pbr >= 2.0.0
-BuildRequires: python-setuptools >= 16.0
-Requires: python-PyYAML >= 3.10.0
+BuildRequires: python2-pbr >= 2.0.0
+BuildRequires: python2-setuptools >= 16.0
+BuildRequires: python3-devel
+BuildRequires: python3-pbr >= 2.0.0
+BuildRequires: python3-setuptools >= 16.0
+Requires: python-PyYAML >= 3.1.0
Requires: python-appdirs >= 1.3.0
-Requires: python-keystoneauth1 >= 2.21.0
-Requires: python-requestsexceptions >= 1.2.0
+Requires: python-keystoneauth1 >= 2.1.0
+Requires: python-requestsexceptions >= 1.1.1
BuildArch: noarch
%if %{with test}
BuildRequires: python-extras
@@ -49,6 +52,7 @@
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
%endif
+%python_subpackages
%description
os-client-config is a library for collecting client configuration for
@@ -59,14 +63,14 @@
you don't have to know extra info to use OpenStack.
%if %{with docs}
-%package doc
+%package -n python-os-client-config-doc
Summary: Documentation for OpenStack client configuration library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 4.7.0
BuildRequires: python-reno >= 1.8.0
-%description doc
+%description -n python-os-client-config-doc
Documentation for the os-client-config library.
%endif
@@ -75,7 +79,7 @@
%py_req_cleanup
%build
-%{py2_build}
+%python_build
%if %{with docs}
# generate html docs
%{__python2} setup.py build_sphinx
@@ -84,7 +88,7 @@
%endif
%install
-%{py2_install}
+%python_install
%if %{with test}
%check
@@ -92,14 +96,14 @@
testr init && testr run
%endif
-%files
+%files %{python_files}
%license LICENSE
%doc README.rst
-%{python2_sitelib}/os_client_config
-%{python2_sitelib}/*.egg-info
+%{python_sitelib}/os_client_config
+%{python_sitelib}/*.egg-info
%if %{with docs}
-%files doc
+%files -n python-os-client-config-doc
%doc doc/build/html
%license LICENSE
%endif
++++++ _service ++++++
--- /var/tmp/diff_new_pack.7q7Lok/_old 2018-01-16 09:41:58.458801986 +0100
+++ /var/tmp/diff_new_pack.7q7Lok/_new 2018-01-16 09:41:58.458801986 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-client-config/os-client-config.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/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/pike/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,os-client-config</param>
</service>