forked from pool/python-polib
- 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
endian_magic.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-polib?expand=0&rev=39
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa
|
||||
size 154644
|
||||
3
polib-1.2.0.tar.gz
Normal file
3
polib-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3ef94aefed6e183e342a8a269ae1fc4742ba193186ad76f175938621dbfc26b
|
||||
size 161658
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 19:50:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <ecsos@opensuse.org>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user