Update for upstream release which fixes CVE-2013-1633

epel9
Steve Milner 12 years ago
parent c390d77b28
commit 02c75025d7

1
.gitignore vendored

@ -1 +1,2 @@
virtualenv-1.9.1.tar.gz virtualenv-1.9.1.tar.gz
/virtualenv-1.10.1.tar.gz

@ -2,8 +2,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-virtualenv Name: python-virtualenv
Version: 1.9.1 Version: 1.10.1
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
@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc docs/*txt PKG-INFO AUTHORS.txt LICENSE.txt %doc docs/*rst PKG-INFO AUTHORS.txt LICENSE.txt
# Include sphinx docs on Fedora # Include sphinx docs on Fedora
%if 0%{?fedora} > 0 %if 0%{?fedora} > 0
%doc build/sphinx/* %doc build/sphinx/*
@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Aug 15 2013 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.10.1-1
- Upstream upgraded pip to v1.4.1
- Upstream upgraded setuptools to v0.9.8 (fixes CVE-2013-1633)
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
07e09df0adfca0b2d487e39a4bf2270a virtualenv-1.9.1.tar.gz 3a04aa2b32c76c83725ed4d9918e362e virtualenv-1.10.1.tar.gz

Loading…
Cancel
Save