diff --git a/nodeenv-1.5.0.tar.gz b/nodeenv-1.5.0.tar.gz deleted file mode 100644 index 2f1ff3a..0000000 Binary files a/nodeenv-1.5.0.tar.gz and /dev/null differ diff --git a/nodeenv-1.6.0.tar.gz b/nodeenv-1.6.0.tar.gz new file mode 100644 index 0000000..8509a49 Binary files /dev/null and b/nodeenv-1.6.0.tar.gz differ diff --git a/python-nodeenv.spec b/python-nodeenv.spec index 69f63d6..5e57f4e 100644 --- a/python-nodeenv.spec +++ b/python-nodeenv.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nodeenv -Version: 1.5.0 -Release: 2 +Version: 1.6.0 +Release: 1 Summary: Node.js virtual environment builder License: BSD URL: https://github.com/ekalinin/nodeenv -Source0: https://files.pythonhosted.org/packages/2f/15/d1eb0d2664e57da61622a815efe7a88db68c7a593fb86bd7cc629fc31c76/nodeenv-1.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/75/8d/14c4ac588711f8de0dd02a11460ed72f48cab65a998994ca20f40c6e1a8f/nodeenv-1.6.0.tar.gz BuildArch: noarch %description Node.js virtual environment builder. @@ -29,7 +29,7 @@ Provides: python3-nodeenv-doc Node.js virtual environment builder. %prep -%autosetup -n nodeenv-1.5.0 -p1 +%autosetup -n nodeenv-%{version} %build %py3_build @@ -63,15 +63,19 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . +%check +%{__python3} setup.py test %files -n python3-nodeenv -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Wed May 18 2022 OpenStack_SIG - 1.6.0-1 +- Upgrade package python3-nodeenv to version 1.6.0 + * Fri Jul 30 2021 chenyanpanHW - 1.5.0-2 - DESC: delete -S git from %autosetup