forked from pool/python-Automat
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
|
||||
size 61679
|
BIN
Automat-22.10.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
Automat-22.10.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 11:21:35 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user