17
0

Accepting request 203045 from home:posophe:branches:devel:languages:python

Update

OBS-URL: https://build.opensuse.org/request/show/203045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=41
This commit is contained in:
Denisart Benjamin
2013-10-12 15:33:59 +00:00
committed by Git OBS Bridge
parent 29039f490d
commit c5ff6bbb57
4 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Oct 12 15:29:13 UTC 2013 - p.drouand@gmail.com
- Update to version 4.1.1
+ Fix packaging issue with 4.1
- Changes between version 4.1 and 4.0
+ Ensure that all $() style commands that produce paths are quoted.
Addresses issue 164.
+ Add wipeenv command for removing all packages installed in the virtualenv.
+ Allow users of virtualenvwrapper_lazy.sh to extend the list of API
commands that trigger the lazy-loader by extending _VIRTUALENVWRAPPER_API.
+ Fix detection of --python option to mkvirtualenv. Resolves issue 190.
+ Add allvirtualenv command to run a command across all virtualenvs.
+ Fix lsvirtualenv when there are spaces in WORKON_HOME.
Resolves issue 194.
+ Switch to pbr for packaging
- Add documentation from tarball and generated documentation
- Add python-pbr BuildRequirement; new build requirement needed to build
- Replace python-distribute with python-setuptools BuildRequires
- Use download URL as source
-------------------------------------------------------------------
Tue Apr 30 19:17:07 UTC 2013 - alexandre@exatati.com.br

View File

@@ -17,16 +17,17 @@
Name: python-virtualenvwrapper
Version: 4.0
Version: 4.1.1
Release: 0
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
Summary: Enhancements to virtualenv
License: HPND
Group: Development/Languages/Python
Source: virtualenvwrapper-%{version}.tar.bz2
Source: https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-pbr
BuildRequires: python-setuptools
Requires: python-stevedore
Requires: python-virtualenv
Requires: python-virtualenv-clone
@@ -63,6 +64,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.txt README.ja.rst README.es.rst LICENSE announce.rst
%{python_sitelib}/*
%{_bindir}/virtualenvwrapper.sh
%{_bindir}/virtualenvwrapper_lazy.sh

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdc4249973c31757e5d69dcaec9f31cc8554c22b60fd407754ffb784b3b94205
size 128461

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47ab05af0bc7f146bdd4a77a978e02a1f4e1db6a0546e836e2442fa0990d7d77
size 81070