| Message ID | 20260320170155.1413929-1-khem.raj@oss.qualcomm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,1/8] python3-xstatic-font-awesome: Upgrade to 6.2.1.2 | expand |
On 3/20/26 18:01, Khem Raj via lists.openembedded.org wrote: > From: Khem Raj <raj.khem@gmail.com> > > License-Update: Updated font-awesome version number to 6.2.1 > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > ...e_6.2.1.1.bb => python3-xstatic-font-awesome_6.2.1.2.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta-python/recipes-devtools/python/{python3-xstatic-font-awesome_6.2.1.1.bb => python3-xstatic-font-awesome_6.2.1.2.bb} (61%) > > 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.2.bb > similarity index 61% > rename from meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb > rename to meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb > index 0562cc2671..934b236983 100644 > --- 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.2.bb > @@ -2,12 +2,12 @@ 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" > +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7c083fdfe0b927a9de368a17fbf13b20" This file doesn't seem to say much about the license, only that it's the same as font-awesome. There is however a license file in xstatic/pkg/font_awesome/data/LICENSE.txt path, which seems to be the license it refers to. One thing worth noting is that searching for "apache" brings no results in that file. What if we would check that file instead of pkg-info, and switch to "OFL-1.0 & MIT & CC-BY-4.0" (or similar)? > > -PYPI_PACKAGE = "XStatic-Font-Awesome" > +PYPI_PACKAGE = "xstatic_font_awesome" > UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" > > -SRC_URI[sha256sum] = "f075871096128638f2e1539020d8227754c3d885dd68e7ee6de9a01235076828" > +SRC_URI[sha256sum] = "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971" > > DEPENDS += " \ > python3-xstatic \ > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#125441): https://lists.openembedded.org/g/openembedded-devel/message/125441 > Mute This Topic: https://lists.openembedded.org/mt/118421458/6084445 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Fri, Mar 20, 2026, 10:11 AM Gyorgy Sarvari <skandigraun@gmail.com> wrote: > > On 3/20/26 18:01, Khem Raj via lists.openembedded.org wrote: > > From: Khem Raj <raj.khem@gmail.com> > > > > License-Update: Updated font-awesome version number to 6.2.1 > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > --- > > ...e_6.2.1.1.bb => python3-xstatic-font-awesome_6.2.1.2.bb} | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > rename meta-python/recipes-devtools/python/{ > python3-xstatic-font-awesome_6.2.1.1.bb => > python3-xstatic-font-awesome_6.2.1.2.bb} (61%) > > > > 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.2.bb > > similarity index 61% > > rename from meta-python/recipes-devtools/python/ > python3-xstatic-font-awesome_6.2.1.1.bb > > rename to meta-python/recipes-devtools/python/ > python3-xstatic-font-awesome_6.2.1.2.bb > > index 0562cc2671..934b236983 100644 > > --- 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.2.bb > > @@ -2,12 +2,12 @@ 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" > > +LIC_FILES_CHKSUM = > "file://PKG-INFO;md5=7c083fdfe0b927a9de368a17fbf13b20" > > > This file doesn't seem to say much about the license, only that it's the > same as font-awesome. There is however a license file in > xstatic/pkg/font_awesome/data/LICENSE.txt path, which seems to be the > license it refers to. One thing worth noting is that searching for > "apache" brings no results in that file. > > What if we would check that file instead of pkg-info, and switch to > "OFL-1.0 & MIT & CC-BY-4.0" (or similar)? > > > Sounds good to me > > > > > -PYPI_PACKAGE = "XStatic-Font-Awesome" > > +PYPI_PACKAGE = "xstatic_font_awesome" > > UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" > > > > -SRC_URI[sha256sum] = > "f075871096128638f2e1539020d8227754c3d885dd68e7ee6de9a01235076828" > > +SRC_URI[sha256sum] = > "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971" > > > > DEPENDS += " \ > > python3-xstatic \ > > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#125441): > https://lists.openembedded.org/g/openembedded-devel/message/125441 > > Mute This Topic: https://lists.openembedded.org/mt/118421458/6084445 > > Group Owner: openembedded-devel+owner@lists.openembedded.org > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > skandigraun@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > > >
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.2.bb similarity index 61% rename from meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb rename to meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb index 0562cc2671..934b236983 100644 --- 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.2.bb @@ -2,12 +2,12 @@ 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" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7c083fdfe0b927a9de368a17fbf13b20" -PYPI_PACKAGE = "XStatic-Font-Awesome" +PYPI_PACKAGE = "xstatic_font_awesome" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "f075871096128638f2e1539020d8227754c3d885dd68e7ee6de9a01235076828" +SRC_URI[sha256sum] = "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971" DEPENDS += " \ python3-xstatic \