6 Commits

Author SHA256 Message Date
038df2abb7 Accepting request 1298855 from devel:languages:python
- Make the libalternatives transition conditional

OBS-URL: https://build.opensuse.org/request/show/1298855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Automat?expand=0&rev=13
2025-08-12 15:03:33 +00:00
a51f4ebc61 - Make the libalternatives transition conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=31
2025-08-11 13:38:32 +00:00
69a448ea93 Accepting request 1294519 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1294519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Automat?expand=0&rev=12
2025-07-21 17:59:10 +00:00
59efb1d760 - update to 25.4.16:
* documentation update
  * allow python 3.13
- make it compatible with older setuptools again

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=29
2025-07-12 11:40:01 +00:00
edec32b11b Accepting request 1286134 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Automat?expand=0&rev=11
2025-06-18 13:53:47 +00:00
1476f0a462 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=27
2025-06-16 14:27:01 +00:00
4 changed files with 38 additions and 9 deletions

Binary file not shown.

3
automat-25.4.16.tar.gz Normal file
View File

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

View File

@@ -1,7 +1,24 @@
-------------------------------------------------------------------
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>
- Convert to libalternatives
-------------------------------------------------------------------
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,24 +24,33 @@
%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: 24.8.1
Version: 25.4.16
Release: 0
Summary: Self-service finite-state machines for the programmer on the go
License: MIT
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 pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 19.2.0
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(preun): 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
BuildArch: noarch
@@ -76,6 +85,9 @@ automata (particularly deterministic finite-state transducers).
%endif
%if !%{with test}
%pre
%python_libalternatives_reset_alternative automat-visualize
%post
%python_install_alternative automat-visualize