From 7c6985ef37aec8c48d172438af0c1ba618c75d13a361da868d7c9395bef60260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Apr 2020 11:01:14 +0000 Subject: [PATCH] Accepting request 794150 from home:mcalabkova:branches:devel:languages:python - update to version 0.0.51 * Parse stuff in glibc locale names after @ which is not a script as a variant * Add ckb_IQ.UTF-8 locale * Make parse_locale() return something reasonable for C, POSIX, en_US_POSIX, and C.UTF-8 * Fix exception in language_name() when called with languageId='' * Add new public function parse_locale() * Let info() print a bit more stuff OBS-URL: https://build.opensuse.org/request/show/794150 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-langtable?expand=0&rev=3 --- langtable-0.0.48.tar.gz | 3 --- langtable-0.0.51.tar.gz | 3 +++ python-langtable.changes | 12 ++++++++++++ python-langtable.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 langtable-0.0.48.tar.gz create mode 100644 langtable-0.0.51.tar.gz diff --git a/langtable-0.0.48.tar.gz b/langtable-0.0.48.tar.gz deleted file mode 100644 index 1bd534f..0000000 --- a/langtable-0.0.48.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94ecd072dd231da5164243c25b1398cca9e2b6854c41d51c83adb0324751d822 -size 1203351 diff --git a/langtable-0.0.51.tar.gz b/langtable-0.0.51.tar.gz new file mode 100644 index 0000000..2efb8f1 --- /dev/null +++ b/langtable-0.0.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4615cc0bb0fa49faa05b55ff49b1f41122b8092ca18a5d10f1e1699d6d7b3c +size 1205012 diff --git a/python-langtable.changes b/python-langtable.changes index 96ec764..e28ecc5 100644 --- a/python-langtable.changes +++ b/python-langtable.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 15 10:32:10 UTC 2020 - Marketa Calabkova + +- update to version 0.0.51 + * Parse stuff in glibc locale names after @ which is not a script as a variant + * Add ckb_IQ.UTF-8 locale + * Make parse_locale() return something reasonable for + C, POSIX, en_US_POSIX, and C.UTF-8 + * Fix exception in language_name() when called with languageId='' + * Add new public function parse_locale() + * Let info() print a bit more stuff + ------------------------------------------------------------------- Thu Nov 7 10:33:47 UTC 2019 - Ludwig Nussel diff --git a/python-langtable.spec b/python-langtable.spec index 2787bff..f7e36f4 100644 --- a/python-langtable.spec +++ b/python-langtable.spec @@ -1,7 +1,7 @@ # # spec file for package python-langtable # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define skip_python2 1 Name: python-langtable -Version: 0.0.48 +Version: 0.0.51 Release: 0 Summary: Database to guess defaults for locale settings # the translations in languages.xml and territories.xml are (mostly) # imported from CLDR and are thus under the Unicode license, the # short name for this license is "MIT", see: # https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29 -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Localization URL: https://github.com/mike-fabian/langtable Source0: https://github.com/mike-fabian/langtable/releases/download/%{version}/langtable-%{version}.tar.gz