All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1
@ 2022-04-25  8:05 Michael Nosthoff via buildroot
  2022-04-25  8:14 ` Baruch Siach via buildroot
  2022-04-27 17:15 ` Arnout Vandecappelle
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Nosthoff via buildroot @ 2022-04-25  8:05 UTC (permalink / raw)
  To: buildroot
  Cc: 2dad10f61914960b2bc05a650450d7fe2b8aa211, Sep, 17, Asaf Kahlon,
	Mon, rom, 2001, Thomas Petazzoni, Matt Weber, 00:00:00

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 package/protobuf/protobuf.hash               | 2 +-
 package/protobuf/protobuf.mk                 | 2 +-
 package/python-protobuf/python-protobuf.hash | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash
index 60e64f54d4..f37b2dee40 100644
--- a/package/protobuf/protobuf.hash
+++ b/package/protobuf/protobuf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
 sha256  6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d  LICENSE
-sha256  645192532f28254152b51c01868efdf9b766b1dbe49c77cccd6efcdb2d7c7bc2  protobuf-cpp-3.19.1.tar.gz
+sha256  dddd73664306d7d895a95e1cf18925b31b52785e468727e4635b45edae5166f9  protobuf-cpp-3.20.1.tar.gz
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
index 80764f0216..c4c33ba7da 100644
--- a/package/protobuf/protobuf.mk
+++ b/package/protobuf/protobuf.mk
@@ -7,7 +7,7 @@
 # When bumping this package, make sure to also verify if the
 # python-protobuf package still works and to update its hash,
 # as they share the same version/site variables.
-PROTOBUF_VERSION = 3.19.1
+PROTOBUF_VERSION = 3.20.1
 PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
 PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
 PROTOBUF_LICENSE = BSD-3-Clause
