14
0
forked from pool/python-polib

Accepting request 154998 from home:posophe:branches:devel:languages:python

Update

OBS-URL: https://build.opensuse.org/request/show/154998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-polib?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2013-02-11 09:10:45 +00:00
committed by Git OBS Bridge
parent 0143db0316
commit 578c4c7173
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Feb 9 18:47:20 UTC 2013 - p.drouand@gmail.com
- Update to 1.0.3
* Fixed issue #38: POFile.append() raised a duplicate exception when
you tried to add a new entry with the same msgid and a different msgctxt
(only when check_for_duplicates option is set to True)
* Fixed issue #39: Added __init__.py file for convenience
* Fixed issue #41: UnicodeDecodeError when running setup.py build on
python3 with C locale
* polib is now fully PEP8 compliant
* Small improvements: remove unused "typ" var, mproved Makefile, Make sure
BaseFile.__contains__ returns a boolean value
-------------------------------------------------------------------
Wed Sep 12 03:36:04 UTC 2012 - os-dev@jacraig.com