mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] python3-pycparser: version bump 2.18 -> 2.21
@ 2024-01-30 10:41 Artur Wiebe
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 6+ messages in thread
From: Artur Wiebe @ 2024-01-30 10:41 UTC (permalink / raw)
  To: ptxdist

LICENSE file change:
Update LICENSE copyright year

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 rules/python3-pycparser.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/python3-pycparser.make b/rules/python3-pycparser.make
index 484410713..a4a644778 100644
--- a/rules/python3-pycparser.make
+++ b/rules/python3-pycparser.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCPARSER) += python3-pycparser
 #
 # Paths and names
 #
-PYTHON3_PYCPARSER_VERSION	:= 2.18
-PYTHON3_PYCPARSER_MD5		:= 72370da54358202a60130e223d488136
+PYTHON3_PYCPARSER_VERSION	:= 2.21
+PYTHON3_PYCPARSER_MD5		:= 48f7d743bf018f7bb2ffc5fb976d1492
 PYTHON3_PYCPARSER		:= pycparser-$(PYTHON3_PYCPARSER_VERSION)
 PYTHON3_PYCPARSER_SUFFIX	:= tar.gz
 PYTHON3_PYCPARSER_URL		:= $(call ptx/mirror-pypi, pycparser, $(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_SUFFIX))
@@ -23,7 +23,7 @@ PYTHON3_PYCPARSER_SOURCE	:= $(SRCDIR)/$(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_S
 PYTHON3_PYCPARSER_DIR		:= $(BUILDDIR)/$(PYTHON3_PYCPARSER)
 PYTHON3_PYCPARSER_LICENSE	:= BSD-3-Clause
 PYTHON3_PYCPARSER_LICENSE_FILES := \
-	file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169
+	file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] python3-pycparser: version bump 2.18 -> 2.21
  2024-01-30 10:41 [ptxdist] [PATCH] python3-pycparser: version bump 2.18 -> 2.21 Artur Wiebe
@ 2024-02-08 16:03 ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Artur Wiebe