diff --git a/package/python-protobuf/python-protobuf.hash b/package/python-protobuf/python-protobuf.hash
index 2bfef96676..ddfa48b491 100644
--- a/package/python-protobuf/python-protobuf.hash
+++ b/package/python-protobuf/python-protobuf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  2286615a3ae3e24c3524d171b6728b77b72cd2f3aab905f6a8d3fcaf6209dd00  protobuf-python-3.19.1.tar.gz
+sha256  d3449b4df32ca155f8cd71051db916b2bf74cc925760e269c0acf09b48ec1cb8  protobuf-python-3.20.1.tar.gz
 sha256  6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d  LICENSE
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1
  2022-04-25  8:05 [Buildroot] [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1 Michael Nosthoff via buildroot
@ 2022-04-25  8:14 ` Baruch Siach via buildroot
  2022-04-25  8:16   ` Baruch Siach via buildroot
  2022-04-27 17:15 ` Arnout Vandecappelle
  1 sibling, 1 reply; 5+ messages in thread
From: Baruch Siach via buildroot @ 2022-04-25  8:14 UTC (permalink / raw)
  To: Michael Nosthoff
  Cc: 2dad10f61914960b2bc05a650450d7fe2b8aa211, Sep, 17, Asaf Kahlon,
	Mon, rom, 2001, Thomas Petazzoni, buildroot, Matt Weber,
	00:00:00

Hi Michael,

On Mon, Apr 25 2022, Michael Nosthoff via buildroot wrote:

> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
> ---
>  package/protobuf/protobuf.hash               | 2 +-
>  package/protobuf/protobuf.mk                 | 2 +-
>  package/python-protobuf/python-protobuf.hash | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash
> index 60e64f54d4..f37b2dee40 100644
> --- a/package/protobuf/protobuf.hash
> +++ b/package/protobuf/protobuf.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
>  sha256  6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d  LICENSE
> -sha256  645192532f28254152b51c01868efdf9b766b1dbe49c77cccd6efcdb2d7c7bc2  protobuf-cpp-3.19.1.tar.gz
> +sha256  dddd73664306d7d895a95e1cf18925b31b52785e468727e4635b45edae5166f9  protobuf-cpp-3.20.1.tar.gz
> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
> index 80764f0216..c4c33ba7da 100644
> --- a/package/protobuf/protobuf.mk
> +++ b/package/protobuf/protobuf.mk
> @@ -7,7 +7,7 @@
>  # When bumping this package, make sure to also verify if the
>  # python-protobuf package still works and to update its hash,
>  # as they share the same version/site variables.
> -PROTOBUF_VERSION = 3.19.1
> +PROTOBUF_VERSION = 3.20.1
>  PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
>  PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
>  PROTOBUF_LICENSE = BSD-3-Clause
> diff --git a/package/python-protobuf/python-protobuf.hash b/package/python-protobuf/python-protobuf.hash
> index 2bfef96676..ddfa48b491 100644
> --- a/package/python-protobuf/python-protobuf.hash
> +++ b/package/python-protobuf/python-protobuf.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  2286615a3ae3e24c3524d171b6728b77b72cd2f3aab905f6a8d3fcaf6209dd00  protobuf-python-3.19.1.tar.gz
> +sha256  d3449b4df32ca155f8cd71051db916b2bf74cc925760e269c0acf09b48ec1cb8  protobuf-python-3.20.1.tar.gz

The version update in python-protobuf.mk is missing.

baruch

>  sha256  6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d  LICENSE


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1
  2022-04-25  8:14 ` Baruch Siach via buildroot
@ 2022-04-25  8:16   ` Baruch Siach via buildroot
  2022-04-25  8:39     ` Michael Nosthoff via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach via buildroot @ 2022-04-25  8:16 UTC (permalink / raw)
  Cc: buildroot, Thomas Petazzoni, Asaf Kahlon, Matt Weber

Hi Michael,

On Mon, Apr 25 2022, Baruch Siach via buildroot wrote:
> On Mon, Apr 25 2022, Michael Nosthoff via buildroot wrote:
>
>> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
>> ---
>>  package/protobuf/protobuf.hash               | 2 +-
>>  package/protobuf/protobuf.mk                 | 2 +-
>>  package/python-protobuf/python-protobuf.hash | 2 +-
>>  3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash
>> index 60e64f54d4..f37b2dee40 100644
>> --- a/package/protobuf/protobuf.hash
>> +++ b/package/protobuf/protobuf.hash
>> @@ -1,3 +1,3 @@
>>  # Locally calculated
>>  sha256  6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d  LICENSE
>> -sha256  645192532f28254152b51c01868efdf9b766b1dbe49c77cccd6efcdb2d7c7bc2  protobuf-cpp-3.19.1.tar.gz
>> +sha256  dddd73664306d7d895a95e1cf18925b31b52785e468727e4635b45edae5166f9  protobuf-cpp-3.20.1.tar.gz
>> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
>> index 80764f0216..c4c33ba7da 100644
>> --- a/package/protobuf/protobuf.mk
>> +++ b/package/protobuf/protobuf.mk
>> @@ -7,7 +7,7 @@
>>  # When bumping this package, make sure to also verify if the
>>  # python-protobuf package still works and to update its hash,
>>  # as they share the same version/site variables.
>> -PROTOBUF_VERSION = 3.19.1
>> +PROTOBUF_VERSION = 3.20.1
>>  PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
>>  PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
>>  PROTOBUF_LICENSE = BSD-3-Clause
>> diff --git a/package/python-protobuf/python-protobuf.hash b/package/python-protobuf/python-protobuf.hash
>> index 2bfef96676..ddfa48b491 100644
>> --- a/package/python-protobuf/python-protobuf.hash
>> +++ b/package/python-protobuf/python-protobuf.hash
>> @@ -1,3 +1,3 @@
>>  # Locally calculated
>> -sha256  2286615a3ae3e24c3524d171b6728b77b72cd2f3aab905f6a8d3fcaf6209dd00  protobuf-python-3.19.1.tar.gz
>> +sha256  d3449b4df32ca155f8cd71051db916b2bf74cc925760e269c0acf09b48ec1cb8  protobuf-python-3.20.1.tar.gz
>
> The version update in python-protobuf.mk is missing.

I misread the commit in protobuf.mk. Sorry for the noise.

Something went wrong with the Cc list. I hope it's fixed now.

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot]  [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1
  2022-04-25  8:16   ` Baruch Siach via buildroot
@ 2022-04-25  8:39     ` Michael Nosthoff via buildroot
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Nosthoff via buildroot @ 2022-04-25  8:39 UTC (permalink / raw)
  To: Baruch Siach; +Cc: buildroot, Thomas Petazzoni, Asaf Kahlon, Matt Weber

On Monday, April 25, 2022 10:16 CEST, Baruch Siach <baruch@tkos.co.il> wrote:
Hi,

> Hi Michael,
> 
> On Mon, Apr 25 2022, Baruch Siach via buildroot wrote:
> >
> > The version update in python-protobuf.mk is missing.
> 
> I misread the commit in protobuf.mk. Sorry for the noise.

The package for python-protobuf is a bit uncommon. So the usual patch checking patterns fail ;) 

