diff --git a/polib-1.1.0.tar.gz b/polib-1.1.0.tar.gz deleted file mode 100644 index 1148ea4..0000000 --- a/polib-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a -size 158484 diff --git a/polib-1.1.1.tar.gz b/polib-1.1.1.tar.gz new file mode 100644 index 0000000..f843bb1 --- /dev/null +++ b/polib-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa +size 154644 diff --git a/python-polib.changes b/python-polib.changes index eb60dee..80708e7 100644 --- a/python-polib.changes +++ b/python-polib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 6 12:39:16 UTC 2021 - Dirk Müller + +- update to 1.1.1: + - Strip UTF-16 BOM (U+FEFF) from start of file + - Message context (msgctxt) support for MO files + - Dropped Python < 2.7 support + - Updated docs and README after switch from Bitbucket to Github + ------------------------------------------------------------------- Mon Sep 10 11:44:59 UTC 2018 - Matěj Cepl diff --git a/python-polib.spec b/python-polib.spec index fda8662..9bd834b 100644 --- a/python-polib.spec +++ b/python-polib.spec @@ -1,7 +1,7 @@ # # spec file for package python-polib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,18 +13,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-polib -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: A library to manipulate gettext files License: MIT Group: Development/Languages/Python -URL: http://bitbucket.org/izi/polib/ +URL: https://github.com/izimobil/polib/ Source0: https://files.pythonhosted.org/packages/source/p/polib/polib-%{version}.tar.gz Patch0: polib-1.1.0-fix-tests-big-endian.patch BuildRequires: %{python_module setuptools}