Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-automaton for
openSUSE:Factory checked in at 2026-03-31 15:22:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
and /work/SRC/openSUSE:Factory/.python-automaton.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-automaton"
Tue Mar 31 15:22:52 2026 rev:25 rq:1343787 version:3.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes
2026-01-22 15:19:38.687895733 +0100
+++
/work/SRC/openSUSE:Factory/.python-automaton.new.1999/python-automaton.changes
2026-03-31 15:23:58.912551162 +0200
@@ -1,0 +2,19 @@
+Mon Mar 30 21:59:41 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.4.0:
+ * ruff: Configure hacking as external linter
+ * typing: Provide hint for reaction type
+ * Add typing
+ * trivial: Remove use of OrderedDict
+ * trivial: Rewrap strings
+ * Add ruff
+ * docs: Remove cruft from conf files
+ * Drop workaround for python < 3.10
+ * Drop code for Python < 3
+ * Bump pyupgrade target to 3.10+
+ * tox: Drop basepython
+ * pre-commit: Bump dependencies
+ * Migrate setup configuration to pyproject.toml
+ * Drop Python 3.9 support
+
+-------------------------------------------------------------------
Old:
----
automaton-3.3.0.tar.gz
New:
----
automaton-3.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-automaton.spec ++++++
--- /var/tmp/diff_new_pack.tfqbO5/_old 2026-03-31 15:23:59.580578991 +0200
+++ /var/tmp/diff_new_pack.tfqbO5/_new 2026-03-31 15:23:59.584579157 +0200
@@ -17,7 +17,7 @@
Name: python-automaton
-Version: 3.3.0
+Version: 3.4.0
Release: 0
Summary: Friendly state machines for python
License: Apache-2.0
@@ -26,14 +26,17 @@
Source0:
https://files.pythonhosted.org/packages/source/a/automaton/automaton-%{version}.tar.gz
BuildRequires: %{python_module PrettyTable >= 0.7.2}
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module oslotest}
+BuildRequires: %{python_module oslotest >= 3.2.0}
+BuildRequires: %{python_module pbr >= 6.1.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module testtools}
+BuildRequires: %{python_module testtools >= 2.2.0}
+BuildRequires: %{python_module typing-extensions >= 4.0.0}
BuildRequires: %{python_module wheel}
BuildRequires: openstack-macros
Requires: python-PrettyTable >= 0.7.2
-Requires: python-pbr >= 2.0.0
+Requires: python-pbr >= 6.1.1
+Requires: python-typing-extensions >= 4.0.0
BuildArch: noarch
%python_subpackages
++++++ automaton-3.3.0.tar.gz -> automaton-3.4.0.tar.gz ++++++
++++ 2104 lines of diff (skipped)