!4 Update package nodeenv of version 1.6.0

From: @han-guangyu 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2022-05-19 01:23:49 +00:00 committed by Gitee
commit 5925c4f547
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
nodeenv-1.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <openstack@openeuler.org> - 1.6.0-1
- Upgrade package python3-nodeenv to version 1.6.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.0-2
- DESC: delete -S git from %autosetup