Accepting request 794158 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-langtable?expand=0&rev=2
This commit is contained in:
commit
85329d20f5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94ecd072dd231da5164243c25b1398cca9e2b6854c41d51c83adb0324751d822
|
||||
size 1203351
|
3
langtable-0.0.51.tar.gz
Normal file
3
langtable-0.0.51.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d4615cc0bb0fa49faa05b55ff49b1f41122b8092ca18a5d10f1e1699d6d7b3c
|
||||
size 1205012
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 10:32:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <lnussel@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user