forked from pool/python-nodeenv
- update to 1.8.0:
* Changes: * #312 * #313 * #317 * #320 * #327 * #329 * #330 - drop python-nodeenv-no-mock.patch (obsolete) * M1 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nodeenv?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9e9e36e1be6439e877c53e7f27ce068f75b82cc08201f2c68471687199cfd7b
|
||||
size 36209
|
3
nodeenv-1.8.0.tar.gz
Normal file
3
nodeenv-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a8931e93a9aeae1fffa0bd76e077168e5c0ce4b32f9bc85dee2e8d8eb35a2f9
|
||||
size 36750
|
@@ -1,26 +0,0 @@
|
||||
Index: nodeenv-1.6.0/tests/nodeenv_test.py
|
||||
===================================================================
|
||||
--- nodeenv-1.6.0.orig/tests/nodeenv_test.py 2021-04-09 10:10:31.000000000 +0200
|
||||
+++ nodeenv-1.6.0/tests/nodeenv_test.py 2022-03-24 12:24:46.558624770 +0100
|
||||
@@ -7,7 +7,7 @@ import subprocess
|
||||
import sys
|
||||
import sysconfig
|
||||
|
||||
-import mock
|
||||
+import unittest.mock as mock
|
||||
import pytest
|
||||
|
||||
import nodeenv
|
||||
Index: nodeenv-1.6.0/tests/test_install_activate.py
|
||||
===================================================================
|
||||
--- nodeenv-1.6.0.orig/tests/test_install_activate.py 2021-04-09 10:10:31.000000000 +0200
|
||||
+++ nodeenv-1.6.0/tests/test_install_activate.py 2022-03-24 12:26:03.387083907 +0100
|
||||
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
import os
|
||||
|
||||
-import mock
|
||||
+import unittest.mock as mock
|
||||
import pytest
|
||||
|
||||
import nodeenv
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 07:11:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.8.0:
|
||||
* Changes:
|
||||
* #312
|
||||
* #313
|
||||
* #317
|
||||
* #320
|
||||
* #327
|
||||
* #329
|
||||
* #330
|
||||
- drop python-nodeenv-no-mock.patch (obsolete)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 09:54:32 UTC 2023 - Matthias Bach <marix@marix.org>
|
||||
|
||||
@@ -24,7 +38,7 @@ Thu Mar 24 11:47:05 UTC 2022 - pgajdos@suse.com
|
||||
Thu Jun 17 21:09:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.6.0:
|
||||
* M1 support
|
||||
* M1 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 11:25:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
@@ -15,24 +15,23 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15allpythons}
|
||||
|
||||
Name: python-nodeenv
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Nodejs virtual environment builder
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/ekalinin/nodeenv
|
||||
Source: https://github.com/ekalinin/nodeenv/archive/%{version}.tar.gz#/nodeenv-%{version}.tar.gz
|
||||
# https://github.com/ekalinin/nodeenv/issues/302
|
||||
Patch0: python-nodeenv-no-mock.patch
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
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
|
||||
|
||||
@@ -40,8 +39,7 @@ BuildArch: noarch
|
||||
Node.js virtual environment builder.
|
||||
|
||||
%prep
|
||||
%setup -q -n nodeenv-%{version}
|
||||
%patch0 -p1
|
||||
%autosetup -p1 -n nodeenv-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Reference in New Issue
Block a user