Name: | python34-polib |
---|---|
Version: | 1.0.7 |
Release: | 9.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 179930 |
License: | MIT |
RPM: | python34-polib-1.0.7-9.el7.noarch.rpm |
Source RPM: | python-polib-1.0.7-9.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://bitbucket.org/izi/polib/ |
Summary: | A library to parse and manage gettext catalogs |
Description: | polib allows you to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it's entries, add, modify entries, comments or metadata, etc... or create new po files from scratch. polib provides a simple and pythonic API, exporting only three convenience functions 'pofile', 'mofile' and 'detect_encoding', and the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating new files/entries. |
- Package must be noarch - Skip tests on EPEL <= 8
- Improvements for Fedora and EPEL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Rebuild for Python 3.6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Add EPEL 6 and 7 support - Revise Description
- Update to 1.0.7 upstream version - Remove all the optional things like %clean, %defattr, buildroot and group tags - use %license tag - updated to use current python packaging guidelines
- Rebuilt for Python3.5 rebuild