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