14
0
forked from pool/python-polib

Accepting request 124776 from devel:languages:python

Update to 1.0.0, add unit tests (forwarded request 124765 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/124776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-polib?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2012-06-14 20:26:32 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b0cdd16d9ec29bedd8625f7674433db68e69541b1a0d42632c4f0c4c8b5a3f
size 120501

3
polib-1.0.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4ed2de4689b17de673da3a9b2d8e9c8e4489ad8a4f172fe8efb82b731c7306e
size 122163

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 13 00:41:24 UTC 2012 - os-dev@jacraig.com
- Update to 1.0.0:
* polib.pofile and polib.mofile functions can now return a custom class
(thanks Craig Blaszczyk)
* polib now can find the metadata entry no matter where it is located (thanks
François Poirotte)
* fixed issue #28 (IOError on reading obsolete "previous msgid" entries)
(thanks James Ni)
* Dropped python 2.4 support
- Add %check section to run unit tests
-------------------------------------------------------------------
Tue Jan 31 10:59:13 UTC 2012 - saschpe@suse.de

View File

@@ -16,8 +16,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-polib
Version: 0.7.0
Version: 1.0.0
Release: 0
Url: http://bitbucket.org/izi/polib/
Summary: A library to manipulate gettext files
@@ -73,6 +74,9 @@ popd
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes -s %{buildroot}/%{_prefix}
%check
./runtests.sh
%files
%defattr(-,root,root)
%doc LICENSE CHANGELOG README.rst