Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-ansible for openSUSE:Factory checked in at 2024-01-11 21:05:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-ansible (Old) and /work/SRC/openSUSE:Factory/.python-pytest-ansible.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-ansible" Thu Jan 11 21:05:03 2024 rev:3 rq:1137994 version:24.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-ansible/python-pytest-ansible.changes 2023-10-12 23:42:48.386412014 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-ansible.new.21961/python-pytest-ansible.changes 2024-01-11 21:05:22.523004119 +0100 @@ -1,0 +2,33 @@ +Wed Jan 10 19:35:29 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 24.1.1: + * Bugfixes + - Added missing ansible-compat runtime dependency + (#246) @ssbarnea + +------------------------------------------------------------------- +Wed Jan 10 19:31:22 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 24.1.0 (using new version scheme): + * Minor Changes + - Require python 3.10 or newer (#231) @ssbarnea + - Require ansible-core 2.14 or newer (#206) @ssbarnea + * Bugfixes + - Fix duplicated host bug with extra_inventory (#180) @CFSNM + - Avoid use of deprecated pkg_resources (#220) @ssbarnea + - Add getting started and installation steps to docs (#214) + @cristianonicolai + - Remove outdated-version-block (UP036) (#213) + @cristianonicolai + - Remove dead-code related to unsupported ansible versions + (#208) @ssbarnea + - Avoid early molecule importing (#210) @ssbarnea + - Avoid accidental plugin activation (#202) @ssbarnea + - Enable Ruff doc validation (#209) @cristianonicolai + - Initial mkdocs setup (#199) @cristianonicolai + - Add pydoclint to pre-commit config (#198) @cristianonicolai + - Add Python 3.12 to project classifiers (#192) + @cristianonicolai + - Fix codecov configuration (#190) @ssbarnea + +------------------------------------------------------------------- Old: ---- pytest-ansible-4.1.1.tar.gz New: ---- pytest-ansible-24.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-ansible.spec ++++++ --- /var/tmp/diff_new_pack.lK7ywV/_old 2024-01-11 21:05:23.139026672 +0100 +++ /var/tmp/diff_new_pack.lK7ywV/_new 2024-01-11 21:05:23.139026672 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-ansible # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,8 @@ # +%define skip_python39 1 + %{?sle15_python_module_pythons} %if 0%{?suse_version} < 1550 # Leap15, SLES15 @@ -38,12 +40,13 @@ %endif Name: python-pytest-ansible -Version: 4.1.1 +Version: 24.1.1 Release: 0 Summary: Plugin for pytest to simplify calling ansible modules from tests or fixtures License: MIT URL: https://github.com/ansible-community/pytest-ansible Source: https://files.pythonhosted.org/packages/source/p/pytest-ansible/pytest-ansible-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 63.0.0} BuildRequires: %{python_module setuptools_scm >= 7.0.5} @@ -55,6 +58,9 @@ BuildRequires: molecule >= 6.0.0 # /SECTION BuildRequires: fdupes +Requires: ansible-core +Requires: python-ansible-compat +Requires: python-base >= 3.10 Requires: python-pytest >= 6 Suggests: python-attrs == 22.2.0 Suggests: python-iniconfig == 2.0.0 ++++++ pytest-ansible-4.1.1.tar.gz -> pytest-ansible-24.1.1.tar.gz ++++++ ++++ 5233 lines of diff (skipped)