[python-virtualenv] update to virtualenv 1.11.6

Matthias Runge mrunge at fedoraproject.org
Wed Jul 9 12:34:00 UTC 2014


commit bebd34c74f1c4855285cd9c878106417ae8c0018
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Jul 9 14:33:57 2014 +0200

    update to virtualenv 1.11.6

 .gitignore             |    1 +
 python-virtualenv.spec |   23 +++++++++++------------
 sources                |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f148ef0..4ed2f3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 virtualenv-1.9.1.tar.gz
 /virtualenv-1.10.1.tar.gz
+/virtualenv-1.11.6.tar.gz
diff --git a/python-virtualenv.spec b/python-virtualenv.spec
index 9ce4f94..7db14f3 100644
--- a/python-virtualenv.spec
+++ b/python-virtualenv.spec
@@ -2,19 +2,19 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-virtualenv
-Version:        1.10.1
-Release:        2%{?dist}
+Version:        1.11.6
+Release:        1%{?dist}
 Summary:        Tool to create isolated Python environments
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://pypi.python.org/pypi/virtualenv
 Source0:        http://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
-Requires:       python-setuptools, python2-devel
+Requires:       python-setuptools
+Requires:       python2-devel
 
 %if 0%{?fedora}
 BuildRequires:  python-sphinx
@@ -39,32 +39,31 @@ licensed under an MIT-style permissive license.
 # Build docs on Fedora
 %if 0%{?fedora} > 0
 %{__python} setup.py build_sphinx
+rm -f build/sphinx/html/.buildinfo
 %endif
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
-rm -f build/sphinx/html/.buildinfo
-
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc docs/*rst PKG-INFO AUTHORS.txt LICENSE.txt
 # Include sphinx docs on Fedora
 %if 0%{?fedora} > 0
 %doc build/sphinx/*
 %endif
-# For noarch packages: sitelib
+
 %{python_sitelib}/*
-%attr(755,root,root) %{_bindir}/virtualenv*
+%{_bindir}/virtualenv*
 
 
 %changelog
+* Wed Jul 09 2014 Matthias Runge <mrunge at redhat.com> - 1.11.6-1
+- update to 1.11.6:
+  Upstream updated setuptools to 3.6, updated pip to 1.5.6
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 95007d5..cf1aa6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a04aa2b32c76c83725ed4d9918e362e  virtualenv-1.10.1.tar.gz
+f61cdd983d2c4e6aeabb70b1060d6f49  virtualenv-1.11.6.tar.gz


More information about the scm-commits mailing list