forked from pool/python-Automat
Accepting request 775301 from devel:languages:python
- update to 20.2.0 * Fix attrs warnings OBS-URL: https://build.opensuse.org/request/show/775301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Automat?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484
|
|
||||||
size 59687
|
|
3
Automat-20.2.0.tar.gz
Normal file
3
Automat-20.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
|
||||||
|
size 61679
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 18 16:58:24 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 20.2.0
|
||||||
|
* Fix attrs warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 25 03:40:42 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon Nov 25 03:40:42 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Automat
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,11 +26,10 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-Automat%{psuffix}
|
Name: python-Automat%{psuffix}
|
||||||
Version: 0.8.0
|
Version: 20.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Self-service finite-state machines for the programmer on the go
|
Summary: Self-service finite-state machines for the programmer on the go
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/glyph/automat
|
URL: https://github.com/glyph/automat
|
||||||
Source: https://files.pythonhosted.org/packages/source/A/Automat/Automat-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/A/Automat/Automat-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module m2r}
|
BuildRequires: %{python_module m2r}
|
||||||
@@ -49,6 +48,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module Twisted >= 16.1.1}
|
BuildRequires: %{python_module Twisted >= 16.1.1}
|
||||||
BuildRequires: %{python_module attrs >= 16.1.0}
|
BuildRequires: %{python_module attrs >= 16.1.0}
|
||||||
BuildRequires: %{python_module graphviz >= 0.5.1}
|
BuildRequires: %{python_module graphviz >= 0.5.1}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ automata (particularly deterministic finite-state transducers).
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%python_exec setup.py test
|
%pytest automat/_test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Reference in New Issue
Block a user