From d57737fcd7999cbcc8dd58d74331833fe2a959a5 Mon Sep 17 00:00:00 2001
From: StevenK <>
Date: May 14 2025 15:07:09 +0000
Subject: Update python-nodeenv to version 1.9.1 / rev 13 via SR 1274277
https://build.opensuse.org/request/show/1274277
by user StevenK + anag_factory
- Switch to pyproject macros.
- No more greedy globs in %files.
---
diff --git a/.files b/.files
index 97c9d85..0836f31 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index de8c07f..d68a53d 100644
--- a/.rev
+++ b/.rev
@@ -122,4 +122,13 @@
- Fix package license to BSD-3-Clause
1223960
+
+ cb89c33b5834586add2bdfad4b987746
+ 1.9.1
+
+ anag_factory
+ - Switch to pyproject macros.
+- No more greedy globs in %files.
+ 1274277
+
diff --git a/python-nodeenv.changes b/python-nodeenv.changes
index 0552415..70e9d12 100644
--- a/python-nodeenv.changes
+++ b/python-nodeenv.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon May 5 02:59:57 UTC 2025 - Steve Kowalik
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
Wed Nov 13 13:47:10 UTC 2024 - Daniel Garcia
- Fix package license to BSD-3-Clause
diff --git a/python-nodeenv.spec b/python-nodeenv.spec
index 9ce7fed..71533a3 100644
--- a/python-nodeenv.spec
+++ b/python-nodeenv.spec
@@ -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 @@ Summary: Nodejs virtual environment builder
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 @@ Node.js virtual environment builder.
%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,6 +64,8 @@ Node.js virtual environment builder.
%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
%changelog