Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-funcy for openSUSE:Factory 
checked in at 2025-06-18 19:29:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-funcy (Old)
 and      /work/SRC/openSUSE:Factory/.python-funcy.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-funcy"

Wed Jun 18 19:29:39 2025 rev:13 rq:1286228 version:2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-funcy/python-funcy.changes        
2025-03-05 13:39:15.705382548 +0100
+++ /work/SRC/openSUSE:Factory/.python-funcy.new.19631/python-funcy.changes     
2025-06-18 19:29:40.924925774 +0200
@@ -1,0 +2,6 @@
+Tue Jun 17 04:18:04 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-funcy.spec ++++++
--- /var/tmp/diff_new_pack.1J03Uz/_old  2025-06-18 19:29:41.540951269 +0200
+++ /var/tmp/diff_new_pack.1J03Uz/_new  2025-06-18 19:29:41.540951269 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcy
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{?sle15_python_module_pythons}
 Name:           python-funcy
 Version:        2.0
@@ -26,9 +25,11 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/Suor/funcy
 Source:         
https://files.pythonhosted.org/packages/source/f/funcy/funcy-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module whatever}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -43,10 +44,10 @@
 %setup -q -n funcy-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -56,5 +57,6 @@
 %files %{python_files}
 %doc CHANGELOG README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/funcy
+%{python_sitelib}/funcy-%{version}.dist-info
 

Reply via email to