File python3-polib.changes of Package python3-polib
-------------------------------------------------------------------
Mon Jul 13 21:38:25 UTC 2015 - arun@gmx.de
- update to version 1.0.7:
* Fixed bad parsing of indented msgstr_plural
* Fixed ordering of "Language" metadata entry
* Removed space after "#" in header if comment line is empty (like
gettext tools) * Fixed typos / grammar errors (thanks Jakub Wilk)
* Take into account msgid_plural if needed when comparing entries
(thanks Leonardo Constantino Oliveira)
* Fixed issue #63 (str() on a bytes instance when using python3)
(thanks Jakub Wilk)
-------------------------------------------------------------------
Mon Jun 29 12:53:48 UTC 2015 - toddrme2178@gmail.com
- Use python3-Sphinx
- Use setuptools instead of distribute
- Use nose for testing
-------------------------------------------------------------------
Thu Jan 8 00:06:13 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* update source link to pypi
- remove endian.patch. Included upstream
- update to version 1.0.6:
* Wheel support
* Add missing 'Language' and 'Plural-Forms' to metadata ordering
* More accurate float operation for POFile.percent_translated()
- changes from Version 1.0.5:
* Fixed issue #59: tokens variable referenced before assignment
* Implemented feature request #56: line number information in PO entries
* Fixed issue #61: polib does not handle previous msgid on multines properly
- changes from Version 1.0.4:
* Fixed issue #43: improved check that determine if polib is dealing with a filepath or unicode content
* Fixed issue #44: polib now checks MO files revision number and throws an error if the number is unexpected
* Fixed issue #45: parse properly mo files with no header entry
* Fixed issue #47: added flags attribute for MOEntry to be consistant with POEntry
* Fixed issue #49: use integers rather than strings for msgstr_plural keys
* Fixed issue #51: if a PO file ends with a comment, polib adds a spurious empty entry at the end
* Fixed issue #52: bad magic number written on big endian platforms
* Fixed issue #53: added a __hash__() method to POEntry and MOEntry classes
* Fixed issue #54: use lowercase for state identifiers. This fixes issues with certain locales and string.lower()
* Fixed issue #58: use io.open() instead of codecs.open() because the latter doesn't handle very well universal line endings
* Make sure the mo file is closed at garbage collection, this prevents warnings on unclosed file when running tests with python >= 3.2
* Better way to test indianness
* polib download URL is now on Pypi
-------------------------------------------------------------------
Tue Sep 3 14:31:29 UTC 2013 - dvaleev@suse.com
- fix endianess on mo file creation
-------------------------------------------------------------------
Mon Feb 11 17:29:25 UTC 2013 - lazy.kent@opensuse.org
- Initial package created - 1.0.3.