Accepting request 159592 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/159592 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=16
This commit is contained in:
commit
0635407e31
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 13:09:06 UTC 2013 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.9.1:
|
||||
* Updated to pip 1.3.1 that fixed a major backward incompatible
|
||||
change of parsing URLs to externally hosted packages that got
|
||||
accidentily included in pip 1.3.
|
||||
- Aditional changes from 1.9
|
||||
* Unset VIRTUAL_ENV environment variable in deactivate.bat
|
||||
(Pull #364)
|
||||
* Upgraded distribute to 0.6.34.
|
||||
* Added --no-setuptools and --no-pip options (Pull #336).
|
||||
* Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin
|
||||
(Pull #382).
|
||||
* Fixed Issue #378. virtualenv is now "multiarch" aware on
|
||||
debian/ubuntu (Pull #379).
|
||||
* Fixed issue with readline module path on pypy and OSX (Pull #374).
|
||||
* Made 64bit detection compatible with Python 2.5 (Pull #393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 27 07:53:41 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-virtualenv
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-virtualenv
|
||||
Version: 1.8.4
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Url: http://www.virtualenv.org/
|
||||
Summary: Virtual Python Environment builder
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:392021ff6976a13b1d96caac3f9385a8c7469cc1427e9ce94c8d5015a049eb8b
|
||||
size 1769327
|
3
virtualenv-1.9.1.tar.bz2
Normal file
3
virtualenv-1.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff1befb3852b089a288b087b932d1dc6b75ba0103b7aa3cca16bf5c1b6e8fd85
|
||||
size 1932065
|
Loading…
Reference in New Issue
Block a user