1
0

Accepting request 331544 from home:rhafer:branches:devel:languages:python

update to version 13.1.2

OBS-URL: https://build.opensuse.org/request/show/331544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=50
This commit is contained in:
Denisart Benjamin
2015-09-17 12:06:02 +00:00
committed by Git OBS Bridge
parent ca12212b35
commit eb538859c2
5 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Sep 16 15:50:53 UTC 2015 - rhafer@suse.com
- update to version 13.1.2:
* Upgrade pip to 7.1.2.
- additional changes from version 13.1.1
* Upgrade pip to 7.1.1.
* Upgrade setuptools to 18.2.
* Make the activate script safe to use when bash is running with ``-u``.
- additional changes from version 13.1.0
* Upgrade pip to 7.1.0
* Upgrade setuptools to 18.0.1
- additional changes from version 13.0.3
* Upgrade pip to 7.0.3
- additional changes from version 13.0.2
* Upgrade pip to 7.0.2
* Upgrade setuptools to 17.0
- additional changes from version 13.0.1
* Upgrade pip to 7.0.1
- additional changes from version 13.0.0
* Automatically install wheel when creating a new virutalenv. This can be
disabled by using the ``--no-wheel`` option.
* Don't trust the current directory as a location to discover files to install
packages from.
* Upgrade setuptools to 16.0.
* Upgrade pip to 7.0.0.
-------------------------------------------------------------------
Wed Jul 29 12:41:42 UTC 2015 - toddrme2178@gmail.com