forked from pool/python-virtualenvwrapper
- Update to 3.3:
- Clean up file permissions and remove shebangs from scripts not
intended to be executed on the command line. (contributed by
ralphbean)
- Worked on some brittle tests.
- Received updates to Japanese translation of the documentation
from t2y.
- Fix the test script and runner so the user’s $WORKON_HOME is not
erased if they do not have some test shells installed. (big thanks
to agriffis).
- If the hook loader is told to list plugins but is not given a
hook name, it prints the list of core hooks.
- Merge several fixes for path and variable handling for MSYS users
from bwanamarko. Includes a fix for issue 138.
- Change mkvirtualenv so it catches both -h and --help.
- Fix some issues with the way temporary files are used for hook
scripts. (contributed by agriffis)
- Allow relative path to requirements file with mkvirtualenv and
-r option. (barberj)
- Make whitespace consistent. (agriffis)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
f1030ad8a8
commit
43a3d83a69
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 12 23:24:48 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 3.3:
|
||||
- Clean up file permissions and remove shebangs from scripts not
|
||||
intended to be executed on the command line. (contributed by
|
||||
ralphbean)
|
||||
- Worked on some brittle tests.
|
||||
- Received updates to Japanese translation of the documentation
|
||||
from t2y.
|
||||
- Fix the test script and runner so the user’s $WORKON_HOME is not
|
||||
erased if they do not have some test shells installed. (big thanks
|
||||
to agriffis).
|
||||
- If the hook loader is told to list plugins but is not given a
|
||||
hook name, it prints the list of core hooks.
|
||||
- Merge several fixes for path and variable handling for MSYS users
|
||||
from bwanamarko. Includes a fix for issue 138.
|
||||
- Change mkvirtualenv so it catches both -h and --help.
|
||||
- Fix some issues with the way temporary files are used for hook
|
||||
scripts. (contributed by agriffis)
|
||||
- Allow relative path to requirements file with mkvirtualenv and
|
||||
-r option. (barberj)
|
||||
- Make whitespace consistent. (agriffis)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 07:30:37 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
||||
@@ -15,14 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-virtualenvwrapper
|
||||
Version: 3.2
|
||||
Version: 3.3
|
||||
Release: 0
|
||||
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
|
||||
Summary: Enhancements to virtualenv
|
||||
License: HPND
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
|
||||
Source: virtualenvwrapper-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616
|
||||
size 425490
|
||||
3
virtualenvwrapper-3.3.tar.bz2
Normal file
3
virtualenvwrapper-3.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e5d36b4ef9ad485381cde48d6082a3f7bc3563eb0ff1017f407725da4738b73
|
||||
size 441122
|
||||
Reference in New Issue
Block a user