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-multidict: bump to version 5.1.0
@ 2021-09-22  6:47 James Hilliard
  0 siblings, 0 replies; 13+ messages in thread
From: James Hilliard @ 2021-09-22  6:47 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Thomas Petazzoni, Asaf Kahlon

Signed-off-by: James Hilliard <james.hilliard1@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.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:47 [Buildroot] [PATCH 1/1] package/python-multidict: bump to version 5.1.0 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.