All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0
@ 2021-06-12 15:43 Fabrice Fontaine
  2021-06-12 15:43 ` [Buildroot] [PATCH 2/2] package/python-flatbuffers: bump to version 2.0 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-06-12 15:43 UTC (permalink / raw)
  To: buildroot

https://github.com/google/flatbuffers/releases/tag/v2.0.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/flatbuffers/flatbuffers.hash | 2 +-
 package/flatbuffers/flatbuffers.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/flatbuffers/flatbuffers.hash b/package/flatbuffers/flatbuffers.hash
index 82ef942799..b05b9e7b4b 100644
--- a/package/flatbuffers/flatbuffers.hash
+++ b/package/flatbuffers/flatbuffers.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45  flatbuffers-1.12.0.tar.gz
+sha256  9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4  flatbuffers-2.0.0.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
index 814751f30b..280834c2d4 100644
--- a/package/flatbuffers/flatbuffers.mk
+++ b/package/flatbuffers/flatbuffers.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FLATBUFFERS_VERSION = 1.12.0
+FLATBUFFERS_VERSION = 2.0.0
 FLATBUFFERS_SITE = $(call github,google,flatbuffers,v$(FLATBUFFERS_VERSION))
 FLATBUFFERS_LICENSE = Apache-2.0
 FLATBUFFERS_LICENSE_FILES = LICENSE.txt
-- 
2.30.2

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

* [Buildroot] [PATCH 2/2] package/python-flatbuffers: bump to version 2.0
  2021-06-12 15:43 [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0 Fabrice Fontaine
@ 2021-06-12 15:43 ` Fabrice Fontaine
  2021-07-01  4:16 ` [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0 Maxim Kochetkov
  2021-07-13 19:46 ` Arnout Vandecappelle
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-06-12 15:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-flatbuffers/python-flatbuffers.hash | 4 ++--
 package/python-flatbuffers/python-flatbuffers.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-flatbuffers/python-flatbuffers.hash b/package/python-flatbuffers/python-flatbuffers.hash
index ba7df6babc..a27d94160a 100644
--- a/package/python-flatbuffers/python-flatbuffers.hash
+++ b/package/python-flatbuffers/python-flatbuffers.hash
@@ -1,3 +1,3 @@
 # md5, sha256 from https://pypi.org/pypi/flatbuffers/json
-md5  b9a5b8dfbbb4751788529310118ea6db  flatbuffers-1.12.tar.gz
-sha256  63bb9a722d5e373701913e226135b28a6f6ac200d5cc7b4d919fa38d73b44610  flatbuffers-1.12.tar.gz
+md5  b2ce60d9a7c1f8a2ddac6d49a1b700a4  flatbuffers-2.0.tar.gz
+sha256  12158ab0272375eab8db2d663ae97370c33f152b27801fa6024e1d6105fd4dd2  flatbuffers-2.0.tar.gz
diff --git a/package/python-flatbuffers/python-flatbuffers.mk b/package/python-flatbuffers/python-flatbuffers.mk
index 33bb57ddf3..705dc0ad5a 100644
--- a/package/python-flatbuffers/python-flatbuffers.mk
+++ b/package/python-flatbuffers/python-flatbuffers.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FLATBUFFERS_VERSION = 1.12
+PYTHON_FLATBUFFERS_VERSION = 2.0
 PYTHON_FLATBUFFERS_SOURCE = flatbuffers-$(PYTHON_FLATBUFFERS_VERSION).tar.gz
-PYTHON_FLATBUFFERS_SITE = https://files.pythonhosted.org/packages/4d/c4/7b995ab9bf0c7eaf10c386d29a03408dfcf72648df4102b1f18896c3aeea
+PYTHON_FLATBUFFERS_SITE = https://files.pythonhosted.org/packages/10/41/09e9ab2134895b82466fada08b69b800f9a724bc81fcca3d4474ce48ffce
 PYTHON_FLATBUFFERS_LICENSE = Apache-2.0
 PYTHON_FLATBUFFERS_SETUP_TYPE = setuptools
 
-- 
2.30.2

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

