diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-06-15 18:13:12 +0300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-15 22:43:45 -0700 |
| commit | acdd94f2b6d7a9a67411accdea3f6f28c6c0ab90 (patch) | |
| tree | 97145324cd762cbac17b34f4c36b083dca37a92f /meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb | |
| parent | 8c08427759702b0e93ad62b0a4ce582b136e0c74 (diff) | |
| download | meta-openembedded-acdd94f2b6d7a9a67411accdea3f6f28c6c0ab90.tar.gz | |
python3-langtable: Upgrade 0.0.70 -> 0.0.71
Upgrade to release 0.0.71:
- langtable.py: Fix deprecation warning:
langtable.py:2652: UserWarning: pkg_resources is deprecated as an API
- Add xdq, sus, mrh, hrx, brh, ary, en_SE.UTF-8
- Get new translations and translation changes from CLDR
- setup.py: use open() instead of deprecated codecs.open(), declare
minimum Python version >= 3.8
- Add Yangon timezone id part
- languages.xml: Rename Asia/Rangoon to Asia/Yangon
- territories.xml: Rename Asia/Rangoon to Asia/Yangon
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb new file mode 100644 index 0000000000..0335366445 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ | ||
| 2 | keyboard, territory" | ||
| 3 | HOMEPAGE = "https://github.com/mike-fabian/langtable/" | ||
| 4 | LICENSE = "GPL-3.0-or-later" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "f9d39c06d5182ea14eb4576bf1da8875af1d44efb166e55d6865b3b59b8ac617" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 python3native | ||
| 12 | |||
| 13 | DISTUTILS_INSTALL_ARGS += " \ | ||
| 14 | --install-data=${datadir}/langtable" | ||
| 15 | |||
| 16 | FILES:${PN} += "${datadir}/*" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-compression \ | ||
| 20 | python3-doctest \ | ||
| 21 | python3-logging \ | ||
| 22 | python3-xml \ | ||
| 23 | " | ||
