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-04-23 18:57:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-ansible (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-ansible.new.27645 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-ansible"

Tue Apr 23 18:57:17 2024 rev:5 rq:1169873 version:24.1.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-ansible/python-pytest-ansible.changes  
    2024-03-25 21:20:23.516292033 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-ansible.new.27645/python-pytest-ansible.changes
   2024-04-23 18:57:44.478075583 +0200
@@ -1,0 +2,17 @@
+Tue Apr 23 11:54:28 UTC 2024 - Johannes Kastl 
<[email protected]>
+
+- fix wrong dependencies, even though this package might be called
+  python3-pytest-ansible, most of the dependencies are called
+  python311-XXX (with the current version Ansible and its ecosystem
+  are building against)
+
+-------------------------------------------------------------------
+Tue Apr 23 08:11:23 UTC 2024 - Johannes Kastl 
<[email protected]>
+
+- update to 24.1.3:
+  * Bugfixes
+    - Test Discovery considers global molecule config (#258) @M4rt1nCh
+    - Silence incorrect warning message (#289) @AlanCoding
+- use obs_scm instead of relying on PyPI tarballs without checksums
+
+-------------------------------------------------------------------

Old:
----
  pytest-ansible-24.1.2.tar.gz

New:
----
  _servicedata
  pytest-ansible-24.1.3.obscpio
  pytest-ansible.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-ansible.spec ++++++
--- /var/tmp/diff_new_pack.ESGJN1/_old  2024-04-23 18:57:45.118098708 +0200
+++ /var/tmp/diff_new_pack.ESGJN1/_new  2024-04-23 18:57:45.118098708 +0200
@@ -25,11 +25,15 @@
 %define ansible_python python310
 %define ansible_python_executable python3.10
 %define ansible_python_sitelib %python310_sitelib
+#
+%define python_for_dependencies python310
 %endif
 %if %pythons == "python311"
 %define ansible_python python311
 %define ansible_python_executable python3.11
 %define ansible_python_sitelib %python311_sitelib
+#
+%define python_for_dependencies python311
 %endif
 %else
 # Tumbleweed
@@ -37,20 +41,23 @@
 %define ansible_python python3
 %define ansible_python_executable python3
 %define ansible_python_sitelib %python3_sitelib
+#
+%define python_for_dependencies python311
 %endif
 
 Name:           python-pytest-ansible
-Version:        24.1.2
+Version:        24.1.3
 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
+Source:         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}
 BuildRequires:  %{python_module wheel}
+BuildRequires:  git-core
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  ansible-core >= 2.15.0
@@ -58,15 +65,14 @@
 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
-Suggests:       python-packaging == 23.0
-Suggests:       python-pluggy == 1.0.0
-Suggests:       python-pytest == 7.2.2
+Requires:       %{python_for_dependencies}-packaging
+Requires:       %{python_for_dependencies}-pytest >= 6
+Requires:       ansible-core > 2.14
+Requires:       python-ansible-compat >= 4.1.11
+Suggests:       %{python_for_dependencies}-attrs == 22.2.0
+Suggests:       %{python_for_dependencies}-iniconfig == 2.0.0
+Suggests:       %{python_for_dependencies}-pluggy == 1.0.0
+Suggests:       %{python_for_dependencies}-pytest == 7.2.2
 BuildArch:      noarch
 %python_subpackages
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ESGJN1/_old  2024-04-23 18:57:45.146099720 +0200
+++ /var/tmp/diff_new_pack.ESGJN1/_new  2024-04-23 18:57:45.150099865 +0200
@@ -1,5 +1,22 @@
 <services>
-  <service name="download_files" mode="manual">
+  <service name="obs_scm" mode="manual">
+    <param 
name="url">https://github.com/ansible-community/pytest-ansible</param>
+    <param name="scm">git</param>
+    <param name="revision">v24.1.3</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="changesgenerate">enable</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="package-meta">yes</param>
+  </service>
+  <service name="set_version" mode="manual">
+    <param name="basename">pytest-ansible</param>
+  </service>
+  <service name="tar" mode="buildtime">
+    <param name="package-meta">yes</param>
+  </service>
+  <service name="recompress" mode="buildtime">
+    <param name="file">*.tar</param>
+    <param name="compression">gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/ansible-community/pytest-ansible</param>
              <param 
name="changesrevision">d357f58bec06e4332e9f3c677d301e0151b3b2cd</param></service></servicedata>
(No newline at EOF)

++++++ pytest-ansible.obsinfo ++++++
name: pytest-ansible
version: 24.1.3
mtime: 1713779654
commit: d357f58bec06e4332e9f3c677d301e0151b3b2cd

Reply via email to