15
0

Accepting request 242015 from home:flavio_castelli:branches:devel:languages:python

Updated to latest stable release. Tons of bug fixes and python3 support.

OBS-URL: https://build.opensuse.org/request/show/242015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configobj?expand=0&rev=25
This commit is contained in:
Denisart Benjamin
2014-07-23 20:19:46 +00:00
committed by Git OBS Bridge
parent fd92c3cfec
commit 8b5fe61ec6
4 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jul 23 13:04:31 UTC 2014 - fcastelli@suse.com
- Update to version 5.0.5:
* BUGFIX: error in writing out config files to disk with non-ascii
characters
* BUGFIX: correcting that the code path fixed in 5.0.3 didnt cover
reading in config files
* BUGFIX: not handling unicode encoding well, especially with respect to
writing out files
* Specific error message for installing version this version on Python
versions older than 2.5
* Documentation corrections
* BUGFIX: Fixed regression on python 2.x where passing an encoding parameter
did not convert a bytestring config file (which is the most common) to
unicode. Added unit tests for this and related cases
* BUGFIX: A particular error message would fail to display with a type error
on python 2.6 only
* Python 3 single-source compatibility at the cost of a more restrictive set
of versions: 2.6, 2.7, 3.2, 3.3 (otherwise unchanged)
-------------------------------------------------------------------
Tue May 29 08:26:59 UTC 2012 - cfarrell@suse.com