Hello community,

here is the log from the commit of package python-Automat for openSUSE:Factory 
checked in at 2020-02-22 19:02:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Automat (Old)
 and      /work/SRC/openSUSE:Factory/.python-Automat.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Automat"

Sat Feb 22 19:02:34 2020 rev:4 rq:775301 version:20.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Automat/python-Automat.changes    
2019-11-29 15:55:49.853009070 +0100
+++ /work/SRC/openSUSE:Factory/.python-Automat.new.26092/python-Automat.changes 
2020-02-22 19:02:57.441932020 +0100
@@ -1,0 +2,6 @@
+Tue Feb 18 16:58:24 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update to 20.2.0
+ * Fix attrs warnings
+
+-------------------------------------------------------------------

Old:
----
  Automat-0.8.0.tar.gz

New:
----
  Automat-20.2.0.tar.gz

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

Other differences:
------------------
++++++ python-Automat.spec ++++++
--- /var/tmp/diff_new_pack.7fZy5L/_old  2020-02-22 19:02:59.845936676 +0100
+++ /var/tmp/diff_new_pack.7fZy5L/_new  2020-02-22 19:02:59.845936676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Automat
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,10 @@
 %bcond_with test
 %endif
 Name:           python-Automat%{psuffix}
-Version:        0.8.0
+Version:        20.2.0
 Release:        0
 Summary:        Self-service finite-state machines for the programmer on the go
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/glyph/automat
 Source:         
https://files.pythonhosted.org/packages/source/A/Automat/Automat-%{version}.tar.gz
 BuildRequires:  %{python_module m2r}
@@ -49,6 +48,7 @@
 BuildRequires:  %{python_module Twisted >= 16.1.1}
 BuildRequires:  %{python_module attrs >= 16.1.0}
 BuildRequires:  %{python_module graphviz >= 0.5.1}
+BuildRequires:  %{python_module pytest}
 %endif
 %python_subpackages
 
@@ -71,7 +71,7 @@
 
 %check
 %if %{with test}
-%python_exec setup.py test
+%pytest automat/_test
 %endif
 
 %if !%{with test}

++++++ Automat-0.8.0.tar.gz -> Automat-20.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/.gitignore 
new/Automat-20.2.0/.gitignore
--- old/Automat-0.8.0/.gitignore        2018-04-13 05:58:42.000000000 +0200
+++ new/Automat-20.2.0/.gitignore       2020-02-16 20:33:10.000000000 +0100
@@ -1,5 +1,6 @@
 .tox/
 .coverage*
+.eggs/
 *.egg-info/
 *.py[co]
 build/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/Automat.egg-info/PKG-INFO 
new/Automat-20.2.0/Automat.egg-info/PKG-INFO
--- old/Automat-0.8.0/Automat.egg-info/PKG-INFO 2019-10-20 06:19:02.000000000 
+0200
+++ new/Automat-20.2.0/Automat.egg-info/PKG-INFO        2020-02-16 
20:36:16.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Automat
-Version: 0.8.0
+Version: 20.2.0
 Summary: Self-service finite-state machines for the programmer on the go.
 Home-page: https://github.com/glyph/Automat
 Author: Glyph
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/Automat.egg-info/requires.txt 
new/Automat-20.2.0/Automat.egg-info/requires.txt
--- old/Automat-0.8.0/Automat.egg-info/requires.txt     2019-10-20 
06:19:02.000000000 +0200
+++ new/Automat-20.2.0/Automat.egg-info/requires.txt    2020-02-16 
20:36:16.000000000 +0100
@@ -1,4 +1,4 @@
-attrs>=16.1.0
+attrs>=19.2.0
 six
 
 [visualize]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/PKG-INFO new/Automat-20.2.0/PKG-INFO
--- old/Automat-0.8.0/PKG-INFO  2019-10-20 06:19:03.000000000 +0200
+++ new/Automat-20.2.0/PKG-INFO 2020-02-16 20:36:16.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Automat
-Version: 0.8.0
+Version: 20.2.0
 Summary: Self-service finite-state machines for the programmer on the go.
 Home-page: https://github.com/glyph/Automat
 Author: Glyph
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/automat/_methodical.py 
new/Automat-20.2.0/automat/_methodical.py
--- old/Automat-0.8.0/automat/_methodical.py    2019-10-19 23:36:21.000000000 
+0200
+++ new/Automat-20.2.0/automat/_methodical.py   2020-02-16 20:33:10.000000000 
+0100
@@ -206,7 +206,7 @@
     return return_args, return_kwargs
 
 
[email protected](cmp=False, hash=False)
[email protected](eq=False, hash=False)
 class MethodicalInput(object):
     """
     An input for a L{MethodicalMachine}.
@@ -285,7 +285,7 @@
     def _name(self):
         return self.method.__name__
 
[email protected](cmp=False, hash=False)
[email protected](eq=False, hash=False)
 class MethodicalTracer(object):
     automaton = attr.ib(repr=False)
     symbol = attr.ib(repr=False)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Automat-0.8.0/setup.py new/Automat-20.2.0/setup.py
--- old/Automat-0.8.0/setup.py  2019-10-20 06:18:47.000000000 +0200
+++ new/Automat-20.2.0/setup.py 2020-02-16 20:33:10.000000000 +0100
@@ -27,7 +27,7 @@
         'm2r',
     ],
     install_requires=[
-        "attrs>=16.1.0",
+        "attrs>=19.2.0",
         "six",
     ],
     extras_require={


Reply via email to