forked from pool/python-nodeenv
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c89f7cf422 | |||
| 5ade26e682 | |||
| 0ce7e805be | |||
| 9cc9e78580 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a8931e93a9aeae1fffa0bd76e077168e5c0ce4b32f9bc85dee2e8d8eb35a2f9
|
||||
size 36750
|
||||
BIN
nodeenv-1.9.1.tar.gz
LFS
Normal file
BIN
nodeenv-1.9.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 13:47:10 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Fix package license to BSD-3-Clause
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 22:04:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.9.1:
|
||||
* #358
|
||||
* #338
|
||||
* #347
|
||||
* #348
|
||||
* #345
|
||||
* #342
|
||||
* #346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 07:11:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-nodeenv
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,11 @@
|
||||
|
||||
|
||||
%{?sle15allpythons}
|
||||
|
||||
Name: python-nodeenv
|
||||
Version: 1.8.0
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: Nodejs virtual environment builder
|
||||
License: BSD-2-Clause
|
||||
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 pytest}
|
||||
@@ -31,7 +30,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-setuptools
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user