Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-testinfra for 
openSUSE:Factory checked in at 2026-01-23 17:33:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-testinfra (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-testinfra.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-testinfra"

Fri Jan 23 17:33:42 2026 rev:9 rq:1328769 version:10.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-testinfra/python-pytest-testinfra.changes
  2024-12-04 15:27:38.114513409 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-testinfra.new.1928/python-pytest-testinfra.changes
        2026-01-23 17:33:56.784108860 +0100
@@ -1,0 +2,15 @@
+Fri Jan 23 04:03:00 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 10.2.2:
+  * Remove crypt lib from testing
+  * Prevent Paramiko deadlock when test sends more than 2MB to stdout
+  * Extend backend documentation with a general host spec section
+  * Fix KeyError in MountPoint.repr()
+  * Fix systemctl is active
+  * Extended testing of group_names
+  * Query all usernames and group names
+  * Use builtin dict, list and tuple for typing
+  * Use hatchling instead of setuptools
+- Drop patch support-python-313.patch, included upstream.
+
+-------------------------------------------------------------------

Old:
----
  pytest-testinfra-10.1.1.tar.gz
  support-python-313.patch

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  pytest_testinfra-10.2.2.tar.gz

----------(Old B)----------
  Old:  * Use hatchling instead of setuptools
- Drop patch support-python-313.patch, included upstream.
----------(Old E)----------

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

Other differences:
------------------
++++++ python-pytest-testinfra.spec ++++++
--- /var/tmp/diff_new_pack.BhKsld/_old  2026-01-23 17:33:57.372133094 +0100
+++ /var/tmp/diff_new_pack.BhKsld/_new  2026-01-23 17:33:57.376133259 +0100
@@ -18,24 +18,21 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pytest-testinfra
-Version:        10.1.1
+Version:        10.2.2
 Release:        0
 Summary:        Python module to test infrastructures
 License:        Apache-2.0
 URL:            https://github.com/pytest-dev/pytest-testinfra
-Source:         
https://files.pythonhosted.org/packages/source/p/pytest-testinfra/pytest-testinfra-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pytest-testinfra/pytest_testinfra-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE testinfra-parametrize-backends-test.patch -- make 
backends deselectable which are not available for testing
 Patch0:         testinfra-parametrize-backends-test.patch
-# PATCH-FIX-UPSTREAM gh#pytest-dev/pytest-testinfra#764
-Patch1:         support-python-313.patch
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pywinrm}
-BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module hatch-vcs}
 BuildRequires:  %{python_module tornado}
-BuildRequires:  %{python_module wheel}
 BuildRequires:  ansible
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -55,11 +52,7 @@
 as a plugin to the Pytest test engine.
 
 %prep
-%autosetup -p1 -n pytest-testinfra-%{version}
-# register custom markers for test suite in order to avoid warning clutter
-sed -i -e '/\[tool:pytest\]/ a markers = \
-  testinfra_hosts\
-  destructive' setup.cfg
+%autosetup -p1 -n pytest_testinfra-%{version}
 
 %build
 %pyproject_wheel
@@ -79,7 +72,7 @@
 %pytest -ra -k "not ($donttest ${$python_donttest})" test
 
 %files %{python_files}
-%doc CHANGELOG.rst README.rst
+%doc README.rst
 %license LICENSE
 %{python_sitelib}/testinfra
 %{python_sitelib}/pytest_testinfra-%{version}.dist-info

++++++ _scmsync.obsinfo ++++++
mtime: 1769142782
commit: 0429cca8549baf4dc4c27b46dddbec4727b3ce8909300d02192b6da471ea34f9
url: https://src.opensuse.org/python-pytest/python-pytest-testinfra.git
revision: 0429cca8549baf4dc4c27b46dddbec4727b3ce8909300d02192b6da471ea34f9
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-23 05:33:21.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to