diff --git a/Automat-0.8.0.tar.gz b/Automat-0.8.0.tar.gz deleted file mode 100644 index f05456f..0000000 --- a/Automat-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484 -size 59687 diff --git a/Automat-20.2.0.tar.gz b/Automat-20.2.0.tar.gz new file mode 100644 index 0000000..398c5a4 --- /dev/null +++ b/Automat-20.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33 +size 61679 diff --git a/python-Automat.changes b/python-Automat.changes index a0c8cd6..49f7bfd 100644 --- a/python-Automat.changes +++ b/python-Automat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 18 16:58:24 UTC 2020 - Ondřej Súkup + +- update to 20.2.0 + * Fix attrs warnings + ------------------------------------------------------------------- Mon Nov 25 03:40:42 UTC 2019 - Steve Kowalik diff --git a/python-Automat.spec b/python-Automat.spec index 8ec49d1..224c21b 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -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 @@ BuildArch: noarch 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 @@ automata (particularly deterministic finite-state transducers). %check %if %{with test} -%python_exec setup.py test +%pytest automat/_test %endif %if !%{with test}