Hello community,
here is the log from the commit of package python-oslo.service for
openSUSE:Factory checked in at 2017-08-28 15:31:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.service (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.service.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.service"
Mon Aug 28 15:31:35 2017 rev:10 rq:515000 version:1.25.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes
2017-02-21 13:42:27.711053374 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.service.new/python-oslo.service.changes
2017-08-28 15:31:37.178829994 +0200
@@ -1,0 +2,19 @@
+Mon Aug 7 13:54:10 UTC 2017 - [email protected]
+
+- update to version 1.25.0
+ - rearrange existing documentation to fit the new standard layout
+ - Remove references to Python 3.4
+ - Remove log translations
+ - Fix some reST field lists in docstrings
+ - Remove duplicated register_opts call
+ - switch from oslosphinx to openstackdocstheme
+ - Update URLs in documents according to document migration
+ - Fix race condition with fast threads
+ - [Fix gate]Update test requirement
+ - Add min_interval to BackOffLoopingCall
+ - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+ - Update reno for stable/ocata
+ - Updated from global requirements
+ - Use Sphinx 1.5 warning-is-error
+
+-------------------------------------------------------------------
Old:
----
oslo.service-1.19.0.tar.gz
New:
----
oslo.service-1.25.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.service.spec ++++++
--- /var/tmp/diff_new_pack.wkrYUv/_old 2017-08-28 15:31:38.078703485 +0200
+++ /var/tmp/diff_new_pack.wkrYUv/_new 2017-08-28 15:31:38.082702923 +0200
@@ -18,7 +18,7 @@
%global sname oslo.service
Name: python-oslo.service
-Version: 1.19.0
+Version: 1.25.0
Release: 0
Summary: OpenStack oslo.service library
License: Apache-2.0
@@ -29,8 +29,8 @@
BuildRequires: procps
BuildRequires: python-Paste
BuildRequires: python-PasteDeploy >= 1.5.0
-BuildRequires: python-Routes >= 1.12.3
-BuildRequires: python-WebOb >= 1.6.0
+BuildRequires: python-Routes >= 2.3.1
+BuildRequires: python-WebOb >= 1.7.1
BuildRequires: python-devel
BuildRequires: python-eventlet >= 0.18.2
BuildRequires: python-fixtures >= 3.0.0
@@ -38,25 +38,25 @@
BuildRequires: python-mock >= 2.0
BuildRequires: python-monotonic >= 0.6
BuildRequires: python-oslo.concurrency >= 3.8.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.log >= 3.11.0
-BuildRequires: python-oslo.utils >= 3.18.0
+BuildRequires: python-oslo.log >= 3.22.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-six >= 1.9.0
Requires: python-Paste
Requires: python-PasteDeploy >= 1.5.0
-Requires: python-Routes >= 1.12.3
-Requires: python-WebOb >= 1.6.0
+Requires: python-Routes >= 2.3.1
+Requires: python-WebOb >= 1.7.1
Requires: python-eventlet >= 0.18.2
Requires: python-greenlet >= 0.3.2
Requires: python-monotonic >= 0.6
Requires: python-oslo.concurrency >= 3.8.0
-Requires: python-oslo.config >= 3.14.0
+Requires: python-oslo.config >= 4.0.0
Requires: python-oslo.i18n >= 2.1.0
-Requires: python-oslo.log >= 3.11.0
-Requires: python-oslo.utils >= 3.18.0
+Requires: python-oslo.log >= 3.22.0
+Requires: python-oslo.utils >= 3.20.0
Requires: python-six >= 1.9.0
BuildArch: noarch
@@ -70,7 +70,7 @@
Summary: Documentation for OpenStack service library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 4.7.0
+BuildRequires: python-openstackdocstheme >= 1.11.0
BuildRequires: python-reno >= 1.8.0
%description doc
@@ -83,6 +83,7 @@
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{py2_build}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.wkrYUv/_old 2017-08-28 15:31:38.194687179 +0200
+++ /var/tmp/diff_new_pack.wkrYUv/_new 2017-08-28 15:31:38.194687179 +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/oslo.service/oslo.service.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.service/oslo.service.spec.j2</param>
<param name="output-name">python-oslo.service.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">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.service</param>
</service>
++++++ oslo.service-1.19.0.tar.gz -> oslo.service-1.25.0.tar.gz ++++++
++++ 2221 lines of diff (skipped)