> 
> Something went wrong with the Cc list. I hope it's fixed now.

My fault. I messed up the CC List while reviewing the patch in git send-email. But I think the patch came through anyways.

Michael

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1
  2022-04-25  8:05 [Buildroot] [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1 Michael Nosthoff via buildroot
  2022-04-25  8:14 ` Baruch Siach via buildroot
@ 2022-04-27 17:15 ` Arnout Vandecappelle
  1 sibling, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2022-04-27 17:15 UTC (permalink / raw)
  To: Michael Nosthoff, buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon, Matt Weber



On 25/04/2022 10:05, Michael Nosthoff via buildroot wrote:
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/protobuf/protobuf.hash               | 2 +-
>   package/protobuf/protobuf.mk                 | 2 +-
>   package/python-protobuf/python-protobuf.hash | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash
> index 60e64f54d4..f37b2dee40 100644
> --- a/package/protobuf/protobuf.hash
> +++ b/package/protobuf/protobuf.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
>   sha256  6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d  LICENSE
> -sha256  645192532f28254152b51c01868efdf9b766b1dbe49c77cccd6efcdb2d7c7bc2  protobuf-cpp-3.19.1.tar.gz
> +sha256  dddd73664306d7d895a95e1cf18925b31b52785e468727e4635b45edae5166f9  protobuf-cpp-3.20.1.tar.gz
> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
> index 80764f0216..c4c33ba7da 100644
> --- a/package/protobuf/protobuf.mk
> +++ b/package/protobuf/protobuf.mk
> @@ -7,7 +7,7 @@
>   # When bumping this package, make sure to also verify if the
>   # python-protobuf package still works and to update its hash,
>   # as they share the same version/site variables.
> -PROTOBUF_VERSION = 3.19.1
> +PROTOBUF_VERSION = 3.20.1
>   PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
>   PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
>   PROTOBUF_LICENSE = BSD-3-Clause
> diff --git a/package/python-protobuf/python-protobuf.hash b/package/python-protobuf/python-protobuf.hash
> index 2bfef96676..ddfa48b491 100644
> --- a/package/python-protobuf/python-protobuf.hash
> +++ b/package/python-protobuf/python-protobuf.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  2286615a3ae3e24c3524d171b6728b77b72cd2f3aab905f6a8d3fcaf6209dd00  protobuf-python-3.19.1.tar.gz
> +sha256  d3449b4df32ca155f8cd71051db916b2bf74cc925760e269c0acf09b48ec1cb8  protobuf-python-3.20.1.tar.gz
>   sha256  6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d  LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-27 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  8:05 [Buildroot] [PATCH 1/1] package/{python-}protobuf: bump to version 3.20.1 Michael Nosthoff via buildroot
2022-04-25  8:14 ` Baruch Siach via buildroot
2022-04-25  8:16   ` Baruch Siach via buildroot
2022-04-25  8:39     ` Michael Nosthoff via buildroot
2022-04-27 17:15 ` Arnout Vandecappelle

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.