14
0

7 Commits

Author SHA256 Message Date
15fda3bc56 Convert to libalternatives, bsc#1245883 2025-11-03 13:47:08 +01:00
ff8a607e22 Accepting request 1265495 from devel:languages:python
- make it compatible with older setuptools again 

- adapt to setuptools 77

OBS-URL: https://build.opensuse.org/request/show/1265495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Automat?expand=0&rev=10
2025-04-11 14:44:45 +00:00
8aa011b5b0 - update filelist for newer setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=25
2025-03-30 08:27:46 +00:00
cff231f113 - adapt to setuptools 77
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=24
2025-03-25 07:52:23 +00:00
564a087c97 Accepting request 1219405 from devel:languages:python
- update to 24.8.1:
  * major new api
  * python 3.12/3.13

- remove unneded six from setup.py

OBS-URL: https://build.opensuse.org/request/show/1219405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Automat?expand=0&rev=9
2024-10-30 16:33:28 +00:00
97f6badcf4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=22 2024-10-30 09:29:52 +00:00
ffba3a2655 - remove unneded six from setup.py
- add sle15_python_module_pythons (jsc#PED-68)

- Make calling of %{sle15modernpython} optional.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=21
2024-10-29 21:07:39 +00:00
4 changed files with 6 additions and 33 deletions

BIN
automat-24.8.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0017591a5477066e90d26b0e696ddc143baafd87b588cfac8100bc6be9634de0
size 129977

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
Mon Aug 11 13:37:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the libalternatives transition conditional
-------------------------------------------------------------------
Sat Jul 12 11:39:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 25.4.16:
* documentation update
* allow python 3.13
-------------------------------------------------------------------
Mon Jun 16 14:24:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
@@ -18,7 +6,7 @@ Mon Jun 16 14:24:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
-------------------------------------------------------------------
Sun Mar 30 08:26:56 UTC 2025 - Dirk Müller <dmueller@suse.com>
- make it compatible with older setuptools again
- make it compatible with older setuptools again
-------------------------------------------------------------------
Mon Mar 24 18:00:52 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -24,14 +24,10 @@
%define psuffix %{nil}
%bcond_with test
%endif
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-Automat%{psuffix}
Version: 25.4.16
Version: 24.8.1
Release: 0
Summary: Self-service finite-state machines for the programmer on the go
License: MIT
@@ -41,15 +37,10 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
%endif
Requires: python-attrs >= 19.2.0
Suggests: python-Twisted >= 16.1.1
Suggests: python-graphviz > 0.5.1
@@ -88,12 +79,6 @@ automata (particularly deterministic finite-state transducers).
%pre
%python_libalternatives_reset_alternative automat-visualize
%post
%python_install_alternative automat-visualize
%postun
%python_uninstall_alternative automat-visualize
%files %{python_files}
%license LICENSE
%doc README.md