Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ansible-compat for
openSUSE:Factory checked in at 2025-10-07 18:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ansible-compat (Old)
and /work/SRC/openSUSE:Factory/.python-ansible-compat.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ansible-compat"
Tue Oct 7 18:27:53 2025 rev:42 rq:1309425 version:25.8.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ansible-compat/python-ansible-compat.changes
2025-08-21 16:57:07.804449307 +0200
+++
/work/SRC/openSUSE:Factory/.python-ansible-compat.new.11973/python-ansible-compat.changes
2025-10-07 18:29:20.383918861 +0200
@@ -1,0 +2,17 @@
+Tue Oct 7 04:56:35 UTC 2025 - Johannes Kastl
<[email protected]>
+
+- update to 25.8.2:
+ * Fixes
+ - fix: add support for python 3.14 (#533) @ssbarnea
+ - fix: remove tox.ini and adopt pep-735 (#526) @ssbarnea
+ * Maintenance
+ - chore(deps): update all dependencies (#532) @renovate[bot]
+ - chore: hooks update (#531) @ssbarnea
+ - chore(deps): update all dependencies (#530) @renovate[bot]
+ - chore(deps): update all dependencies (#529) @renovate[bot]
+ - chore(deps): update all dependencies (#527) @renovate[bot]
+ - chore: configure renovate (#524) @ssbarnea
+ - chore: update hooks (#525) @ssbarnea
+ - Bump actions/checkout from 4 to 5 (#515) @dependabot[bot]
+
+-------------------------------------------------------------------
Old:
----
python-ansible-compat-25.8.1.tar.gz
New:
----
python-ansible-compat-25.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ansible-compat.spec ++++++
--- /var/tmp/diff_new_pack.cKQCyR/_old 2025-10-07 18:29:20.939942378 +0200
+++ /var/tmp/diff_new_pack.cKQCyR/_new 2025-10-07 18:29:20.943942547 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ansible-compat
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,22 +24,23 @@
%endif
Name: python-ansible-compat
-Version: 25.8.1
+Version: 25.8.2
Release: 0
Summary: Compatibility shim for Ansible 2.9 and newer
License: MIT
URL: https://github.com/ansible-community/ansible-compat
Source:
https://github.com/ansible-community/ansible-compat/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools_scm >= 7.0.5}
+BuildRequires: %{python_module setuptools >= 65.3.0}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test
# https://github.com/ansible/ansible-compat/blob/main/.config/requirements.in
-BuildRequires: ansible-core >= 2.14
-BuildRequires: %{python_module PyYAML}
+BuildRequires: ansible-core >= 2.16
+BuildRequires: %{python_module PyYAML >= 6.0.2}
BuildRequires: %{python_module jsonschema >= 4.17.3}
+BuildRequires: %{python_module packaging >= 25.0}
BuildRequires: %{python_module subprocess-tee >= 0.4.1}
#
https://github.com/ansible/ansible-compat/blob/main/.config/requirements-test.in
BuildRequires: %{python_module pytest}
@@ -50,9 +51,9 @@
BuildRequires: fdupes
BuildRequires: python-rpm-generators
Requires: ansible-core >= 2.16
-Requires: python-PyYAML
+Requires: python-PyYAML >= 6.0.2
Requires: python-jsonschema >= 4.17.3
-Requires: python-packaging
+Requires: python-packaging >= 25.0
Requires: python-subprocess-tee >= 0.4.1
%{?python_enable_dependency_generator}
BuildArch: noarch
@@ -64,6 +65,11 @@
%prep
%setup -q -n ansible-compat-%{version}
+# for some reason 15.x errors out with an invalid duplicate license in
pyproject.toml...
+%if 0%{?suse_version} < 1600
+sed -i '/license/d' pyproject.toml
+%endif
+
%build
%pyproject_wheel
++++++ python-ansible-compat-25.8.1.tar.gz ->
python-ansible-compat-25.8.2.tar.gz ++++++
++++ 4262 lines of diff (skipped)