14
0

Accepting request 233037 from home:TheBlackCat:branches:devel:languages:python

Update to version 3.6

OBS-URL: https://build.opensuse.org/request/show/233037
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=68
This commit is contained in:
Todd R
2014-05-08 11:45:33 +00:00
committed by Git OBS Bridge
parent b0c812a449
commit 8296be4572
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu May 8 11:25:32 UTC 2014 - toddrme2178@gmail.com
- Update to version 3.6
* Issue #203: Honor proxy settings for Powershell downloader in the bootstrap
routine.
- Update to version 3.5.2
* Issue #168: More robust handling of replaced zip files and stale caches.
Fixes ZipImportError complaining about a 'bad local header'.
- Update to version 3.5.1
* Issue #199: Restored ``install._install`` for compatibility with earlier
NumPy versions.
- Update to version 3.5
* Issue #195: Follow symbolic links in find_packages (restoring behavior
broken in 3.4).
* Issue #197: On Python 3.1, PKG-INFO is now saved in a UTF-8 encoding instead
of ``sys.getpreferredencoding`` to match the behavior on Python 2.6-3.4.
* Issue #192: Preferred bootstrap location is now
https://bootstrap.pypa.io/ez_setup.py (mirrored from former location).
-------------------------------------------------------------------
Thu Apr 17 11:57:05 UTC 2014 - toddrme2178@gmail.com