Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32509a5cb9 | ||
|
|
4cbe8ad64a | ||
|
|
6deb364b8d |
3 changed files with 28 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -60,3 +60,6 @@
|
|||
/langtable-0.0.59.tar.gz
|
||||
/langtable-0.0.60.tar.gz
|
||||
/langtable-0.0.61.tar.gz
|
||||
/langtable-0.0.62.tar.gz
|
||||
/langtable-0.0.63.tar.gz
|
||||
/langtable-0.0.64.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: langtable
|
||||
Version: 0.0.61
|
||||
Release: 2%{?dist}
|
||||
Version: 0.0.64
|
||||
Release: 1%{?dist}
|
||||
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
||||
# the translations in languages.xml and territories.xml are (mostly)
|
||||
# imported from CLDR and are thus under the Unicode license, the
|
||||
|
|
@ -75,6 +75,28 @@ xmllint --noout --relaxng \
|
|||
%{python3_sitelib}/langtable-*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 19 2023 Mike FABIAN <mfabian@redhat.com> - 0.0.64-1
|
||||
- Update to 0.0.64
|
||||
- Add new public functions list_all_{languages,locales,keyboards,territories,timezones,scripts,input_methods,console_fonts}
|
||||
(See also the discussion at: https://gitlab.gnome.org/GNOME/gnome-desktop/-/merge_requests/159)
|
||||
|
||||
* Mon Aug 28 2023 Mike FABIAN <mfabian@redhat.com> - 0.0.63-1
|
||||
- Update to 0.0.63
|
||||
- Add more translations from CLDR
|
||||
- Get translation changes from CLDR
|
||||
- Japanese: prefer anthy over kkc
|
||||
(Thanks to adam Williamson: https://github.com/mike-fabian/langtable/pull/17)
|
||||
- Use skipTerritory also in list_keyboards(), list_consolefonts(), and list_timezones()
|
||||
(Resolves: https://github.com/mike-fabian/langtable/issues/18)
|
||||
|
||||
* Tue May 02 2023 Mike FABIAN <mfabian@redhat.com> - 0.0.62-1
|
||||
- Update to 0.0.62
|
||||
- Get translation changes from CLDR
|
||||
- Add more translations from CLDR
|
||||
- Add Norwegian keyboard layout to keyboards.xml
|
||||
(Resolves: https://github.com/mike-fabian/langtable/issues/16)
|
||||
- Add Hang script to Southern Aymara
|
||||
|
||||
* Mon Nov 28 2022 Mike FABIAN <mfabian@redhat.com> - 0.0.61-2
|
||||
- Migrate license tag of python3-langtable to SPDX as well
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (langtable-0.0.61.tar.gz) = ab014041073ed39e8e4ca4c2bb638c486eb22479a3de167371b8733182896c6c72000668db32d9aca41dc42c4051992da7d7a9d8cbb6ed3fd05d3e52ae6c59f5
|
||||
SHA512 (langtable-0.0.64.tar.gz) = 42ecd828c4341d6586d5bb438a8031d799d3ac61f9a228a6f698c713bcb5d4aff1bb9f0eb655bac38c1dfa42532f6efd9b3ad1b71d7934afd1df90c18e86a846
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue