15
0

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
This commit is contained in:
Tomáš Chvátal
2020-04-15 11:01:14 +00:00
committed by Git OBS Bridge
parent 87ef1a36ae
commit 7c6985ef37
4 changed files with 18 additions and 6 deletions

View File

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