15
0

Accepting request 133714 from home:poorboywilly:branches:devel:languages:python

Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/133714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=22
This commit is contained in:
Ismail Dönmez
2012-09-17 09:45:25 +00:00
committed by Git OBS Bridge
parent 51bfebdff0
commit f387ce798d
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 12 03:20:46 UTC 2012 - os-dev@jacraig.com
- Update to version 2.36:
* Use python 2.6 friendly sys.version_info test.
* Do not call decode() with an "errors" keyword, as this does not
yet work with Python 2.6.
- No changelog provided for 2.35.
- Changes from 2.34:
* Fix *.ui detection to be robust for non-ASCII files.
* Fix a regression with python2 if files have some utf-8 directives.
- Changes from 2.33:
* Fix crash when encountering binary files with Python 3.
* Fix crash when encountering an UTF-8 Python source code file.
-------------------------------------------------------------------
Wed Mar 14 11:02:40 UTC 2012 - vuntz@opensuse.org