diff --git a/polib-1.1.1.tar.gz b/polib-1.1.1.tar.gz deleted file mode 100644 index f843bb1..0000000 --- a/polib-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa -size 154644 diff --git a/polib-1.2.0.tar.gz b/polib-1.2.0.tar.gz new file mode 100644 index 0000000..2ed0521 --- /dev/null +++ b/polib-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ef94aefed6e183e342a8a269ae1fc4742ba193186ad76f175938621dbfc26b +size 161658 diff --git a/python-polib.changes b/python-polib.changes index a4a6b65..c578766 100644 --- a/python-polib.changes +++ b/python-polib.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Nov 27 19:50:40 UTC 2023 - Dirk Müller + +- update to 1.2.0: + * Added setter for the fuzzy property + * Escape/unescape ^k, ^h and ^l + * Added path to error message processing parser symbols + * Ensure empty previous values for msgid and msgstr are + properly saved + * Fixed relative ordering of comments and translator + comments + * Do not count obsolete entries in fuzzy() method + * Close files properly + * Fixed support for loading mo files from bytes object + * Fixed msgstr_plural comparison + * Simplified python version check + * Updated docs + ------------------------------------------------------------------- Thu Aug 3 17:39:47 UTC 2023 - ecsos @@ -108,7 +126,7 @@ Mon May 11 13:09:37 UTC 2015 - benoit.monin@gmx.fr Thu Sep 12 14:51:41 UTC 2013 - dvaleev@suse.com - Fixed issue #53 (bad magic number written on big endian platforms) - endian_magic.patch + endian_magic.patch ------------------------------------------------------------------- Mon Feb 11 17:31:17 UTC 2013 - lazy.kent@opensuse.org diff --git a/python-polib.spec b/python-polib.spec index ab495e3..9cdef22 100644 --- a/python-polib.spec +++ b/python-polib.spec @@ -1,7 +1,7 @@ # # spec file for package python-polib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-polib -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: A library to manipulate gettext files License: MIT