Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nodeenv for openSUSE:Factory 
checked in at 2025-05-06 16:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nodeenv (Old)
 and      /work/SRC/openSUSE:Factory/.python-nodeenv.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nodeenv"

Tue May  6 16:38:28 2025 rev:13 rq:1274277 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nodeenv/python-nodeenv.changes    
2024-11-13 15:30:15.214205425 +0100
+++ /work/SRC/openSUSE:Factory/.python-nodeenv.new.30101/python-nodeenv.changes 
2025-05-06 16:38:54.829861781 +0200
@@ -1,0 +2,6 @@
+Mon May  5 02:59:57 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-nodeenv.spec ++++++
--- /var/tmp/diff_new_pack.akuAdc/_old  2025-05-06 16:38:55.429886857 +0200
+++ /var/tmp/diff_new_pack.akuAdc/_new  2025-05-06 16:38:55.429886857 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nodeenv
 #
-# Copyright (c) 2024 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,8 +24,10 @@
 License:        BSD-3-Clause
 URL:            https://github.com/ekalinin/nodeenv
 Source:         
https://github.com/ekalinin/nodeenv/archive/%{version}.tar.gz#/nodeenv-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-setuptools
@@ -41,10 +43,10 @@
 %autosetup -p1 -n nodeenv-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/nodeenv
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -62,5 +64,7 @@
 %doc CHANGES README.rst
 %license LICENSE
 %python_alternative %{_bindir}/nodeenv
-%{python_sitelib}/*
+%{python_sitelib}/nodeenv.py
+%pycache_only %{python_sitelib}/__pycache__/nodeenv.*.pyc
+%{python_sitelib}/nodeenv-%{version}.dist-info
 

Reply via email to