From d6333907c72be41558595bd9009f4a99a3e40814cdeaf212665e7f0f2d53f282 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 10 Jan 2023 16:20:02 +0000 Subject: [PATCH] - Update to 22.10.0 * Fix _test_visualize.py twisted import errors * Fix #17: Allow enter to have a default * Use CodeType.replace() in copycode for Python > 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=14 --- Automat-20.2.0.tar.gz | 3 --- Automat-22.10.0.tar.gz | 3 +++ python-Automat.changes | 8 ++++++++ python-Automat.spec | 11 +++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 Automat-20.2.0.tar.gz create mode 100644 Automat-22.10.0.tar.gz diff --git a/Automat-20.2.0.tar.gz b/Automat-20.2.0.tar.gz deleted file mode 100644 index 398c5a4..0000000 --- a/Automat-20.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33 -size 61679 diff --git a/Automat-22.10.0.tar.gz b/Automat-22.10.0.tar.gz new file mode 100644 index 0000000..5fb463a --- /dev/null +++ b/Automat-22.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56beb84edad19dcc11d30e8d9b895f75deeb5ef5e96b84a467066b3b84bb04e +size 59099 diff --git a/python-Automat.changes b/python-Automat.changes index b141218..306808f 100644 --- a/python-Automat.changes +++ b/python-Automat.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 10 11:21:35 UTC 2023 - Daniel Garcia + +- Update to 22.10.0 + * Fix _test_visualize.py twisted import errors + * Fix #17: Allow enter to have a default + * Use CodeType.replace() in copycode for Python > 3.8 + ------------------------------------------------------------------- Thu Dec 9 17:40:44 UTC 2021 - Ben Greiner diff --git a/python-Automat.spec b/python-Automat.spec index aed0faa..4e0b5d7 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,10 +25,9 @@ %bcond_with test %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-Automat%{psuffix} -Version: 20.2.0 +Version: 22.10.0 Release: 0 Summary: Self-service finite-state machines for the programmer on the go License: MIT @@ -36,10 +35,10 @@ URL: https://github.com/glyph/automat Source: https://files.pythonhosted.org/packages/source/A/Automat/Automat-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-attrs >= 16.1.0 -Requires: python-six +Requires: python-attrs >= 19.2.0 Requires(post): update-alternatives Requires(preun):update-alternatives Suggests: python-Twisted >= 16.1.1 @@ -47,7 +46,7 @@ Suggests: python-graphviz > 0.5.1 BuildArch: noarch %if %{with test} BuildRequires: %{python_module Twisted >= 16.1.1} -BuildRequires: %{python_module attrs >= 16.1.0} +BuildRequires: %{python_module attrs >= 19.2.0} BuildRequires: %{python_module graphviz >= 0.5.1} BuildRequires: %{python_module pytest} %if %{with python2}