14
0

Accepting request 294253 from home:benoit_monin:branches:devel:languages:python

update to version 12.0.7

OBS-URL: https://build.opensuse.org/request/show/294253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=46
This commit is contained in:
Denisart Benjamin
2015-04-03 17:27:03 +00:00
committed by Git OBS Bridge
parent 7e575ddc64
commit a0207fe1f7
4 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Apr 2 18:45:03 UTC 2015 - benoit.monin@gmx.fr
- update to version 12.0.7:
* Upgrade pip to 6.0.8
- additional changes from version 12.0.6:
* Upgrade pip to 6.0.7
* Upgrade setuptools to 12.0.5
- additional changes from version 12.0.5:
* Upgrade pip to 6.0.6
* Upgrade setuptools to 11.0
- additional changes from version 12.0.4:
* Revert the fix to ``-p`` on Debian based pythons as it was
broken in other situations.
* Revert several sys.path changes new in 12.0 which were breaking
virtualenv.
- additional changes from version 12.0.3:
* Fix an issue where Debian based Pythons would fail when using
-p with the host Python.
* Upgrade pip to 6.0.3
- additional changes from version 12.0.2:
* Upgraded pip to 6.0.2
- additional changes from version 12.0.1:
* Upgraded pip to 6.0.1
- additional changes from version 12.0:
* **PROCESS** Version numbers are now simply ``X.Y`` where the
leading ``1`` has been dropped.
* Split up documentation into structured pages
* Now using pytest framework
* Correct sys.path ordering for debian, issue #461
* Correctly throws error on older Pythons, issue #619
* Allow for empty $PATH, pull #601
* Don't set prompt if $env:VIRTUAL_ENV_DISABLE_PROMPT is set for
Powershell
* Updated setuptools to 7.0
-------------------------------------------------------------------
Sat Nov 08 20:07:00 UTC 2014 - Led <ledest@gmail.com>