All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2
@ 2021-09-20  6:11 Asaf Kahlon
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-beautifulsoup4: bump to version 4.10.0 Asaf Kahlon
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-09-20  6:11 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Plus, add LICENSE_FILES and the corresponding hash.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-aioconsole/python-aioconsole.hash | 6 ++++--
 package/python-aioconsole/python-aioconsole.mk   | 5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/package/python-aioconsole/python-aioconsole.hash b/package/python-aioconsole/python-aioconsole.hash
index dea2216fcf..45139a6606 100644
--- a/package/python-aioconsole/python-aioconsole.hash
+++ b/package/python-aioconsole/python-aioconsole.hash
@@ -1,3 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/aioconsole/json
-md5  66d4b05e3bc75267daf0f773d839f62b  aioconsole-0.3.1.tar.gz
-sha256  7c038bb40b7690bf5be6b17154830b7bff25e7be1c02d8420a346c3efbd5d8e5  aioconsole-0.3.1.tar.gz
+md5  b8cbcb6e00d8e535256526dfe4f27db3  aioconsole-0.3.2.tar.gz
+sha256  9355b36d41d5fbdd3dbb01510deb2b985b508b2ebcd5b8bd85af61a707e2f6c8  aioconsole-0.3.2.tar.gz
+# Locally computed sha256 checksums
+sha256  fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b  LICENSE
diff --git a/package/python-aioconsole/python-aioconsole.mk b/package/python-aioconsole/python-aioconsole.mk
index b32d2bea0f..75ea3c2a2a 100644
--- a/package/python-aioconsole/python-aioconsole.mk
+++ b/package/python-aioconsole/python-aioconsole.mk
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-PYTHON_AIOCONSOLE_VERSION = 0.3.1
+PYTHON_AIOCONSOLE_VERSION = 0.3.2
 PYTHON_AIOCONSOLE_SOURCE = aioconsole-$(PYTHON_AIOCONSOLE_VERSION).tar.gz
-PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/5a/12/fce04ddc0a8ebd6482e5ec293d8bda47c9e05c82826b061f7b73523b8601
+PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/7a/b2/747ab3cb965596cd84c5159941613d901d8771acad3c51c4f5da362aa9f0
 PYTHON_AIOCONSOLE_SETUP_TYPE = setuptools
 PYTHON_AIOCONSOLE_LICENSE = GPL-3.0
