Hello community,

here is the log from the commit of package python-taskflow for openSUSE:Factory 
checked in at 2017-08-28 15:32:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-taskflow (Old)
 and      /work/SRC/openSUSE:Factory/.python-taskflow.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-taskflow"

Mon Aug 28 15:32:40 2017 rev:9 rq:518647 version:2.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-taskflow/python-taskflow.changes  
2017-02-21 13:41:38.258029905 +0100
+++ /work/SRC/openSUSE:Factory/.python-taskflow.new/python-taskflow.changes     
2017-08-28 15:32:43.029572171 +0200
@@ -1,0 +2,26 @@
+Fri Aug 25 06:41:15 UTC 2017 - [email protected]
+
+- Requires cleanup
+
+-------------------------------------------------------------------
+Mon Aug  7 14:25:07 UTC 2017 - [email protected]
+
+- update to version 2.14.0
+  - Fix py35 test failure
+  - Fix process based executor task proxying-back events
+  - do not allow redis job reclaim by same owner
+  - Protect storage better against external concurrent access
+  - switch from oslosphinx to openstackdocstheme
+  - Replace assertRaisesRegexp with assertRaisesRegex
+  - Prepare for using standard python tests
+  - Use https instead of http for git.openstack.org
+  - python3.0 has deprecated LOG.warn
+  - Update reno for stable/ocata
+  - rearrange existing documentation into the new standard layout
+  - Fix html_last_updated_fmt for Python3
+  - Update URLs in documents according to document migration
+  - Updated from global requirements
+  - turn on warning-is-error in doc build
+  - Stop using oslotest.mockpatch
+
+-------------------------------------------------------------------

Old:
----
  taskflow-2.9.0.tar.gz

New:
----
  taskflow-2.14.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-taskflow.spec ++++++
--- /var/tmp/diff_new_pack.Y5ze3f/_old  2017-08-28 15:32:44.349386618 +0200
+++ /var/tmp/diff_new_pack.Y5ze3f/_new  2017-08-28 15:32:44.357385494 +0200
@@ -21,7 +21,7 @@
 %global rdo 1
 %endif
 Name:           python-taskflow
-Version:        2.9.0
+Version:        2.14.0
 Release:        0
 Summary:        Taskflow structured state management library
 License:        Apache-2.0
@@ -32,7 +32,7 @@
 BuildRequires:  python-PyMySQL >= 0.7.6
 BuildRequires:  python-SQLAlchemy >= 1.0.10
 BuildRequires:  python-SQLAlchemy-Utils
-BuildRequires:  python-alembic >= 0.8.4
+BuildRequires:  python-alembic >= 0.8.10
 BuildRequires:  python-automaton >= 0.5.0
 BuildRequires:  python-cachetools >= 1.1.0
 BuildRequires:  python-contextlib2 >= 0.4.0
@@ -43,24 +43,22 @@
 BuildRequires:  python-futurist >= 0.11.0
 BuildRequires:  python-jsonschema >= 2.0.0
 BuildRequires:  python-kazoo >= 2.2
-BuildRequires:  python-kombu >= 3.0.25
+BuildRequires:  python-kombu >= 4.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-networkx >= 1.10
 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-psycopg2 >= 2.5
 BuildRequires:  python-pydotplus >= 2.0.2
 BuildRequires:  python-redis >= 2.10.0
 BuildRequires:  python-retrying >= 1.2.3
-BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-tenacity >= 3.2.1
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 BuildRequires:  python-zake >= 0.1.6
-Requires:       python-Babel >= 2.3.4
-Requires:       python-anyjson >= 0.3.3
 Requires:       python-automaton >= 0.5.0
 Requires:       python-cachetools >= 1.1.0
 Requires:       python-contextlib2 >= 0.4.0
@@ -69,16 +67,13 @@
 Requires:       python-fasteners >= 0.7
 Requires:       python-futures >= 3.0
 Requires:       python-futurist >= 0.11.0
-Requires:       python-iso8601 >= 0.1.11
 Requires:       python-jsonschema >= 2.0.0
 Requires:       python-kazoo >= 2.2
-Requires:       python-monotonic >= 0.6
 Requires:       python-networkx >= 1.10
 Requires:       python-oslo.serialization >= 1.10.0
-Requires:       python-oslo.utils >= 3.18.0
-Requires:       python-retrying >= 1.2.3
+Requires:       python-oslo.utils >= 3.20.0
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.17.1
+Requires:       python-stevedore >= 1.20.0
 Requires:       python-tenacity >= 3.2.1
 BuildArch:      noarch
 
@@ -90,7 +85,7 @@
 Summary:        Documentation for Taskflow
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 A library to do [jobs, tasks, flows] in a HA manner using
@@ -100,6 +95,7 @@
 %prep
 %autosetup -n %{pypi_name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %if 0%{?rdo}
 # TODO(jpena) remove once python-networking subpackaging is fixed

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Y5ze3f/_old  2017-08-28 15:32:44.545359067 +0200
+++ /var/tmp/diff_new_pack.Y5ze3f/_new  2017-08-28 15:32:44.565356255 +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/taskflow/taskflow.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/taskflow/taskflow.spec.j2</param>
     <param name="output-name">python-taskflow.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,taskflow</param>
   </service>

++++++ taskflow-2.9.0.tar.gz -> taskflow-2.14.0.tar.gz ++++++
++++ 11312 lines of diff (skipped)


Reply via email to