From 76d8ef665f6c8c8da1fef744ce994d4abf16cd08 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Mar 2026 20:16:06 -0700 Subject: python3-xstatic-font-awesome: Upgrade to 6.2.1.2 License-Update: Updated font-awesome version number to 6.2.1 Signed-off-by: Khem Raj --- .../python/python3-xstatic-font-awesome_6.2.1.1.bb | 17 ----------------- .../python/python3-xstatic-font-awesome_6.2.1.2.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb deleted file mode 100644 index 0562cc2671..0000000000 --- a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f1a2fe131dcb2fc6243c26cf05ecdb36" - -PYPI_PACKAGE = "XStatic-Font-Awesome" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -SRC_URI[sha256sum] = "f075871096128638f2e1539020d8227754c3d885dd68e7ee6de9a01235076828" - -DEPENDS += " \ - python3-xstatic \ - python3-pip \ -" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb new file mode 100644 index 0000000000..934b236983 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7c083fdfe0b927a9de368a17fbf13b20" + +PYPI_PACKAGE = "xstatic_font_awesome" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI[sha256sum] = "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971" + +DEPENDS += " \ + python3-xstatic \ + python3-pip \ +" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf