All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1
@ 2021-09-25  9:46 Asaf Kahlon
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-inflection: bump to version 0.5.1 Asaf Kahlon
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Asaf Kahlon @ 2021-09-25  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

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

diff --git a/package/python-frozenlist/python-frozenlist.hash b/package/python-frozenlist/python-frozenlist.hash
index 0ecc5f9cdf..d8ca0d8b3c 100644
--- a/package/python-frozenlist/python-frozenlist.hash
+++ b/package/python-frozenlist/python-frozenlist.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/frozenlist/json
-md5  2a83a520014203d0a56993c332ff7e23  frozenlist-1.1.0.tar.gz
-sha256  d167a5050628323fcb3db410375eb06390ab135454fd85fd79c5832f5ec2b8ed  frozenlist-1.1.0.tar.gz
+md5  3d6747897187eb413327168329ecccde  frozenlist-1.1.1.tar.gz
+sha256  32fa8c86eee5c6f11b44863c0d3e945b2b1a03df3bf218617e832f1f04ba3146  frozenlist-1.1.1.tar.gz
 # Locally computed sha256 checksums
 sha256  6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6  LICENSE.txt
diff --git a/package/python-frozenlist/python-frozenlist.mk b/package/python-frozenlist/python-frozenlist.mk
index b113c38080..e17578879f 100644
--- a/package/python-frozenlist/python-frozenlist.mk
+++ b/package/python-frozenlist/python-frozenlist.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FROZENLIST_VERSION = 1.1.0
+PYTHON_FROZENLIST_VERSION = 1.1.1
 PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
-PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/12/0e/119f1f186e93c21d078db1ddd7b21247a8a49261689d9284dec28be3b08e
+PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/ab/bb/80e0fdd91fe4018c6c11a1bfe9bb8cb1da8dbb2ed3faa3c1317161d056fa
 PYTHON_FROZENLIST_SETUP_TYPE = setuptools
 PYTHON_FROZENLIST_LICENSE = Apache-2.0
 PYTHON_FROZENLIST_LICENSE_FILES = LICENSE.txt
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-inflection: bump to version 0.5.1
  2021-09-25  9:46 [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 Asaf Kahlon
@ 2021-09-25  9:46 ` Asaf Kahlon
  2021-09-26 19:48   ` Arnout Vandecappelle
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-ipy: bump to version 1.01 Asaf Kahlon
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Asaf Kahlon @ 2021-09-25  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

License file update was a year bump.

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

diff --git a/package/python-inflection/python-inflection.hash b/package/python-inflection/python-inflection.hash
index bdad35ad25..b170d3f6b0 100644
--- a/package/python-inflection/python-inflection.hash
+++ b/package/python-inflection/python-inflection.hash
@@ -1,5 +1,5 @@
-# Hashes from https://pypi.python.org/pypi/inflection/json
-md5     7941165e9f148e0520023941c0886b40  inflection-0.3.1.tar.gz
-sha256  18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca  inflection-0.3.1.tar.gz
-# License file, locally calculated
-sha256  4a3f52ac1012a90db398e4c55f1d1bea501dddafef8a4b3adb7533b1d820e148  LICENSE
+# md5, sha256 from https://pypi.org/pypi/inflection/json
+md5  c3287d4f0e3bdf625a52d655cc514403  inflection-0.5.1.tar.gz
+sha256  1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417  inflection-0.5.1.tar.gz
+# Locally computed sha256 checksums
+sha256  9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133  LICENSE
diff --git a/package/python-inflection/python-inflection.mk b/package/python-inflection/python-inflection.mk
index 7309880c6a..7c030e99b9 100644
--- a/package/python-inflection/python-inflection.mk
+++ b/package/python-inflection/python-inflection.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_INFLECTION_VERSION = 0.3.1
+PYTHON_INFLECTION_VERSION = 0.5.1
 PYTHON_INFLECTION_SOURCE = inflection-$(PYTHON_INFLECTION_VERSION).tar.gz
-PYTHON_INFLECTION_SITE = https://pypi.python.org/packages/d5/35/a6eb45b4e2356fe688b21570864d4aa0d0a880ce387defe9c589112077f8
+PYTHON_INFLECTION_SITE = https://files.pythonhosted.org/packages/e1/7e/691d061b7329bc8d54edbf0ec22fbfb2afe61facb681f9aaa9bff7a27d04
 PYTHON_INFLECTION_SETUP_TYPE = setuptools
 PYTHON_INFLECTION_LICENSE = MIT
 PYTHON_INFLECTION_LICENSE_FILES = LICENSE
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-ipy: bump to version 1.01
  2021-09-25  9:46 [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 Asaf Kahlon
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-inflection: bump to version 0.5.1 Asaf Kahlon
@ 2021-09-25  9:46 ` Asaf Kahlon
  2021-09-26 19:48   ` Arnout Vandecappelle
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-multidict: bump to version 5.1.0 Asaf Kahlon
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Asaf Kahlon @ 2021-09-25  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

* The package supports both python versions.
* Indent with two spaces in hash file.

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

diff --git a/package/python-ipy/Config.in b/package/python-ipy/Config.in
index bead932da8..b4f0c8cb5e 100644
--- a/package/python-ipy/Config.in
+++ b/package/python-ipy/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_IPY
 	bool "python-ipy"
-	depends on BR2_PACKAGE_PYTHON
 	help
 	  IPy - class and tools for handling of IPv4 and
 	  IPv6 addresses and networks.
diff --git a/package/python-ipy/python-ipy.hash b/package/python-ipy/python-ipy.hash
index 641a2eb21f..3d8e1e8c71 100644
--- a/package/python-ipy/python-ipy.hash
+++ b/package/python-ipy/python-ipy.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/ipy/json
-md5	1a90c68174234672241a7e60c7ea0fb9  IPy-1.00.tar.gz
-sha256	2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621  IPy-1.00.tar.gz
+md5  d6cf83e7f418ebbd23324ba1c658b907  IPy-1.01.tar.gz
+sha256  edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a  IPy-1.01.tar.gz
 # Locally computed sha256 checksums
-sha256	078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61  COPYING
+sha256  078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61  COPYING
diff --git a/package/python-ipy/python-ipy.mk b/package/python-ipy/python-ipy.mk
index 817b531e0b..2a01daf4ca 100644
--- a/package/python-ipy/python-ipy.mk
+++ b/package/python-ipy/python-ipy.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_IPY_VERSION = 1.00
+PYTHON_IPY_VERSION = 1.01
 PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
-PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/e1/66/b6dd22472bb027556849876beae2dd4dca3a4eaf2dd3039277b4edb8c6af
+PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/64/a4/9c0d88d95666ff1571d7baec6c5e26abc08051801feb6e6ddf40f6027e22
 PYTHON_IPY_LICENSE = BSD-3-Clause
 PYTHON_IPY_LICENSE_FILES = COPYING
 PYTHON_IPY_SETUP_TYPE = distutils
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-multidict: bump to version 5.1.0
  2021-09-25  9:46 [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 Asaf Kahlon
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-inflection: bump to version 0.5.1 Asaf Kahlon
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-ipy: bump to version 1.01 Asaf Kahlon
@ 2021-09-25  9:46 ` Asaf Kahlon
  2021-09-25  9:55   ` James Hilliard
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.9.1 Asaf Kahlon
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Asaf Kahlon @ 2021-09-25  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

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

diff --git a/package/python-multidict/python-multidict.hash b/package/python-multidict/python-multidict.hash
index 6b78301200..65af9a58e5 100644
--- a/package/python-multidict/python-multidict.hash
+++ b/package/python-multidict/python-multidict.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/multidict/json
-md5  b1dab3349efe90934ae3612f1202b733  multidict-5.0.2.tar.gz
-sha256  e5bf89fe57f702a046c7ec718fe330ed50efd4bcf74722940db2eb0919cddb1c  multidict-5.0.2.tar.gz
+md5  df8b37f069809779214d6b80b250e45b  multidict-5.1.0.tar.gz
+sha256  25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5  multidict-5.1.0.tar.gz
 # Locally computed sha256 checksums
 sha256  a1c5825513279d3085a0ba46880e148ea3710c149bbaedcf2d11605a5ed3c4ad  LICENSE
diff --git a/package/python-multidict/python-multidict.mk b/package/python-multidict/python-multidict.mk
index a7043643c5..edf9656043 100644
--- a/package/python-multidict/python-multidict.mk
+++ b/package/python-multidict/python-multidict.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_MULTIDICT_VERSION = 5.0.2
+PYTHON_MULTIDICT_VERSION = 5.1.0
 PYTHON_MULTIDICT_SOURCE = multidict-$(PYTHON_MULTIDICT_VERSION).tar.gz
-PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/da/e6/50c7f52781f45c2b37c77e962c30a3944a9e79a46ea92956e826c24d3432
+PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/1c/74/e8b46156f37ca56d10d895d4e8595aa2b344cff3c1fb3629ec97a8656ccb
 PYTHON_MULTIDICT_SETUP_TYPE = setuptools
 PYTHON_MULTIDICT_LICENSE = Apache-2.0
 PYTHON_MULTIDICT_LICENSE_FILES = LICENSE
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.9.1
  2021-09-25  9:46 [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 Asaf Kahlon
                   ` (2 preceding siblings ...)
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-multidict: bump to version 5.1.0 Asaf Kahlon
@ 2021-09-25  9:46 ` Asaf Kahlon
  2021-09-26 19:48   ` Arnout Vandecappelle
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-sh: bump to version 1.14.2 Asaf Kahlon
  2021-09-25  9:55 ` [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 James Hilliard
  5 siblings, 1 reply; 13+ messages in thread
From: Asaf Kahlon @ 2021-09-25  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

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

diff --git a/package/python-psycopg2/python-psycopg2.hash b/package/python-psycopg2/python-psycopg2.hash
index bf73f8ad25..d02ffc2ec8 100644
--- a/package/python-psycopg2/python-psycopg2.hash
+++ b/package/python-psycopg2/python-psycopg2.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/psycopg2/json
-md5  c232ff3e3bfee35e1a0e15bc089cb294  psycopg2-2.8.5.tar.gz
-sha256  f7d46240f7a1ae1dd95aab38bd74f7428d46531f69219954266d669da60c0818  psycopg2-2.8.5.tar.gz
+md5  182e3e8cf3381c254f65f70cad4976e5  psycopg2-2.9.1.tar.gz
+sha256  de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c  psycopg2-2.9.1.tar.gz
 # Locally computed sha256 checksums
 sha256  9614b85dfc9a72c5b2ca33144c1d7e1ed3b1c297459d9fb28a6a5762c2e8d71b  LICENSE
diff --git a/package/python-psycopg2/python-psycopg2.mk b/package/python-psycopg2/python-psycopg2.mk
index b6f1f6ab70..de466e2c59 100644
--- a/package/python-psycopg2/python-psycopg2.mk
+++ b/package/python-psycopg2/python-psycopg2.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PSYCOPG2_VERSION = 2.8.5
+PYTHON_PSYCOPG2_VERSION = 2.9.1
 PYTHON_PSYCOPG2_SOURCE = psycopg2-$(PYTHON_PSYCOPG2_VERSION).tar.gz
-PYTHON_PSYCOPG2_SITE = https://files.pythonhosted.org/packages/a8/8f/1c5690eebf148d1d1554fc00ccf9101e134636553dbb75bdfef4f85d7647
+PYTHON_PSYCOPG2_SITE = https://files.pythonhosted.org/packages/aa/8a/7c80e7e44fb1b4277e89bd9ca509aefdd4dd1b2c547c6f293afe9f7ffd04
 PYTHON_PSYCOPG2_SETUP_TYPE = setuptools
 PYTHON_PSYCOPG2_LICENSE = LGPL-3.0+
 PYTHON_PSYCOPG2_LICENSE_FILES = LICENSE
-- 
2.33.0

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

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

* [Buildroot] [PATCH 1/1] package/python-sh: bump to version 1.14.2
  2021-09-25  9:46 [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 Asaf Kahlon
                   ` (3 preceding siblings ...)
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.9.1 Asaf Kahlon
@ 2021-09-25  9:46 ` Asaf Kahlon
  2021-09-26 19:48   ` Arnout Vandecappelle
  2021-09-25  9:55 ` [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 James Hilliard
  5 siblings, 1 reply; 13+ messages in thread
From: Asaf Kahlon @ 2021-09-25  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

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

diff --git a/package/python-sh/python-sh.hash b/package/python-sh/python-sh.hash
index fffdd20c15..13a0207de9 100644
--- a/package/python-sh/python-sh.hash
+++ b/package/python-sh/python-sh.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/sh/json
-md5  7e3dd3a6b49c06db93746994a68cb8cf  sh-1.13.1.tar.gz
-sha256  97a3d2205e3c6a842d87ebbc9ae93acae5a352b1bc4609b428d0fd5bb9e286a3  sh-1.13.1.tar.gz
+md5  33becadcb5214afd00b9eec05fa98c06  sh-1.14.2.tar.gz
+sha256  9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d  sh-1.14.2.tar.gz
 # Locally computed
 sha256  d8491c6e236568d04f7c8c07f2f1b8f5d142706dab6ab88f6e0d2dd476b6c706  LICENSE.txt
diff --git a/package/python-sh/python-sh.mk b/package/python-sh/python-sh.mk
index 21c0fb3d77..d2d8b14c8b 100644
--- a/package/python-sh/python-sh.mk
+++ b/package/python-sh/python-sh.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SH_VERSION = 1.13.1
+PYTHON_SH_VERSION = 1.14.2
 PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz
-PYTHON_SH_SITE = https://files.pythonhosted.org/packages/c9/3b/2c9a22bf1c48ced7ff3a11d4a862682c21d825c35f9d025811ad9808d263
+PYTHON_SH_SITE = https://files.pythonhosted.org/packages/80/39/ed280d183c322453e276a518605b2435f682342f2c3bcf63228404d36375
 PYTHON_SH_SETUP_TYPE = setuptools
 PYTHON_SH_LICENSE = MIT
 PYTHON_SH_LICENSE_FILES = LICENSE.txt
-- 
2.33.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-multidict: bump to version 5.1.0
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-multidict: bump to version 5.1.0 Asaf Kahlon
@ 2021-09-25  9:55   ` James Hilliard
  0 siblings, 0 replies; 13+ messages in thread
From: James Hilliard @ 2021-09-25  9:55 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

Duplicate of:
https://patchwork.ozlabs.org/project/buildroot/patch/20210922064758.190101-1-james.hilliard1@gmail.com/

On Sat, Sep 25, 2021 at 3:47 AM Asaf Kahlon <asafka7@gmail.com> wrote:
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-multidict/python-multidict.hash | 4 ++--
>  package/python-multidict/python-multidict.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-multidict/python-multidict.hash b/package/python-multidict/python-multidict.hash
> index 6b78301200..65af9a58e5 100644
> --- a/package/python-multidict/python-multidict.hash
> +++ b/package/python-multidict/python-multidict.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/multidict/json
> -md5  b1dab3349efe90934ae3612f1202b733  multidict-5.0.2.tar.gz
> -sha256  e5bf89fe57f702a046c7ec718fe330ed50efd4bcf74722940db2eb0919cddb1c  multidict-5.0.2.tar.gz
> +md5  df8b37f069809779214d6b80b250e45b  multidict-5.1.0.tar.gz
> +sha256  25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5  multidict-5.1.0.tar.gz
>  # Locally computed sha256 checksums
>  sha256  a1c5825513279d3085a0ba46880e148ea3710c149bbaedcf2d11605a5ed3c4ad  LICENSE
> diff --git a/package/python-multidict/python-multidict.mk b/package/python-multidict/python-multidict.mk
> index a7043643c5..edf9656043 100644
> --- a/package/python-multidict/python-multidict.mk
> +++ b/package/python-multidict/python-multidict.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -PYTHON_MULTIDICT_VERSION = 5.0.2
> +PYTHON_MULTIDICT_VERSION = 5.1.0
>  PYTHON_MULTIDICT_SOURCE = multidict-$(PYTHON_MULTIDICT_VERSION).tar.gz
> -PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/da/e6/50c7f52781f45c2b37c77e962c30a3944a9e79a46ea92956e826c24d3432
> +PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/1c/74/e8b46156f37ca56d10d895d4e8595aa2b344cff3c1fb3629ec97a8656ccb
>  PYTHON_MULTIDICT_SETUP_TYPE = setuptools
>  PYTHON_MULTIDICT_LICENSE = Apache-2.0
>  PYTHON_MULTIDICT_LICENSE_FILES = LICENSE
> --
> 2.33.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1
  2021-09-25  9:46 [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 Asaf Kahlon
                   ` (4 preceding siblings ...)
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-sh: bump to version 1.14.2 Asaf Kahlon
@ 2021-09-25  9:55 ` James Hilliard
  5 siblings, 0 replies; 13+ messages in thread
From: James Hilliard @ 2021-09-25  9:55 UTC (permalink / raw)
  To: Asaf Kahlon; +Cc: Thomas Petazzoni, buildroot

Duplicate of:
https://patchwork.ozlabs.org/project/buildroot/patch/20210922063238.3953328-1-james.hilliard1@gmail.com/

On Sat, Sep 25, 2021 at 3:46 AM Asaf Kahlon <asafka7@gmail.com> wrote:
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-frozenlist/python-frozenlist.hash | 4 ++--
>  package/python-frozenlist/python-frozenlist.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-frozenlist/python-frozenlist.hash b/package/python-frozenlist/python-frozenlist.hash
> index 0ecc5f9cdf..d8ca0d8b3c 100644
> --- a/package/python-frozenlist/python-frozenlist.hash
> +++ b/package/python-frozenlist/python-frozenlist.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/frozenlist/json
> -md5  2a83a520014203d0a56993c332ff7e23  frozenlist-1.1.0.tar.gz
> -sha256  d167a5050628323fcb3db410375eb06390ab135454fd85fd79c5832f5ec2b8ed  frozenlist-1.1.0.tar.gz
> +md5  3d6747897187eb413327168329ecccde  frozenlist-1.1.1.tar.gz
> +sha256  32fa8c86eee5c6f11b44863c0d3e945b2b1a03df3bf218617e832f1f04ba3146  frozenlist-1.1.1.tar.gz
>  # Locally computed sha256 checksums
>  sha256  6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6  LICENSE.txt
> diff --git a/package/python-frozenlist/python-frozenlist.mk b/package/python-frozenlist/python-frozenlist.mk
> index b113c38080..e17578879f 100644
> --- a/package/python-frozenlist/python-frozenlist.mk
> +++ b/package/python-frozenlist/python-frozenlist.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -PYTHON_FROZENLIST_VERSION = 1.1.0
> +PYTHON_FROZENLIST_VERSION = 1.1.1
>  PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
> -PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/12/0e/119f1f186e93c21d078db1ddd7b21247a8a49261689d9284dec28be3b08e
> +PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/ab/bb/80e0fdd91fe4018c6c11a1bfe9bb8cb1da8dbb2ed3faa3c1317161d056fa
>  PYTHON_FROZENLIST_SETUP_TYPE = setuptools
>  PYTHON_FROZENLIST_LICENSE = Apache-2.0
>  PYTHON_FROZENLIST_LICENSE_FILES = LICENSE.txt
> --
> 2.33.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-inflection: bump to version 0.5.1
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-inflection: bump to version 0.5.1 Asaf Kahlon
@ 2021-09-26 19:48   ` Arnout Vandecappelle
  0 siblings, 0 replies; 13+ messages in thread
From: Arnout Vandecappelle @ 2021-09-26 19:48 UTC (permalink / raw)
  To: Asaf Kahlon, buildroot; +Cc: Thomas Petazzoni



On 25/09/2021 11:46, Asaf Kahlon wrote:
> License file update was a year bump.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-inflection/python-inflection.hash | 10 +++++-----
>   package/python-inflection/python-inflection.mk   |  4 ++--
>   2 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/package/python-inflection/python-inflection.hash b/package/python-inflection/python-inflection.hash
> index bdad35ad25..b170d3f6b0 100644
> --- a/package/python-inflection/python-inflection.hash
> +++ b/package/python-inflection/python-inflection.hash
> @@ -1,5 +1,5 @@
> -# Hashes from https://pypi.python.org/pypi/inflection/json
> -md5     7941165e9f148e0520023941c0886b40  inflection-0.3.1.tar.gz
> -sha256  18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca  inflection-0.3.1.tar.gz
> -# License file, locally calculated
> -sha256  4a3f52ac1012a90db398e4c55f1d1bea501dddafef8a4b3adb7533b1d820e148  LICENSE
> +# md5, sha256 from https://pypi.org/pypi/inflection/json
> +md5  c3287d4f0e3bdf625a52d655cc514403  inflection-0.5.1.tar.gz
> +sha256  1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417  inflection-0.5.1.tar.gz
> +# Locally computed sha256 checksums
> +sha256  9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133  LICENSE
> diff --git a/package/python-inflection/python-inflection.mk b/package/python-inflection/python-inflection.mk
> index 7309880c6a..7c030e99b9 100644
> --- a/package/python-inflection/python-inflection.mk
> +++ b/package/python-inflection/python-inflection.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_INFLECTION_VERSION = 0.3.1
> +PYTHON_INFLECTION_VERSION = 0.5.1
>   PYTHON_INFLECTION_SOURCE = inflection-$(PYTHON_INFLECTION_VERSION).tar.gz
> -PYTHON_INFLECTION_SITE = https://pypi.python.org/packages/d5/35/a6eb45b4e2356fe688b21570864d4aa0d0a880ce387defe9c589112077f8
> +PYTHON_INFLECTION_SITE = https://files.pythonhosted.org/packages/e1/7e/691d061b7329bc8d54edbf0ec22fbfb2afe61facb681f9aaa9bff7a27d04
>   PYTHON_INFLECTION_SETUP_TYPE = setuptools
>   PYTHON_INFLECTION_LICENSE = MIT
>   PYTHON_INFLECTION_LICENSE_FILES = LICENSE
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-ipy: bump to version 1.01
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-ipy: bump to version 1.01 Asaf Kahlon
@ 2021-09-26 19:48   ` Arnout Vandecappelle
  0 siblings, 0 replies; 13+ messages in thread
From: Arnout Vandecappelle @ 2021-09-26 19:48 UTC (permalink / raw)
  To: Asaf Kahlon, buildroot; +Cc: Thomas Petazzoni



On 25/09/2021 11:46, Asaf Kahlon wrote:
> * The package supports both python versions.
> * Indent with two spaces in hash file.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-ipy/Config.in       | 1 -
>   package/python-ipy/python-ipy.hash | 6 +++---
>   package/python-ipy/python-ipy.mk   | 4 ++--
>   3 files changed, 5 insertions(+), 6 deletions(-)
> 
> diff --git a/package/python-ipy/Config.in b/package/python-ipy/Config.in
> index bead932da8..b4f0c8cb5e 100644
> --- a/package/python-ipy/Config.in
> +++ b/package/python-ipy/Config.in
> @@ -1,6 +1,5 @@
>   config BR2_PACKAGE_PYTHON_IPY
>   	bool "python-ipy"
> -	depends on BR2_PACKAGE_PYTHON
>   	help
>   	  IPy - class and tools for handling of IPv4 and
>   	  IPv6 addresses and networks.
> diff --git a/package/python-ipy/python-ipy.hash b/package/python-ipy/python-ipy.hash
> index 641a2eb21f..3d8e1e8c71 100644
> --- a/package/python-ipy/python-ipy.hash
> +++ b/package/python-ipy/python-ipy.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/ipy/json
> -md5	1a90c68174234672241a7e60c7ea0fb9  IPy-1.00.tar.gz
> -sha256	2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621  IPy-1.00.tar.gz
> +md5  d6cf83e7f418ebbd23324ba1c658b907  IPy-1.01.tar.gz
> +sha256  edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a  IPy-1.01.tar.gz
>   # Locally computed sha256 checksums
> -sha256	078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61  COPYING
> +sha256  078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61  COPYING
> diff --git a/package/python-ipy/python-ipy.mk b/package/python-ipy/python-ipy.mk
> index 817b531e0b..2a01daf4ca 100644
> --- a/package/python-ipy/python-ipy.mk
> +++ b/package/python-ipy/python-ipy.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_IPY_VERSION = 1.00
> +PYTHON_IPY_VERSION = 1.01
>   PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
> -PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/e1/66/b6dd22472bb027556849876beae2dd4dca3a4eaf2dd3039277b4edb8c6af
> +PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/64/a4/9c0d88d95666ff1571d7baec6c5e26abc08051801feb6e6ddf40f6027e22
>   PYTHON_IPY_LICENSE = BSD-3-Clause
>   PYTHON_IPY_LICENSE_FILES = COPYING
>   PYTHON_IPY_SETUP_TYPE = distutils
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.9.1
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.9.1 Asaf Kahlon
@ 2021-09-26 19:48   ` Arnout Vandecappelle
  0 siblings, 0 replies; 13+ messages in thread
From: Arnout Vandecappelle @ 2021-09-26 19:48 UTC (permalink / raw)
  To: Asaf Kahlon, buildroot; +Cc: Thomas Petazzoni



On 25/09/2021 11:46, Asaf Kahlon wrote:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-psycopg2/python-psycopg2.hash | 4 ++--
>   package/python-psycopg2/python-psycopg2.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-psycopg2/python-psycopg2.hash b/package/python-psycopg2/python-psycopg2.hash
> index bf73f8ad25..d02ffc2ec8 100644
> --- a/package/python-psycopg2/python-psycopg2.hash
> +++ b/package/python-psycopg2/python-psycopg2.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/psycopg2/json
> -md5  c232ff3e3bfee35e1a0e15bc089cb294  psycopg2-2.8.5.tar.gz
> -sha256  f7d46240f7a1ae1dd95aab38bd74f7428d46531f69219954266d669da60c0818  psycopg2-2.8.5.tar.gz
> +md5  182e3e8cf3381c254f65f70cad4976e5  psycopg2-2.9.1.tar.gz
> +sha256  de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c  psycopg2-2.9.1.tar.gz
>   # Locally computed sha256 checksums
>   sha256  9614b85dfc9a72c5b2ca33144c1d7e1ed3b1c297459d9fb28a6a5762c2e8d71b  LICENSE
> diff --git a/package/python-psycopg2/python-psycopg2.mk b/package/python-psycopg2/python-psycopg2.mk
> index b6f1f6ab70..de466e2c59 100644
> --- a/package/python-psycopg2/python-psycopg2.mk
> +++ b/package/python-psycopg2/python-psycopg2.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_PSYCOPG2_VERSION = 2.8.5
> +PYTHON_PSYCOPG2_VERSION = 2.9.1
>   PYTHON_PSYCOPG2_SOURCE = psycopg2-$(PYTHON_PSYCOPG2_VERSION).tar.gz
> -PYTHON_PSYCOPG2_SITE = https://files.pythonhosted.org/packages/a8/8f/1c5690eebf148d1d1554fc00ccf9101e134636553dbb75bdfef4f85d7647
> +PYTHON_PSYCOPG2_SITE = https://files.pythonhosted.org/packages/aa/8a/7c80e7e44fb1b4277e89bd9ca509aefdd4dd1b2c547c6f293afe9f7ffd04
>   PYTHON_PSYCOPG2_SETUP_TYPE = setuptools
>   PYTHON_PSYCOPG2_LICENSE = LGPL-3.0+
>   PYTHON_PSYCOPG2_LICENSE_FILES = LICENSE
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-sh: bump to version 1.14.2
  2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-sh: bump to version 1.14.2 Asaf Kahlon
@ 2021-09-26 19:48   ` Arnout Vandecappelle
  0 siblings, 0 replies; 13+ messages in thread
From: Arnout Vandecappelle @ 2021-09-26 19:48 UTC (permalink / raw)
  To: Asaf Kahlon, buildroot; +Cc: Thomas Petazzoni



On 25/09/2021 11:46, Asaf Kahlon wrote:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-sh/python-sh.hash | 4 ++--
>   package/python-sh/python-sh.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-sh/python-sh.hash b/package/python-sh/python-sh.hash
> index fffdd20c15..13a0207de9 100644
> --- a/package/python-sh/python-sh.hash
> +++ b/package/python-sh/python-sh.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/sh/json
> -md5  7e3dd3a6b49c06db93746994a68cb8cf  sh-1.13.1.tar.gz
> -sha256  97a3d2205e3c6a842d87ebbc9ae93acae5a352b1bc4609b428d0fd5bb9e286a3  sh-1.13.1.tar.gz
> +md5  33becadcb5214afd00b9eec05fa98c06  sh-1.14.2.tar.gz
> +sha256  9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d  sh-1.14.2.tar.gz
>   # Locally computed
>   sha256  d8491c6e236568d04f7c8c07f2f1b8f5d142706dab6ab88f6e0d2dd476b6c706  LICENSE.txt
> diff --git a/package/python-sh/python-sh.mk b/package/python-sh/python-sh.mk
> index 21c0fb3d77..d2d8b14c8b 100644
> --- a/package/python-sh/python-sh.mk
> +++ b/package/python-sh/python-sh.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_SH_VERSION = 1.13.1
> +PYTHON_SH_VERSION = 1.14.2
>   PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz
> -PYTHON_SH_SITE = https://files.pythonhosted.org/packages/c9/3b/2c9a22bf1c48ced7ff3a11d4a862682c21d825c35f9d025811ad9808d263
> +PYTHON_SH_SITE = https://files.pythonhosted.org/packages/80/39/ed280d183c322453e276a518605b2435f682342f2c3bcf63228404d36375
>   PYTHON_SH_SETUP_TYPE = setuptools
>   PYTHON_SH_LICENSE = MIT
>   PYTHON_SH_LICENSE_FILES = LICENSE.txt
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1
@ 2021-09-22  6:32 James Hilliard
  0 siblings, 0 replies; 13+ messages in thread
From: James Hilliard @ 2021-09-22  6:32 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Thomas Petazzoni, Asaf Kahlon

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-frozenlist/python-frozenlist.hash | 4 ++--
 package/python-frozenlist/python-frozenlist.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-frozenlist/python-frozenlist.hash b/package/python-frozenlist/python-frozenlist.hash
index 0ecc5f9cdf..d8ca0d8b3c 100644
--- a/package/python-frozenlist/python-frozenlist.hash
+++ b/package/python-frozenlist/python-frozenlist.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/frozenlist/json
-md5  2a83a520014203d0a56993c332ff7e23  frozenlist-1.1.0.tar.gz
-sha256  d167a5050628323fcb3db410375eb06390ab135454fd85fd79c5832f5ec2b8ed  frozenlist-1.1.0.tar.gz
+md5  3d6747897187eb413327168329ecccde  frozenlist-1.1.1.tar.gz
+sha256  32fa8c86eee5c6f11b44863c0d3e945b2b1a03df3bf218617e832f1f04ba3146  frozenlist-1.1.1.tar.gz
 # Locally computed sha256 checksums
 sha256  6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6  LICENSE.txt
diff --git a/package/python-frozenlist/python-frozenlist.mk b/package/python-frozenlist/python-frozenlist.mk
index b113c38080..e17578879f 100644
--- a/package/python-frozenlist/python-frozenlist.mk
+++ b/package/python-frozenlist/python-frozenlist.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_FROZENLIST_VERSION = 1.1.0
+PYTHON_FROZENLIST_VERSION = 1.1.1
 PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
-PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/12/0e/119f1f186e93c21d078db1ddd7b21247a8a49261689d9284dec28be3b08e
+PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/ab/bb/80e0fdd91fe4018c6c11a1bfe9bb8cb1da8dbb2ed3faa3c1317161d056fa
 PYTHON_FROZENLIST_SETUP_TYPE = setuptools
 PYTHON_FROZENLIST_LICENSE = Apache-2.0
 PYTHON_FROZENLIST_LICENSE_FILES = LICENSE.txt
-- 
2.25.1

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

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

end of thread, other threads:[~2021-09-26 19:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25  9:46 [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 Asaf Kahlon
2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-inflection: bump to version 0.5.1 Asaf Kahlon
2021-09-26 19:48   ` Arnout Vandecappelle
2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-ipy: bump to version 1.01 Asaf Kahlon
2021-09-26 19:48   ` Arnout Vandecappelle
2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-multidict: bump to version 5.1.0 Asaf Kahlon
2021-09-25  9:55   ` James Hilliard
2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.9.1 Asaf Kahlon
2021-09-26 19:48   ` Arnout Vandecappelle
2021-09-25  9:46 ` [Buildroot] [PATCH 1/1] package/python-sh: bump to version 1.14.2 Asaf Kahlon
2021-09-26 19:48   ` Arnout Vandecappelle
2021-09-25  9:55 ` [Buildroot] [PATCH 1/1] package/python-frozenlist: bump to version 1.1.1 James Hilliard
  -- strict thread matches above, loose matches on Subject: below --
2021-09-22  6:32 James Hilliard

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.