Hello community,

here is the log from the commit of package python-transitions for 
openSUSE:Factory checked in at 2020-04-04 12:24:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-transitions (Old)
 and      /work/SRC/openSUSE:Factory/.python-transitions.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-transitions"

Sat Apr  4 12:24:52 2020 rev:4 rq:791102 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-transitions/python-transitions.changes    
2020-03-25 23:49:42.812029824 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-transitions.new.3248/python-transitions.changes
  2020-04-04 12:25:37.815944135 +0200
@@ -1,0 +2,12 @@
+Fri Apr  3 06:23:04 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to versino 0.8.1
+  * Feature: Introduced experimental HierarchicalAsync(Graph)Machine
+  * Feature #405: Support for nested Enums in HierarchicalMachine
+  * Bugfix #400: Fix style initialization when initial state is an Enum
+  * Bugfix #403: AsyncMachine.dispatch now returns a boolean asexpected
+  * Bugfix #413: Improve diagram output for HierarchicalMachine
+  * Increased coverage
+  * Introduced xdist for parallel testing with pytest
+
+-------------------------------------------------------------------

Old:
----
  transitions-0.8.0.tar.gz

New:
----
  transitions-0.8.1.tar.gz

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

Other differences:
------------------
++++++ python-transitions.spec ++++++
--- /var/tmp/diff_new_pack.pXvvXL/_old  2020-04-04 12:25:38.591944802 +0200
+++ /var/tmp/diff_new_pack.pXvvXL/_new  2020-04-04 12:25:38.595944805 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-transitions
-Version:        0.8.0
+Version:        0.8.1
 Release:        0
 Summary:        A lightweight, object-oriented Python state machine 
implementation
 License:        MIT
@@ -52,6 +52,8 @@
 
 %prep
 %setup -q -n transitions-%{version}
+find . -type f -exec chmod -x {} \;
+sed -i 's/\r$//' LICENSE Changelog.md README.md
 
 %build
 %python_build

++++++ transitions-0.8.0.tar.gz -> transitions-0.8.1.tar.gz ++++++
++++ 2618 lines of diff (skipped)


Reply via email to