[python-virtualenv] Update to upstream 1.9.1 because of security issues with the bundled

Toshio くらとみ toshio at fedoraproject.org
Tue May 14 15:10:51 UTC 2013


commit 5e51d9e1952f76779054c7e02fcb00d65c93ce0b
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue May 14 08:05:42 2013 -0700

    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

 .gitignore             |    7 +------
 python-virtualenv.spec |   23 +++++++++++++----------
 sources                |    2 +-
 3 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28b0679..0fda0e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/python-virtualenv.spec b/python-virtualenv.spec
index 67cc0e9..7fcfc2c 100644
--- a/python-virtualenv.spec
+++ b/python-virtualenv.spec
@@ -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 at 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 at lists.fedoraproject.org> - 1.7.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 839d740..c048175 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5d63b05373a4344ae099a68875aae78  virtualenv-1.7.2.tar.gz
+07e09df0adfca0b2d487e39a4bf2270a  virtualenv-1.9.1.tar.gz


More information about the scm-commits mailing list