* [Buildroot] [PATCH 1/1] package/python-fonttools: bump to version 4.55.3
@ 2024-12-23 16:44 James Hilliard
2024-12-27 14:42 ` Julien Olivain
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-12-23 16:44 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-fonttools/python-fonttools.hash | 4 ++--
package/python-fonttools/python-fonttools.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-fonttools/python-fonttools.hash b/package/python-fonttools/python-fonttools.hash
index 3c691fbd89..16209aaf84 100644
--- a/package/python-fonttools/python-fonttools.hash
+++ b/package/python-fonttools/python-fonttools.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fonttools/json
-md5 ed2b78a3c9b7982608ee605f1fd952b0 fonttools-4.54.1.tar.gz
-sha256 957f669d4922f92c171ba01bef7f29410668db09f6c02111e22b2bce446f3285 fonttools-4.54.1.tar.gz
+md5 00874aa8f3bea8d706bec0e6882c43e2 fonttools-4.55.3.tar.gz
+sha256 3983313c2a04d6cc1fe9251f8fc647754cf49a61dac6cb1e7249ae67afaafc45 fonttools-4.55.3.tar.gz
# Locally computed sha256 checksums
sha256 6787208f83f659ccbc2223b2fde952ffa6f7e8aca62f1a8a2bf5bc51bb1b2383 LICENSE
diff --git a/package/python-fonttools/python-fonttools.mk b/package/python-fonttools/python-fonttools.mk
index ebb7f14302..d235cf8869 100644
--- a/package/python-fonttools/python-fonttools.mk
+++ b/package/python-fonttools/python-fonttools.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_FONTTOOLS_VERSION = 4.54.1
+PYTHON_FONTTOOLS_VERSION = 4.55.3
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).tar.gz
-PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/11/1d/70b58e342e129f9c0ce030029fb4b2b0670084bbbfe1121d008f6a1e361c
+PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/76/61/a300d1574dc381393424047c0396a0e213db212e28361123af9830d71a8d
PYTHON_FONTTOOLS_SETUP_TYPE = setuptools
PYTHON_FONTTOOLS_LICENSE = MIT
PYTHON_FONTTOOLS_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-fonttools: bump to version 4.55.3
2024-12-23 16:44 [Buildroot] [PATCH 1/1] package/python-fonttools: bump to version 4.55.3 James Hilliard
@ 2024-12-27 14:42 ` Julien Olivain
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain @ 2024-12-27 14:42 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot
On 23/12/2024 17:44, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
> ---
> package/python-fonttools/python-fonttools.hash | 4 ++--
> package/python-fonttools/python-fonttools.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-fonttools/python-fonttools.hash
> b/package/python-fonttools/python-fonttools.hash
> index 3c691fbd89..16209aaf84 100644
> --- a/package/python-fonttools/python-fonttools.hash
> +++ b/package/python-fonttools/python-fonttools.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/fonttools/json
> -md5 ed2b78a3c9b7982608ee605f1fd952b0 fonttools-4.54.1.tar.gz
> -sha256
> 957f669d4922f92c171ba01bef7f29410668db09f6c02111e22b2bce446f3285
> fonttools-4.54.1.tar.gz
> +md5 00874aa8f3bea8d706bec0e6882c43e2 fonttools-4.55.3.tar.gz
> +sha256
> 3983313c2a04d6cc1fe9251f8fc647754cf49a61dac6cb1e7249ae67afaafc45
> fonttools-4.55.3.tar.gz
> # Locally computed sha256 checksums
> sha256
> 6787208f83f659ccbc2223b2fde952ffa6f7e8aca62f1a8a2bf5bc51bb1b2383
> LICENSE
> diff --git a/package/python-fonttools/python-fonttools.mk
> b/package/python-fonttools/python-fonttools.mk
> index ebb7f14302..d235cf8869 100644
> --- a/package/python-fonttools/python-fonttools.mk
> +++ b/package/python-fonttools/python-fonttools.mk
> @@ -4,9 +4,9 @@
> #
>
> ################################################################################
>
> -PYTHON_FONTTOOLS_VERSION = 4.54.1
> +PYTHON_FONTTOOLS_VERSION = 4.55.3
> PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).tar.gz
> -PYTHON_FONTTOOLS_SITE =
> https://files.pythonhosted.org/packages/11/1d/70b58e342e129f9c0ce030029fb4b2b0670084bbbfe1121d008f6a1e361c
> +PYTHON_FONTTOOLS_SITE =
> https://files.pythonhosted.org/packages/76/61/a300d1574dc381393424047c0396a0e213db212e28361123af9830d71a8d
> PYTHON_FONTTOOLS_SETUP_TYPE = setuptools
> PYTHON_FONTTOOLS_LICENSE = MIT
> PYTHON_FONTTOOLS_LICENSE_FILES = LICENSE
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-27 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-23 16:44 [Buildroot] [PATCH 1/1] package/python-fonttools: bump to version 4.55.3 James Hilliard
2024-12-27 14:42 ` Julien Olivain
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.