Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-services for 
openSUSE:Factory checked in at 2025-05-02 14:55:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-services (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-services.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-services"

Fri May  2 14:55:46 2025 rev:9 rq:1273808 version:2.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-services/python-pytest-services.changes
    2023-06-12 15:24:54.238502701 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-services.new.30101/python-pytest-services.changes
 2025-05-02 14:55:52.432935463 +0200
@@ -1,0 +2,6 @@
+Thu May  1 07:02:59 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-services.spec ++++++
--- /var/tmp/diff_new_pack.exuKFf/_old  2025-05-02 14:55:53.196967715 +0200
+++ /var/tmp/diff_new_pack.exuKFf/_new  2025-05-02 14:55:53.196967715 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-services
 #
-# Copyright (c) 2023 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
@@ -24,12 +24,14 @@
 License:        MIT
 URL:            https://github.com/pytest-dev/pytest-services
 Source:         
https://github.com/pytest-dev/pytest-services/archive/%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pylibmc}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module zc.lockfile >= 2.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -58,10 +60,10 @@
 sed -i -e '/import MySQLdb/d' tests/test_plugin.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -71,5 +73,6 @@
 %files %{python_files}
 %doc CHANGES.rst README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/pytest_services
+%{python_sitelib}/pytest_services-%{version}.dist-info
 

Reply via email to