Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-echo for 
openSUSE:Factory checked in at 2025-03-04 18:32:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-echo (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-echo.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-echo"

Tue Mar  4 18:32:51 2025 rev:2 rq:1249968 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-echo/python-pytest-echo.changes    
2020-08-10 15:08:27.088282666 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-echo.new.19136/python-pytest-echo.changes
 2025-03-04 18:33:21.039852453 +0100
@@ -1,0 +2,10 @@
+Tue Mar  4 03:25:25 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 1.8.1:
+  * drop support for setuptools
+  * drop support for python < 3.11
+  * drop support for pytest < 6.0
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

Old:
----
  pytest-echo-1.7.1.tar.gz

New:
----
  pytest_echo-1.8.1.tar.gz

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

Other differences:
------------------
++++++ python-pytest-echo.spec ++++++
--- /var/tmp/diff_new_pack.964oyx/_old  2025-03-04 18:33:21.631877174 +0100
+++ /var/tmp/diff_new_pack.964oyx/_new  2025-03-04 18:33:21.631877174 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-echo
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,22 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-echo
-Version:        1.7.1
+Version:        1.8.1
 Release:        0
 Summary:        Pytest plugin for echoing build environment attributes
 License:        MIT
 URL:            https://github.com/pytest-dev/pytest-echo
-Source:         
https://files.pythonhosted.org/packages/source/p/pytest-echo/pytest-echo-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pytest-echo/pytest_echo-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-pytest >= 2.2
+Requires:       python-pytest >= 8.3
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module Django}
-BuildRequires:  %{python_module pytest >= 2.2}
+BuildRequires:  %{python_module pytest >= 8.3}
 # /SECTION
 %python_subpackages
 
@@ -40,13 +40,13 @@
 package version and generic attributes.
 
 %prep
-%setup -q -n pytest-echo-%{version}
+%setup -q -n pytest_echo-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -57,5 +57,7 @@
 %files %{python_files}
 %doc CHANGELOG README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_echo.py
+%pycache_only %{python_sitelib}/__pycache__/pytest_echo*pyc
+%{python_sitelib}/pytest_echo-%{version}.dist-info
 

Reply via email to