Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-click for 
openSUSE:Factory checked in at 2025-05-07 19:19:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-click (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-click.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-click"

Wed May  7 19:19:15 2025 rev:6 rq:1275092 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-click/python-pytest-click.changes  
2024-02-16 21:42:58.971058043 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-click.new.30101/python-pytest-click.changes
       2025-05-07 19:19:20.938366680 +0200
@@ -1,0 +2,6 @@
+Wed May  7 06:48:08 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-click.spec ++++++
--- /var/tmp/diff_new_pack.NmXPRD/_old  2025-05-07 19:19:21.550392198 +0200
+++ /var/tmp/diff_new_pack.NmXPRD/_new  2025-05-07 19:19:21.550392198 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-click
 #
-# Copyright (c) 2022 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,7 +24,9 @@
 License:        MIT
 URL:            https://github.com/Stranger6667/pytest-click
 Source:         
https://github.com/Stranger6667/pytest-click/archive/v%{version}.tar.gz#/pytest-click-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-click >= 6.0
@@ -44,10 +46,10 @@
 sed -i "s/'pytest-cov>=[0-9.]*'//;s/==/>=/g" setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -57,5 +59,6 @@
 %files %{python_files}
 %doc CHANGELOG.md README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_click
+%{python_sitelib}/pytest_click-%{version}.dist-info
 

Reply via email to