update to 0.0.50
- 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='' (noticed by Marco Myllynen, thank you!)
This commit is contained in:
parent
2526ff8a9e
commit
402a9efe60
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/langtable-0.0.47.tar.gz
|
||||
/langtable-0.0.48.tar.gz
|
||||
/langtable-0.0.49.tar.gz
|
||||
/langtable-0.0.50.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: langtable
|
||||
Version: 0.0.49
|
||||
Version: 0.0.50
|
||||
Release: 1%{?dist}
|
||||
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
||||
# the translations in languages.xml and territories.xml are (mostly)
|
||||
@ -74,6 +74,12 @@ xmllint --noout --relaxng \
|
||||
%{python3_sitelib}/langtable-*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 20 2019 Mike FABIAN <mfabian@redhat.com> - 0.0.50-1
|
||||
- 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=''
|
||||
(noticed by Marco Myllynen, thank you!)
|
||||
|
||||
* Fri Dec 13 2019 Mike FABIAN <mfabian@redhat.com> - 0.0.49-1
|
||||
- Add new public function parse_locale()
|
||||
- Let info() print a bit more stuff
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (langtable-0.0.49.tar.gz) = 73513a336fcf9decd51b1edec771858b378004bed146a75e0bb2a5682465f088e0aefc16dad160f93c2a909ffbf12891edd3c16a9161c5f87be66c9881a340fd
|
||||
SHA512 (langtable-0.0.50.tar.gz) = 2d72edafc29acbdcd57674455002e123df3eaf81ed3a8d667ae4ed791242d3fe7897fb44cf2570b7df4949a6267f34741538a91c55050e2e3d4c0658d325b4c4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user