From ef1aa5680e3090a1cb2f2c33bb01446b18094a9e90a17ef396b85b185acce6fe Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 10 Apr 2012 08:56:34 +0000 Subject: [PATCH] - Update to version 3.2: * Make project_dir a local variable so that cdproject does not interfere with other variables the user might have set. * Fix typo in documentation reported by Nick Martin. * Change trove classifier for license "MIT" to reflect the license text presented in the documentation. This does not indicate a change in the license, just a correction to the expression of that intent. * Extend rmvirtualenv to allow removing more than one environment at a time * Change the definition of virtualenvwrapper_get_site_packages_dir to ask distutils for the site-packages directory instead of trying to build the path ourselves in the shell script. - Use upstream URL - Macro simplification OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=20 --- python-virtualenvwrapper.changes | 6 ++++++ python-virtualenvwrapper.spec | 14 +++++--------- virtualenvwrapper-3.2.tar.bz2 | 3 --- virtualenvwrapper-3.2.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 virtualenvwrapper-3.2.tar.bz2 create mode 100644 virtualenvwrapper-3.2.tar.gz diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index 64990ef..f12a27c 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 10 08:50:36 UTC 2012 - saschpe@suse.de + +- Use upstream URL +- Macro simplification + ------------------------------------------------------------------- Mon Apr 9 03:58:59 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index e6af99e..afb0ac3 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -11,13 +11,10 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - Name: python-virtualenvwrapper Version: 3.2 Release: 0 @@ -25,17 +22,16 @@ Url: http://www.doughellmann.com/projects/virtualenvwrapper/ Summary: Enhancements to virtualenv License: BSD-2-Clause Group: Development/Languages/Python -Source: virtualenvwrapper-%{version}.tar.bz2 +Source: http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute Requires: python-virtualenv -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else BuildArch: noarch %endif -%endif %description virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv diff --git a/virtualenvwrapper-3.2.tar.bz2 b/virtualenvwrapper-3.2.tar.bz2 deleted file mode 100644 index e532c67..0000000 --- a/virtualenvwrapper-3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ffc43fb5c8d4b326a16383c6f371bb7c3a941e9f085340a85f80aeab791ef5d -size 246838 diff --git a/virtualenvwrapper-3.2.tar.gz b/virtualenvwrapper-3.2.tar.gz new file mode 100644 index 0000000..c189b0b --- /dev/null +++ b/virtualenvwrapper-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616 +size 425490