From acdd94f2b6d7a9a67411accdea3f6f28c6c0ab90 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Jun 2026 18:13:12 +0300 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-langtable_0.0.70.bb | 23 ---------------------- .../python/python3-langtable_0.0.71.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-langtable_0.0.70.bb create mode 100644 meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.70.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.70.bb deleted file mode 100644 index 7df58f4e0f..0000000000 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.70.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ -keyboard, territory" -HOMEPAGE = "https://github.com/mike-fabian/langtable/" -LICENSE = "GPL-3.0-or-later" -SECTION = "devel/python" - -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI[sha256sum] = "725b94121856a3b76d2345e8596954b82ed1eda78513e55ac55fbe4a4823e66e" - -inherit pypi setuptools3 python3native - -DISTUTILS_INSTALL_ARGS += " \ - --install-data=${datadir}/langtable" - -FILES:${PN} += "${datadir}/*" - -RDEPENDS:${PN} += " \ - python3-compression \ - python3-doctest \ - python3-logging \ - python3-xml \ -" 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 @@ +DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ +keyboard, territory" +HOMEPAGE = "https://github.com/mike-fabian/langtable/" +LICENSE = "GPL-3.0-or-later" +SECTION = "devel/python" + +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI[sha256sum] = "f9d39c06d5182ea14eb4576bf1da8875af1d44efb166e55d6865b3b59b8ac617" + +inherit pypi setuptools3 python3native + +DISTUTILS_INSTALL_ARGS += " \ + --install-data=${datadir}/langtable" + +FILES:${PN} += "${datadir}/*" + +RDEPENDS:${PN} += " \ + python3-compression \ + python3-doctest \ + python3-logging \ + python3-xml \ +" -- cgit v1.2.3-54-g00ecf