From e9ec9cab8b5784e680d2329fe1f9e40ab77883d55ddda2cf79f5658f34288771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 18 Feb 2020 16:58:52 +0000 Subject: [PATCH] - update to 20.2.0 * Fix attrs warnings OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=11 --- Automat-0.8.0.tar.gz | 3 --- Automat-20.2.0.tar.gz | 3 +++ python-Automat.changes | 6 ++++++ python-Automat.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 Automat-0.8.0.tar.gz create mode 100644 Automat-20.2.0.tar.gz 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}