+PYTHON_AIOCONSOLE_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-beautifulsoup4: bump to version 4.10.0
  2021-09-20  6:11 [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Asaf Kahlon
@ 2021-09-20  6:11 ` Asaf Kahlon
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-cffi: bump to version 1.14.6 Asaf Kahlon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-09-20  6:11 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Plus, use two spaces for hash file indentation.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-beautifulsoup4/python-beautifulsoup4.hash | 6 +++---
 package/python-beautifulsoup4/python-beautifulsoup4.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-beautifulsoup4/python-beautifulsoup4.hash b/package/python-beautifulsoup4/python-beautifulsoup4.hash
index 8b8c51de4f..665c142d53 100644
--- a/package/python-beautifulsoup4/python-beautifulsoup4.hash
+++ b/package/python-beautifulsoup4/python-beautifulsoup4.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/beautifulsoup4/json
-md5	be03d778cf61cf6734a480e2010d6657  beautifulsoup4-4.8.1.tar.gz
-sha256	6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931  beautifulsoup4-4.8.1.tar.gz
+md5  e754242642253dd31d249d00358d552e  beautifulsoup4-4.10.0.tar.gz
+sha256  c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891  beautifulsoup4-4.10.0.tar.gz
 # Locally computed sha256 checksums
-sha256	a47ea51236098464fe0b4f559743590b533056d9e00f49ecbf80299fab47e231  COPYING.txt
+sha256  a47ea51236098464fe0b4f559743590b533056d9e00f49ecbf80299fab47e231  COPYING.txt
diff --git a/package/python-beautifulsoup4/python-beautifulsoup4.mk b/package/python-beautifulsoup4/python-beautifulsoup4.mk
index 6364a36677..f729d1051a 100644
--- a/package/python-beautifulsoup4/python-beautifulsoup4.mk
+++ b/package/python-beautifulsoup4/python-beautifulsoup4.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_BEAUTIFULSOUP4_VERSION = 4.8.1
+PYTHON_BEAUTIFULSOUP4_VERSION = 4.10.0
 PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
-PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/86/cd/495c68f0536dcd25f016e006731ba7be72e072280305ec52590012c1e6f2
+PYTHON_BEAUTIFULSOUP4_SITE = https://files.pythonhosted.org/packages/a1/69/daeee6d8f22c997e522cdbeb59641c4d31ab120aba0f2c799500f7456b7e
 PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
 PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
 PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-cffi: bump to version 1.14.6
  2021-09-20  6:11 [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Asaf Kahlon
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-beautifulsoup4: bump to version 4.10.0 Asaf Kahlon
@ 2021-09-20  6:11 ` Asaf Kahlon
  2021-10-06 11:38   ` Peter Korsgaard
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-defusedxml: bump to version 0.7.1 Asaf Kahlon
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Asaf Kahlon @ 2021-09-20  6:11 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-cffi/python-cffi.hash | 4 ++--
 package/python-cffi/python-cffi.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-cffi/python-cffi.hash b/package/python-cffi/python-cffi.hash
index 37676f2664..8ab672a56f 100644
--- a/package/python-cffi/python-cffi.hash
+++ b/package/python-cffi/python-cffi.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/cffi/json
-md5	3cc2f1daf62dd66eda79b4d6281cebfc  cffi-1.14.2.tar.gz
-sha256	ae8f34d50af2c2154035984b8b5fc5d9ed63f32fe615646ab435b05b132ca91b  cffi-1.14.2.tar.gz
+md5  5c118a18ea897df164dbff67a32876fc  cffi-1.14.6.tar.gz
+sha256  c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd  cffi-1.14.6.tar.gz
 # Locally computed sha256 checksums
 sha256  04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33  LICENSE
diff --git a/package/python-cffi/python-cffi.mk b/package/python-cffi/python-cffi.mk
index f0b5b4560f..2504cf18f4 100644
--- a/package/python-cffi/python-cffi.mk
+++ b/package/python-cffi/python-cffi.mk
@@ -5,9 +5,9 @@
 ################################################################################
 
 # Please keep in sync with package/python3-cffi/python3-cffi.mk
-PYTHON_CFFI_VERSION = 1.14.2
+PYTHON_CFFI_VERSION = 1.14.6
 PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz
-PYTHON_CFFI_SITE = https://files.pythonhosted.org/packages/f7/09/88bbe20b76ca76be052c366fe77aa5e3cd6e5f932766e5597fecdd95b2a8
+PYTHON_CFFI_SITE = https://files.pythonhosted.org/packages/2e/92/87bb61538d7e60da8a7ec247dc048f7671afe17016cd0008b3b710012804
 PYTHON_CFFI_SETUP_TYPE = setuptools
 PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
 PYTHON_CFFI_LICENSE = MIT
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-defusedxml: bump to version 0.7.1
  2021-09-20  6:11 [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Asaf Kahlon
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-beautifulsoup4: bump to version 4.10.0 Asaf Kahlon
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-cffi: bump to version 1.14.6 Asaf Kahlon
@ 2021-09-20  6:11 ` Asaf Kahlon
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-dominate: bump to version 2.6.0 Asaf Kahlon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-09-20  6:11 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-defusedxml/python-defusedxml.hash | 4 ++--
 package/python-defusedxml/python-defusedxml.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-defusedxml/python-defusedxml.hash b/package/python-defusedxml/python-defusedxml.hash
index c782a97bbd..c32c6cdb7d 100644
--- a/package/python-defusedxml/python-defusedxml.hash
+++ b/package/python-defusedxml/python-defusedxml.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/defusedxml/json
-md5  a59741f675c4cba649de40a99f732897  defusedxml-0.6.0.tar.gz
-sha256  f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5  defusedxml-0.6.0.tar.gz
+md5  a50e7f21aa60a741efe6b1b658dfb3f8  defusedxml-0.7.1.tar.gz
+sha256  1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69  defusedxml-0.7.1.tar.gz
 # Locally computed sha256 checksums
 sha256  b80ce9da8c42a1f91079627fbbe2bf27210ae108a0ffe5f077d5b08e076c24c8  LICENSE
diff --git a/package/python-defusedxml/python-defusedxml.mk b/package/python-defusedxml/python-defusedxml.mk
index 6d2a9aff43..19ba2fda68 100644
--- a/package/python-defusedxml/python-defusedxml.mk
+++ b/package/python-defusedxml/python-defusedxml.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_DEFUSEDXML_VERSION = 0.6.0
+PYTHON_DEFUSEDXML_VERSION = 0.7.1
 PYTHON_DEFUSEDXML_SOURCE = defusedxml-$(PYTHON_DEFUSEDXML_VERSION).tar.gz
-PYTHON_DEFUSEDXML_SITE = https://files.pythonhosted.org/packages/a4/5f/f8aa58ca0cf01cbcee728abc9d88bfeb74e95e6cb4334cfd5bed5673ea77
+PYTHON_DEFUSEDXML_SITE = https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72
 PYTHON_DEFUSEDXML_SETUP_TYPE = setuptools
 PYTHON_DEFUSEDXML_LICENSE = Python-2.0
 PYTHON_DEFUSEDXML_LICENSE_FILES = LICENSE
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-dominate: bump to version 2.6.0
  2021-09-20  6:11 [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Asaf Kahlon
                   ` (2 preceding siblings ...)
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-defusedxml: bump to version 0.7.1 Asaf Kahlon
@ 2021-09-20  6:11 ` Asaf Kahlon
  2021-09-26 20:04 ` [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Arnout Vandecappelle
  2021-10-06 11:34 ` Peter Korsgaard
  5 siblings, 0 replies; 8+ messages in thread
From: Asaf Kahlon @ 2021-09-20  6:11 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

Plus, indent with two spaces in the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-dominate/python-dominate.hash | 6 +++---
 package/python-dominate/python-dominate.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-dominate/python-dominate.hash b/package/python-dominate/python-dominate.hash
index 168e56e740..2e77d72a2e 100644
--- a/package/python-dominate/python-dominate.hash
+++ b/package/python-dominate/python-dominate.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/dominate/json
-md5	27d3aa7e0d67902c505e248e705e5e2e  dominate-2.4.0.tar.gz
-sha256	a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c  dominate-2.4.0.tar.gz
+md5  9f714324ca99eee98bb3c3cdbe838de6  dominate-2.6.0.tar.gz
+sha256  76ec2cde23700a6fc4fee098168b9dee43b99c2f1dd0ca6a711f683e8eb7e1e4  dominate-2.6.0.tar.gz
 # Locally computed sha256 checksums
-sha256	9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1  LICENSE.txt
+sha256  9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1  LICENSE.txt
diff --git a/package/python-dominate/python-dominate.mk b/package/python-dominate/python-dominate.mk
index e87b6842dd..79fc058737 100644
--- a/package/python-dominate/python-dominate.mk
+++ b/package/python-dominate/python-dominate.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_DOMINATE_VERSION = 2.4.0
+PYTHON_DOMINATE_VERSION = 2.6.0
 PYTHON_DOMINATE_SOURCE = dominate-$(PYTHON_DOMINATE_VERSION).tar.gz
-PYTHON_DOMINATE_SITE = https://files.pythonhosted.org/packages/46/dd/0fde17069c908951941475eee110c84467591caa1cd8ca30136294c26621
+PYTHON_DOMINATE_SITE = https://files.pythonhosted.org/packages/29/23/edf8e470f1053245c1aa99d92c8a3da9e83f6c7d3eb39205486965425be5
 PYTHON_DOMINATE_SETUP_TYPE = setuptools
 PYTHON_DOMINATE_LICENSE = LGPL-3.0+
 PYTHON_DOMINATE_LICENSE_FILES = LICENSE.txt
-- 
2.33.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2
  2021-09-20  6:11 [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Asaf Kahlon
                   ` (3 preceding siblings ...)
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-dominate: bump to version 2.6.0 Asaf Kahlon
@ 2021-09-26 20:04 ` Arnout Vandecappelle
  2021-10-06 11:34 ` Peter Korsgaard
  5 siblings, 0 replies; 8+ messages in thread
From: Arnout Vandecappelle @ 2021-09-26 20:04 UTC (permalink / raw)
  To: Asaf Kahlon, buildroot; +Cc: Thomas Petazzoni



On 20/09/2021 08:11, Asaf Kahlon wrote:
> Plus, add LICENSE_FILES and the corresponding hash.

  Good one!

  All your python package bump from September 20 applied to master, thanks.

  Regards,
  Arnout

> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>   package/python-aioconsole/python-aioconsole.hash | 6 ++++--
>   package/python-aioconsole/python-aioconsole.mk   | 5 +++--
>   2 files changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-aioconsole/python-aioconsole.hash b/package/python-aioconsole/python-aioconsole.hash
> index dea2216fcf..45139a6606 100644
> --- a/package/python-aioconsole/python-aioconsole.hash
> +++ b/package/python-aioconsole/python-aioconsole.hash
> @@ -1,3 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/aioconsole/json
> -md5  66d4b05e3bc75267daf0f773d839f62b  aioconsole-0.3.1.tar.gz
> -sha256  7c038bb40b7690bf5be6b17154830b7bff25e7be1c02d8420a346c3efbd5d8e5  aioconsole-0.3.1.tar.gz
> +md5  b8cbcb6e00d8e535256526dfe4f27db3  aioconsole-0.3.2.tar.gz
> +sha256  9355b36d41d5fbdd3dbb01510deb2b985b508b2ebcd5b8bd85af61a707e2f6c8  aioconsole-0.3.2.tar.gz
> +# Locally computed sha256 checksums
> +sha256  fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b  LICENSE
> diff --git a/package/python-aioconsole/python-aioconsole.mk b/package/python-aioconsole/python-aioconsole.mk
> index b32d2bea0f..75ea3c2a2a 100644
> --- a/package/python-aioconsole/python-aioconsole.mk
> +++ b/package/python-aioconsole/python-aioconsole.mk
> @@ -4,10 +4,11 @@
>   #
>   ################################################################################
>   
> -PYTHON_AIOCONSOLE_VERSION = 0.3.1
> +PYTHON_AIOCONSOLE_VERSION = 0.3.2
>   PYTHON_AIOCONSOLE_SOURCE = aioconsole-$(PYTHON_AIOCONSOLE_VERSION).tar.gz
> -PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/5a/12/fce04ddc0a8ebd6482e5ec293d8bda47c9e05c82826b061f7b73523b8601
> +PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/7a/b2/747ab3cb965596cd84c5159941613d901d8771acad3c51c4f5da362aa9f0
>   PYTHON_AIOCONSOLE_SETUP_TYPE = setuptools
>   PYTHON_AIOCONSOLE_LICENSE = GPL-3.0
> +PYTHON_AIOCONSOLE_LICENSE_FILES = LICENSE
>   
>   $(eval $(python-package))
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2
  2021-09-20  6:11 [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Asaf Kahlon
                   ` (4 preceding siblings ...)
  2021-09-26 20:04 ` [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Arnout Vandecappelle
@ 2021-10-06 11:34 ` Peter Korsgaard
  5 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2021-10-06 11:34 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:

 > Plus, add LICENSE_FILES and the corresponding hash.
 > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Committed to 2021.02.x, 2021.05.x and 2021.08.x given the fixes, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-cffi: bump to version 1.14.6
  2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-cffi: bump to version 1.14.6 Asaf Kahlon
@ 2021-10-06 11:38   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2021-10-06 11:38 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:

 > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Committed to 2021.02.x, 2021.05.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-06 11:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20  6:11 [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Asaf Kahlon
2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-beautifulsoup4: bump to version 4.10.0 Asaf Kahlon
2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-cffi: bump to version 1.14.6 Asaf Kahlon
2021-10-06 11:38   ` Peter Korsgaard
2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-defusedxml: bump to version 0.7.1 Asaf Kahlon
2021-09-20  6:11 ` [Buildroot] [PATCH 1/1] package/python-dominate: bump to version 2.6.0 Asaf Kahlon
2021-09-26 20:04 ` [Buildroot] [PATCH 1/1] package/python-aioconsole: bump to version 0.3.2 Arnout Vandecappelle
2021-10-06 11:34 ` Peter Korsgaard

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.