Hello community,

here is the log from the commit of package python-taskflow for openSUSE:Factory 
checked in at 2017-02-21 13:41:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-taskflow (Old)
 and      /work/SRC/openSUSE:Factory/.python-taskflow.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-taskflow"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-taskflow/python-taskflow.changes  
2016-10-13 11:31:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-taskflow.new/python-taskflow.changes     
2017-02-21 13:41:38.258029905 +0100
@@ -1,0 +2,28 @@
+Fri Feb 10 17:05:08 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.9.0:
+  - Replace retrying with tenacity
+  - Use assertIs(Not)None to check for None
+  - Add Constraints support
+  - Show team and repo badges on README
+  - Update author and author-email
+  - Using assertIsNone() instead of assertIs(None, ..)
+  - Use method ensure_tree from oslo.utils
+  - Some classes not define __ne__() built-in function
+  - Rename engine analyzer to be named selector
+  - Fix typo: remove redundant 'that'
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Make failure formatter configurable for DynamicLoggingListener
+  - Remove vim header from source files
+  - Add reno for release notes management
+  - Add logging around metadata, ignore tallying + history
+  - Fix typo in tox.ini
+  - Fix release notes gate job failure
+  - Fix a typo in documentation
+  - Fix broken link
+  - Changed the home-page link
+  - Remove dep on monotonic
+  - Fix a typo in logging.py
+  - Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  taskflow-2.6.0.tar.gz

New:
----
  taskflow-2.9.0.tar.gz

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

Other differences:
------------------
++++++ python-taskflow.spec ++++++
--- /var/tmp/diff_new_pack.ZVN8zr/_old  2017-02-21 13:41:38.845946966 +0100
+++ /var/tmp/diff_new_pack.ZVN8zr/_new  2017-02-21 13:41:38.845946966 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-taskflow
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,19 @@
 
 
 %global pypi_name taskflow
+%if 0%{?rhel} || 0%{?fedora}
+%global rdo 1
+%endif
 Name:           python-taskflow
-Version:        2.6.0
+Version:        2.9.0
 Release:        0
 Summary:        Taskflow structured state management library
 License:        Apache-2.0
-Group:          Documentation
+Group:          Development/Languages/Python
 Url:            https://launchpad.net/taskflow
 Source0:        
https://pypi.io/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PyMySQL >= 0.6.2
+BuildRequires:  python-PyMySQL >= 0.7.6
 BuildRequires:  python-SQLAlchemy >= 1.0.10
 BuildRequires:  python-SQLAlchemy-Utils
 BuildRequires:  python-alembic >= 0.8.4
@@ -44,14 +47,15 @@
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-networkx >= 1.10
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslo.utils >= 3.18.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 1.8
 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
+BuildRequires:  python-stevedore >= 1.17.1
+BuildRequires:  python-tenacity >= 3.2.1
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 BuildRequires:  python-zake >= 0.1.6
@@ -71,10 +75,11 @@
 Requires:       python-monotonic >= 0.6
 Requires:       python-networkx >= 1.10
 Requires:       python-oslo.serialization >= 1.10.0
-Requires:       python-oslo.utils >= 3.16.0
+Requires:       python-oslo.utils >= 3.18.0
 Requires:       python-retrying >= 1.2.3
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.16.0
+Requires:       python-stevedore >= 1.17.1
+Requires:       python-tenacity >= 3.2.1
 BuildArch:      noarch
 
 %description
@@ -85,7 +90,7 @@
 Summary:        Documentation for Taskflow
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 A library to do [jobs, tasks, flows] in a HA manner using
@@ -93,7 +98,13 @@
 This package contains the associated documentation.
 
 %prep
-%setup -q -n %{pypi_name}-%{version}
+%autosetup -n %{pypi_name}-%{version}
+%py_req_cleanup
+
+%if 0%{?rdo}
+# TODO(jpena) remove once python-networking subpackaging is fixed
+sed -i /networkx.drawing/d taskflow/types/graph.py
+%endif
 
 %build
 %py2_build
@@ -106,8 +117,10 @@
 # remove the sphinx-build leftovers
 rm -rf html/.{doctrees,buildinfo}
 
+%if ! 0%{?rdo}
 %check
 PYTHONPATH=. %{__python2} setup.py testr
+%endif
 
 %files
 %doc README.rst

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZVN8zr/_old  2017-02-21 13:41:38.873943016 +0100
+++ /var/tmp/diff_new_pack.ZVN8zr/_new  2017-02-21 13:41:38.873943016 +0100
@@ -1,11 +1,12 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/taskflow/taskflow.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/taskflow/taskflow.spec.j2</param>
     <param name="output-name">python-taskflow.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/requirements/stable/newton/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">cloud-de...@suse.de</param>
+    <param name="changelog-provider">gh,openstack,taskflow</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
   </service>
   <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ taskflow-2.6.0.tar.gz -> taskflow-2.9.0.tar.gz ++++++
++++ 1984 lines of diff (skipped)


Reply via email to