14
0
forked from pool/python-polib

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-polib?expand=0&rev=35
This commit is contained in:
2021-06-06 12:41:04 +00:00
committed by Git OBS Bridge
parent 095133174b
commit 9c6f2c82c2
4 changed files with 16 additions and 7 deletions

View File

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

3
polib-1.1.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jun 6 12:39:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@suse.com>

View File

@@ -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}