Update package nodeenv of version 1.6.0
This commit is contained in:
parent
a68402b049
commit
2b314a05ca
Binary file not shown.
BIN
nodeenv-1.6.0.tar.gz
Normal file
BIN
nodeenv-1.6.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-nodeenv
|
Name: python-nodeenv
|
||||||
Version: 1.5.0
|
Version: 1.6.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Node.js virtual environment builder
|
Summary: Node.js virtual environment builder
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/ekalinin/nodeenv
|
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
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Node.js virtual environment builder.
|
Node.js virtual environment builder.
|
||||||
@ -29,7 +29,7 @@ Provides: python3-nodeenv-doc
|
|||||||
Node.js virtual environment builder.
|
Node.js virtual environment builder.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n nodeenv-1.5.0 -p1
|
%autosetup -n nodeenv-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -63,15 +63,19 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python3-nodeenv -f filelist.lst
|
%files -n python3-nodeenv -f filelist.lst
|
||||||
|
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.0-2
|
||||||
- DESC: delete -S git from %autosetup
|
- DESC: delete -S git from %autosetup
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user