14
0

Accepting request 149687 from devel:languages:python

Update to 3.6.

OBS-URL: https://build.opensuse.org/request/show/149687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2013-01-29 13:37:34 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Nov 3 02:42:59 UTC 2012 - alexandre@exatati.com.br
- Fix bnc#787875, added python-virtualenv-clone as Requires in spec
file.
-------------------------------------------------------------------
Sun Aug 19 05:51:56 UTC 2012 - alexandre@exatati.com.br
- Update to 3.6:
- Switch to stevedore for plugin management
- mkvirtualenv_help should use $VIRTUALENVWRAPPER_PYTHON instead
of calling virtualenv directly (issue 148).
- Fix issue with lazy-loader code under zsh (issue 144).
- Fix issue with noclobber option under zsh (issue 137). Fix based
on patch from rob_b.
- Fix documentation for add2virtualenv to show the correct name for
the file containing the new path entry. (contributed by rvoicilas)
- Fix problem with virtualenvwrapper_show_workon_options under zsh
with chpwd functions that produce output. (issue 153)
-------------------------------------------------------------------
Mon Jun 11 11:55:21 UTC 2012 - alexandre@exatati.com.br

View File

@@ -17,7 +17,7 @@
Name: python-virtualenvwrapper
Version: 3.5
Version: 3.6
Release: 0
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
Summary: Enhancements to virtualenv
@@ -27,7 +27,9 @@ Source: virtualenvwrapper-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
Requires: python-stevedore
Requires: python-virtualenv
Requires: python-virtualenv-clone
%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

View File

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

View File

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