Thanks, applied as d2cee739975fcc3d565c2261f568b0e48a44d6f2.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:20 +0100, Artur Wiebe <artur@4wiebe.de> wrote:
> LICENSE file change:
> Update LICENSE copyright year
> 
> Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> Message-Id: <20240130104136.81391-1-artur@4wiebe.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python3-pycparser.make b/rules/python3-pycparser.make
> index 484410713042..a4a6447786e3 100644
> --- a/rules/python3-pycparser.make
> +++ b/rules/python3-pycparser.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCPARSER) += python3-pycparser
>  #
>  # Paths and names
>  #
> -PYTHON3_PYCPARSER_VERSION	:= 2.18
> -PYTHON3_PYCPARSER_MD5		:= 72370da54358202a60130e223d488136
> +PYTHON3_PYCPARSER_VERSION	:= 2.21
> +PYTHON3_PYCPARSER_MD5		:= 48f7d743bf018f7bb2ffc5fb976d1492
>  PYTHON3_PYCPARSER		:= pycparser-$(PYTHON3_PYCPARSER_VERSION)
>  PYTHON3_PYCPARSER_SUFFIX	:= tar.gz
>  PYTHON3_PYCPARSER_URL		:= $(call ptx/mirror-pypi, pycparser, $(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_SUFFIX))
> @@ -23,7 +23,7 @@ PYTHON3_PYCPARSER_SOURCE	:= $(SRCDIR)/$(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_S
>  PYTHON3_PYCPARSER_DIR		:= $(BUILDDIR)/$(PYTHON3_PYCPARSER)
>  PYTHON3_PYCPARSER_LICENSE	:= BSD-3-Clause
>  PYTHON3_PYCPARSER_LICENSE_FILES := \
> -	file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169
> +	file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea
>  
>  # ----------------------------------------------------------------------------
>  # Prepare



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

* Re: [ptxdist]  [PATCH] python3-pycparser: version bump 2.18 -> 2.21
  2024-01-30  7:59 ` Michael Olbrich
@ 2024-01-30 10:51   ` Artur Wiebe
  0 siblings, 0 replies; 6+ messages in thread
From: Artur Wiebe @ 2024-01-30 10:51 UTC (permalink / raw)
  To: ptxdist; +Cc: ptxdist

Hi Michael,

On Tuesday, 30 January, 2024 08:59 CET, Michael Olbrich <m.olbrich@pengutronix.de> wrote:

> Hi,
> 
> On Mon, Jan 29, 2024 at 11:05:53AM +0100, Artur Wiebe wrote:
> > LICENSE file change:
> > "Slightly tweak the LICENSE file to be more canonical"
> 
> Please look at the differences of the file in the old and new version.
> You'll note that the only difference is the copyright year.
> 
> The commit message you mentioned is from a change that was made _after_ the
> new release.
Sorry, you are right. I'll be more careful next time!

> 
> The whole point of the checksum is, that we notice if something changes.
> That means, actually looking at the files, comparing the two versions. So
> we can decided if the license needs to be changed. And finally document the
> whole process in the commit message.
Thank you for the explanation. Maybe it should be mentioned in the docs:
https://www.ptxdist.org/doc/contributing.html#updating-a-package-to-a-new-version

Best Regards,
Artur
> 
> If you are unsure what to do with a change then ask here on the list.
> 
> Regards,
> Michael
> 
> 
> > Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> > ---
> >  rules/python3-pycparser.make | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/rules/python3-pycparser.make b/rules/python3-pycparser.make
> > index 484410713..a4a644778 100644
> > --- a/rules/python3-pycparser.make
> > +++ b/rules/python3-pycparser.make
> > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCPARSER) += python3-pycparser
> >  #
> >  # Paths and names
> >  #
> > -PYTHON3_PYCPARSER_VERSION	:= 2.18
> > -PYTHON3_PYCPARSER_MD5		:= 72370da54358202a60130e223d488136
> > +PYTHON3_PYCPARSER_VERSION	:= 2.21
> > +PYTHON3_PYCPARSER_MD5		:= 48f7d743bf018f7bb2ffc5fb976d1492
> >  PYTHON3_PYCPARSER		:= pycparser-$(PYTHON3_PYCPARSER_VERSION)
> >  PYTHON3_PYCPARSER_SUFFIX	:= tar.gz
> >  PYTHON3_PYCPARSER_URL		:= $(call ptx/mirror-pypi, pycparser, $(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_SUFFIX))
> > @@ -23,7 +23,7 @@ PYTHON3_PYCPARSER_SOURCE	:= $(SRCDIR)/$(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_S
> >  PYTHON3_PYCPARSER_DIR		:= $(BUILDDIR)/$(PYTHON3_PYCPARSER)
> >  PYTHON3_PYCPARSER_LICENSE	:= BSD-3-Clause
> >  PYTHON3_PYCPARSER_LICENSE_FILES := \
> > -	file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169
> > +	file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea
> >  
> >  # ----------------------------------------------------------------------------
> >  # Prepare
> > -- 
> > 2.43.0
> > 
> > 
> > 
> 
> -- 
> Pengutronix e.K.                           |                             |
> Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
> 31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
>




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

* Re: [ptxdist] [PATCH] python3-pycparser: version bump 2.18 -> 2.21
  2024-01-29 10:05 [ptxdist] [PATCH] " Artur Wiebe
@ 2024-01-30  7:59 ` Michael Olbrich
  2024-01-30 10:51   ` Artur Wiebe
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Olbrich @ 2024-01-30  7:59 UTC (permalink / raw)
  To: Artur Wiebe; +Cc: ptxdist

Hi,

On Mon, Jan 29, 2024 at 11:05:53AM +0100, Artur Wiebe wrote:
> LICENSE file change:
> "Slightly tweak the LICENSE file to be more canonical"

Please look at the differences of the file in the old and new version.
You'll note that the only difference is the copyright year.

The commit message you mentioned is from a change that was made _after_ the
new release.

The whole point of the checksum is, that we notice if something changes.
That means, actually looking at the files, comparing the two versions. So
we can decided if the license needs to be changed. And finally document the
whole process in the commit message.

If you are unsure what to do with a change then ask here on the list.

Regards,
Michael


> Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> ---
>  rules/python3-pycparser.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/python3-pycparser.make b/rules/python3-pycparser.make
> index 484410713..a4a644778 100644
> --- a/rules/python3-pycparser.make
> +++ b/rules/python3-pycparser.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCPARSER) += python3-pycparser
>  #
>  # Paths and names
>  #
> -PYTHON3_PYCPARSER_VERSION	:= 2.18
> -PYTHON3_PYCPARSER_MD5		:= 72370da54358202a60130e223d488136
> +PYTHON3_PYCPARSER_VERSION	:= 2.21
> +PYTHON3_PYCPARSER_MD5		:= 48f7d743bf018f7bb2ffc5fb976d1492
>  PYTHON3_PYCPARSER		:= pycparser-$(PYTHON3_PYCPARSER_VERSION)
>  PYTHON3_PYCPARSER_SUFFIX	:= tar.gz
>  PYTHON3_PYCPARSER_URL		:= $(call ptx/mirror-pypi, pycparser, $(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_SUFFIX))
> @@ -23,7 +23,7 @@ PYTHON3_PYCPARSER_SOURCE	:= $(SRCDIR)/$(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_S
>  PYTHON3_PYCPARSER_DIR		:= $(BUILDDIR)/$(PYTHON3_PYCPARSER)
>  PYTHON3_PYCPARSER_LICENSE	:= BSD-3-Clause
>  PYTHON3_PYCPARSER_LICENSE_FILES := \
> -	file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169
> +	file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.43.0
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* [ptxdist] [PATCH] python3-pycparser: version bump 2.18 -> 2.21
@ 2024-01-29 10:05 Artur Wiebe
  2024-01-30  7:59 ` Michael Olbrich
  0 siblings, 1 reply; 6+ messages in thread
From: Artur Wiebe @ 2024-01-29 10:05 UTC (permalink / raw)
  To: ptxdist

LICENSE file change:
"Slightly tweak the LICENSE file to be more canonical"

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 rules/python3-pycparser.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/python3-pycparser.make b/rules/python3-pycparser.make
index 484410713..a4a644778 100644
--- a/rules/python3-pycparser.make
+++ b/rules/python3-pycparser.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCPARSER) += python3-pycparser
 #
 # Paths and names
 #
-PYTHON3_PYCPARSER_VERSION	:= 2.18
-PYTHON3_PYCPARSER_MD5		:= 72370da54358202a60130e223d488136
+PYTHON3_PYCPARSER_VERSION	:= 2.21
+PYTHON3_PYCPARSER_MD5		:= 48f7d743bf018f7bb2ffc5fb976d1492
 PYTHON3_PYCPARSER		:= pycparser-$(PYTHON3_PYCPARSER_VERSION)
 PYTHON3_PYCPARSER_SUFFIX	:= tar.gz
 PYTHON3_PYCPARSER_URL		:= $(call ptx/mirror-pypi, pycparser, $(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_SUFFIX))
@@ -23,7 +23,7 @@ PYTHON3_PYCPARSER_SOURCE	:= $(SRCDIR)/$(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_S
 PYTHON3_PYCPARSER_DIR		:= $(BUILDDIR)/$(PYTHON3_PYCPARSER)
 PYTHON3_PYCPARSER_LICENSE	:= BSD-3-Clause
 PYTHON3_PYCPARSER_LICENSE_FILES := \
-	file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169
+	file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.43.0




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

* [ptxdist] [PATCH] python3-pycparser: version bump 2.18 -> 2.21
@ 2024-01-29  8:51 Artur Wiebe
  0 siblings, 0 replies; 6+ messages in thread
From: Artur Wiebe @ 2024-01-29  8:51 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 rules/python3-pycparser.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/python3-pycparser.make b/rules/python3-pycparser.make
index 484410713..a4a644778 100644
--- a/rules/python3-pycparser.make
+++ b/rules/python3-pycparser.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCPARSER) += python3-pycparser
 #
 # Paths and names
 #
-PYTHON3_PYCPARSER_VERSION	:= 2.18
-PYTHON3_PYCPARSER_MD5		:= 72370da54358202a60130e223d488136
+PYTHON3_PYCPARSER_VERSION	:= 2.21
+PYTHON3_PYCPARSER_MD5		:= 48f7d743bf018f7bb2ffc5fb976d1492
 PYTHON3_PYCPARSER		:= pycparser-$(PYTHON3_PYCPARSER_VERSION)
 PYTHON3_PYCPARSER_SUFFIX	:= tar.gz
 PYTHON3_PYCPARSER_URL		:= $(call ptx/mirror-pypi, pycparser, $(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_SUFFIX))
@@ -23,7 +23,7 @@ PYTHON3_PYCPARSER_SOURCE	:= $(SRCDIR)/$(PYTHON3_PYCPARSER).$(PYTHON3_PYCPARSER_S
 PYTHON3_PYCPARSER_DIR		:= $(BUILDDIR)/$(PYTHON3_PYCPARSER)
 PYTHON3_PYCPARSER_LICENSE	:= BSD-3-Clause
 PYTHON3_PYCPARSER_LICENSE_FILES := \
-	file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169
+	file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.43.0




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

end of thread, other threads:[~2024-02-08 16:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 10:41 [ptxdist] [PATCH] python3-pycparser: version bump 2.18 -> 2.21 Artur Wiebe
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 10:05 [ptxdist] [PATCH] " Artur Wiebe
2024-01-30  7:59 ` Michael Olbrich
2024-01-30 10:51   ` Artur Wiebe
2024-01-29  8:51 Artur Wiebe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox