Update to upstream 1.9.1 because of security issues with the bundled

python-pip in older releases.  This is just a quick fix until a
  python-virtualenv maintainer can unbundle the python-pip package
  see: https://bugzilla.redhat.com/show_bug.cgi?id=749378
epel9
Toshio Kuratomi 12 years ago
parent bd7a53e34a
commit 5e51d9e195

7
.gitignore vendored

@ -1,6 +1 @@
virtualenv-1.4.8.tar.gz
/virtualenv-1.5.1.tar.gz
/virtualenv-1.7.tar.gz
/virtualenv-1.7.1.2.tar.gz
/virtualenv-add-doc-config.patch
/virtualenv-1.7.2.tar.gz
virtualenv-1.9.1.tar.gz

@ -1,9 +1,9 @@
# sitelib for noarch packages
%{!?python_sitelib: %define 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
Version: 1.7.2
Release: 2%{?dist}
Version: 1.9.1
Release: 1%{?dist}
Summary: Tool to create isolated Python environments
Group: Development/Languages
@ -13,14 +13,11 @@ Source0: http://pypi.python.org/packages/source/v/virtualenv/virtualenv-%
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
Requires: python-setuptools, python-devel
BuildRequires: python2-devel
Requires: python-setuptools, python2-devel
# Fedora requires python-setuptools-devel while EL5 fails on install
# See BZ#611536 (https://bugzilla.redhat.com/show_bug.cgi?id=611536)
%if 0%{?fedora} > 0
BuildRequires: python-setuptools-devel, python-sphinx
Requires: python-setuptools-devel
%if 0%{?fedora}
BuildRequires: python-sphinx
%endif
@ -68,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue May 14 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.9.1-1
- Update to upstream 1.9.1 because of security issues with the bundled
python-pip in older releases. This is just a quick fix until a
python-virtualenv maintainer can unbundle the python-pip package
see: https://bugzilla.redhat.com/show_bug.cgi?id=749378
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
b5d63b05373a4344ae099a68875aae78 virtualenv-1.7.2.tar.gz
07e09df0adfca0b2d487e39a4bf2270a virtualenv-1.9.1.tar.gz

Loading…
Cancel
Save