Update to 15.0.3
This commit is contained in:
parent
96adc94fa9
commit
dcc8df3686
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,4 @@
|
|||||||
virtualenv-1.9.1.tar.gz
|
|
||||||
/virtualenv-1.10.1.tar.gz
|
|
||||||
/virtualenv-1.11.6.tar.gz
|
|
||||||
/virtualenv-12.0.7.tar.gz
|
|
||||||
/virtualenv-13.1.2.tar.gz
|
/virtualenv-13.1.2.tar.gz
|
||||||
/virtualenv-14.0.6.tar.gz
|
/virtualenv-14.0.6.tar.gz
|
||||||
|
/virtualenv-15.0.3.tar.gz
|
||||||
|
noarch
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-virtualenv
|
Name: python-virtualenv
|
||||||
Version: 14.0.6
|
Version: 15.0.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool to create isolated Python environments
|
Summary: Tool to create isolated Python environments
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -106,9 +106,13 @@ rm -f build/sphinx/html/.buildinfo
|
|||||||
%{py3_install}
|
%{py3_install}
|
||||||
# rename binaries to use python3
|
# rename binaries to use python3
|
||||||
mv %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/py3-virtualenv
|
mv %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/py3-virtualenv
|
||||||
|
# The versioned 3.x script was removed from upstream. Add it back.
|
||||||
|
cp %{buildroot}/%{_bindir}/py3-virtualenv %{buildroot}/%{_bindir}/virtualenv-%{python3_version}
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%{py2_install}
|
%{py2_install}
|
||||||
|
# The versioned 2.x script was removed from upstream. Add it back.
|
||||||
|
cp %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/virtualenv-%{python2_version}
|
||||||
|
|
||||||
%files -n python2-virtualenv
|
%files -n python2-virtualenv
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
@ -139,6 +143,9 @@ mv %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/py3-virtualenv
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 8 2016 Steve Milner <smilner@redhat.com> - 15.0.3-1
|
||||||
|
- Update for upstream release.
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.0.6-2
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.0.6-2
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user