buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v4] package/chartjs: bump to version 3.9.1
@ 2022-09-22 13:34 Ignacy Gawędzki
  2022-09-23 21:46 ` Thomas Petazzoni
  2022-09-25  7:57 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Ignacy Gawędzki @ 2022-09-22 13:34 UTC (permalink / raw)
  To: buildroot

https://github.com/chartjs/Chart.js/releases/tag/v3.9.1

License file has updated copyright years to 2014-2022.

Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
---
 package/chartjs/chartjs.hash | 4 ++--
 package/chartjs/chartjs.mk   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/chartjs/chartjs.hash b/package/chartjs/chartjs.hash
index f8614ec385..3f8da92715 100644
--- a/package/chartjs/chartjs.hash
+++ b/package/chartjs/chartjs.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  9ef3697e279a585c79730f35dba16ad4e24ddeed49a150adb341c31f191fb78e  chartjs-2.9.4.tar.gz
-sha256  7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67  LICENSE.md
+sha256  111e0751796f087a51e94dfed910ccfb1278fd30e584a6e48514dba9ae7e72c6  chart.js-3.9.1.tgz
+sha256  5a0877ad6d818529be4f33009d0942cdf7e2ed7656156f4aba7308459a546030  package/LICENSE.md
diff --git a/package/chartjs/chartjs.mk b/package/chartjs/chartjs.mk
index 2748a94d36..585b4be285 100644
--- a/package/chartjs/chartjs.mk
+++ b/package/chartjs/chartjs.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-CHARTJS_VERSION = 2.9.4
-CHARTJS_SITE = $(call github,chartjs,Chart.js,v$(CHARTJS_VERSION))
+CHARTJS_VERSION = 3.9.1
+CHARTJS_SITE = https://registry.npmjs.org/chart.js/-
+CHARTJS_SOURCE = chart.js-$(CHARTJS_VERSION).tgz
 CHARTJS_LICENSE = MIT
 CHARTJS_LICENSE_FILES = LICENSE.md
 CHARTJS_CPE_ID_VENDOR = chartjs
-- 
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH v4] package/chartjs: bump to version 3.9.1
  2022-09-22 13:34 [Buildroot] [PATCH v4] package/chartjs: bump to version 3.9.1 Ignacy Gawędzki
@ 2022-09-23 21:46 ` Thomas Petazzoni
  2022-09-25  7:57 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2022-09-23 21:46 UTC (permalink / raw)
  To: Ignacy Gawędzki; +Cc: buildroot

On Thu, 22 Sep 2022 15:34:30 +0200
Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> wrote:

> https://github.com/chartjs/Chart.js/releases/tag/v3.9.1
> 
> License file has updated copyright years to 2014-2022.
> 
> Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
> ---
>  package/chartjs/chartjs.hash | 4 ++--
>  package/chartjs/chartjs.mk   | 5 +++--
>  2 files changed, 5 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH v4] package/chartjs: bump to version 3.9.1
  2022-09-22 13:34 [Buildroot] [PATCH v4] package/chartjs: bump to version 3.9.1 Ignacy Gawędzki
  2022-09-23 21:46 ` Thomas Petazzoni
@ 2022-09-25  7:57 ` Thomas Petazzoni
  2022-09-25  8:51   ` Ignacy Gawędzki
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2022-09-25  7:57 UTC (permalink / raw)
  To: Ignacy Gawędzki; +Cc: buildroot

Hello Ignacy,

On Thu, 22 Sep 2022 15:34:30 +0200
Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> wrote:

> -CHARTJS_VERSION = 2.9.4
> -CHARTJS_SITE = $(call github,chartjs,Chart.js,v$(CHARTJS_VERSION))
> +CHARTJS_VERSION = 3.9.1
> +CHARTJS_SITE = https://registry.npmjs.org/chart.js/-
> +CHARTJS_SOURCE = chart.js-$(CHARTJS_VERSION).tgz
>  CHARTJS_LICENSE = MIT
>  CHARTJS_LICENSE_FILES = LICENSE.md
>  CHARTJS_CPE_ID_VENDOR = chartjs

I'm afraid this breaks the build:

  http://autobuild.buildroot.net/?reason=chartjs-3.9.1

Could you have a look?

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH v4] package/chartjs: bump to version 3.9.1
  2022-09-25  7:57 ` Thomas Petazzoni
@ 2022-09-25  8:51   ` Ignacy Gawędzki
  0 siblings, 0 replies; 4+ messages in thread
From: Ignacy Gawędzki @ 2022-09-25  8:51 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

On Sun, Sep 25, 2022 at 09:57:36AM +0200, thus spake Thomas Petazzoni:
> Hello Ignacy,
> 
> On Thu, 22 Sep 2022 15:34:30 +0200
> Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> wrote:
> 
> > -CHARTJS_VERSION = 2.9.4
> > -CHARTJS_SITE = $(call github,chartjs,Chart.js,v$(CHARTJS_VERSION))
> > +CHARTJS_VERSION = 3.9.1
> > +CHARTJS_SITE = https://registry.npmjs.org/chart.js/-
> > +CHARTJS_SOURCE = chart.js-$(CHARTJS_VERSION).tgz
> >  CHARTJS_LICENSE = MIT
> >  CHARTJS_LICENSE_FILES = LICENSE.md
> >  CHARTJS_CPE_ID_VENDOR = chartjs
> 
> I'm afraid this breaks the build:
> 
>   http://autobuild.buildroot.net/?reason=chartjs-3.9.1
> 
> Could you have a look?

Hello,

I'm sorry, I messed up something with the various patch versions.  I
just posted a v5 which should be fine.

Ignacy

-- 
Ignacy Gawędzki
R&D Engineer
Green Communications
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-25  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 13:34 [Buildroot] [PATCH v4] package/chartjs: bump to version 3.9.1 Ignacy Gawędzki
2022-09-23 21:46 ` Thomas Petazzoni
2022-09-25  7:57 ` Thomas Petazzoni
2022-09-25  8:51   ` Ignacy Gawędzki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).