* [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0
  2021-06-12 15:43 [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0 Fabrice Fontaine
  2021-06-12 15:43 ` [Buildroot] [PATCH 2/2] package/python-flatbuffers: bump to version 2.0 Fabrice Fontaine
@ 2021-07-01  4:16 ` Maxim Kochetkov
  2021-07-13 19:46 ` Arnout Vandecappelle
  2 siblings, 0 replies; 4+ messages in thread
From: Maxim Kochetkov @ 2021-07-01  4:16 UTC (permalink / raw)
  To: buildroot

12.06.2021 18:43, Fabrice Fontaine wrote:
> https://github.com/google/flatbuffers/releases/tag/v2.0.0
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>   package/flatbuffers/flatbuffers.hash | 2 +-
>   package/flatbuffers/flatbuffers.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/flatbuffers/flatbuffers.hash b/package/flatbuffers/flatbuffers.hash
> index 82ef942799..b05b9e7b4b 100644
> --- a/package/flatbuffers/flatbuffers.hash
> +++ b/package/flatbuffers/flatbuffers.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45  flatbuffers-1.12.0.tar.gz
> +sha256  9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4  flatbuffers-2.0.0.tar.gz
>   sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
> diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
> index 814751f30b..280834c2d4 100644
> --- a/package/flatbuffers/flatbuffers.mk
> +++ b/package/flatbuffers/flatbuffers.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -FLATBUFFERS_VERSION = 1.12.0
> +FLATBUFFERS_VERSION = 2.0.0
>   FLATBUFFERS_SITE = $(call github,google,flatbuffers,v$(FLATBUFFERS_VERSION))
>   FLATBUFFERS_LICENSE = Apache-2.0
>   FLATBUFFERS_LICENSE_FILES = LICENSE.txt
> 
Tested-by: Maxim Kochetkov <fido_max@inbox.ru>

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

* [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0
  2021-06-12 15:43 [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0 Fabrice Fontaine
  2021-06-12 15:43 ` [Buildroot] [PATCH 2/2] package/python-flatbuffers: bump to version 2.0 Fabrice Fontaine
  2021-07-01  4:16 ` [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0 Maxim Kochetkov
@ 2021-07-13 19:46 ` Arnout Vandecappelle
  2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2021-07-13 19:46 UTC (permalink / raw)
  To: buildroot



On 12/06/2021 17:43, Fabrice Fontaine wrote:
> https://github.com/google/flatbuffers/releases/tag/v2.0.0
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Both applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/flatbuffers/flatbuffers.hash | 2 +-
>  package/flatbuffers/flatbuffers.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/flatbuffers/flatbuffers.hash b/package/flatbuffers/flatbuffers.hash
> index 82ef942799..b05b9e7b4b 100644
> --- a/package/flatbuffers/flatbuffers.hash
> +++ b/package/flatbuffers/flatbuffers.hash
> @@ -1,3 +1,3 @@
>  # Locally computed:
> -sha256  62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45  flatbuffers-1.12.0.tar.gz
> +sha256  9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4  flatbuffers-2.0.0.tar.gz
>  sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
> diff --git a/package/flatbuffers/flatbuffers.mk b/package/flatbuffers/flatbuffers.mk
> index 814751f30b..280834c2d4 100644
> --- a/package/flatbuffers/flatbuffers.mk
> +++ b/package/flatbuffers/flatbuffers.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FLATBUFFERS_VERSION = 1.12.0
> +FLATBUFFERS_VERSION = 2.0.0
>  FLATBUFFERS_SITE = $(call github,google,flatbuffers,v$(FLATBUFFERS_VERSION))
>  FLATBUFFERS_LICENSE = Apache-2.0
>  FLATBUFFERS_LICENSE_FILES = LICENSE.txt
> 

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

end of thread, other threads:[~2021-07-13 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12 15:43 [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0 Fabrice Fontaine
2021-06-12 15:43 ` [Buildroot] [PATCH 2/2] package/python-flatbuffers: bump to version 2.0 Fabrice Fontaine
2021-07-01  4:16 ` [Buildroot] [PATCH 1/2] package/flatbuffers: bump to version 2.0.0 Maxim Kochetkov
2021-07-13 19:46 ` 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.