All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3
@ 2024-03-25 12:16 Marcus Hoffmann via buildroot
  2024-03-25 12:16 ` [Buildroot] [PATCH 2/3] package/python-packaging: bump to version 24.0 Marcus Hoffmann via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-03-25 12:16 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 .../python-trove-classifiers/python-trove-classifiers.hash    | 4 ++--
 package/python-trove-classifiers/python-trove-classifiers.mk  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-trove-classifiers/python-trove-classifiers.hash b/package/python-trove-classifiers/python-trove-classifiers.hash
index 26b813eded..2aac714a37 100644
--- a/package/python-trove-classifiers/python-trove-classifiers.hash
+++ b/package/python-trove-classifiers/python-trove-classifiers.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/trove-classifiers/json
-md5  2afa6925489403b8025a1b66d990e760  trove-classifiers-2023.10.18.tar.gz
-sha256  2cdfcc7f31f7ffdd57666a9957296089ac72daad4d11ab5005060e5cd7e29939  trove-classifiers-2023.10.18.tar.gz
+md5  1e574abaf8803bab35289ab54d6bb251  trove-classifiers-2024.3.3.tar.gz
+sha256  df7edff9c67ff86b733628998330b180e81d125b1e096536d83ac0fd79673fdc  trove-classifiers-2024.3.3.tar.gz
 # Locally computed sha256 checksums
 sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
diff --git a/package/python-trove-classifiers/python-trove-classifiers.mk b/package/python-trove-classifiers/python-trove-classifiers.mk
index d0d79d297c..5bfd045c38 100644
--- a/package/python-trove-classifiers/python-trove-classifiers.mk
+++ b/package/python-trove-classifiers/python-trove-classifiers.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_TROVE_CLASSIFIERS_VERSION = 2023.10.18
+PYTHON_TROVE_CLASSIFIERS_VERSION = 2024.3.3
 PYTHON_TROVE_CLASSIFIERS_SOURCE = trove-classifiers-$(PYTHON_TROVE_CLASSIFIERS_VERSION).tar.gz
-PYTHON_TROVE_CLASSIFIERS_SITE = https://files.pythonhosted.org/packages/5b/fa/49b6a09e4f389d4d9406d2947a685de1462ffb676ea6e61c50905e27b0f4
+PYTHON_TROVE_CLASSIFIERS_SITE = https://files.pythonhosted.org/packages/13/11/e13906315b498cb8f5ce5a7ff39fc35941e8291e914158157937fd1c095d
 PYTHON_TROVE_CLASSIFIERS_SETUP_TYPE = setuptools
 PYTHON_TROVE_CLASSIFIERS_LICENSE = Apache-2.0
 PYTHON_TROVE_CLASSIFIERS_LICENSE_FILES = LICENSE
-- 
2.34.1

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

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

* [Buildroot] [PATCH 2/3] package/python-packaging: bump to version 24.0
  2024-03-25 12:16 [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3 Marcus Hoffmann via buildroot
@ 2024-03-25 12:16 ` Marcus Hoffmann via buildroot
  2024-03-25 12:16 ` [Buildroot] [PATCH 3/3] package/python-pluggy: bump to version 1.4.0 Marcus Hoffmann via buildroot
  2024-05-10 20:09 ` [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3 Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-03-25 12:16 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Marcin Niestroj, Asaf Kahlon

Changelog:
https://github.com/pypa/packaging/blob/main/CHANGELOG.rst#240---2024-03-10

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/python-packaging/python-packaging.hash | 4 ++--
 package/python-packaging/python-packaging.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-packaging/python-packaging.hash b/package/python-packaging/python-packaging.hash
index df75c3505c..1c15c2e82b 100644
--- a/package/python-packaging/python-packaging.hash
+++ b/package/python-packaging/python-packaging.hash
@@ -1,6 +1,6 @@
 # md5, sha256 from https://pypi.org/pypi/packaging/json
-md5  d54eeff8c7ca86980528f4132f258d54  packaging-23.2.tar.gz
-sha256  048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5  packaging-23.2.tar.gz
+md5  8e3bc7b152efc9ffadabddc9f8465b02  packaging-24.0.tar.gz
+sha256  eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9  packaging-24.0.tar.gz
 # Locally computed sha256 checksums
 sha256  cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48  LICENSE
 sha256  0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594  LICENSE.APACHE
diff --git a/package/python-packaging/python-packaging.mk b/package/python-packaging/python-packaging.mk
index 3e0f85c00a..e795b61881 100644
--- a/package/python-packaging/python-packaging.mk
+++ b/package/python-packaging/python-packaging.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PACKAGING_VERSION = 23.2
+PYTHON_PACKAGING_VERSION = 24.0
 PYTHON_PACKAGING_SOURCE = packaging-$(PYTHON_PACKAGING_VERSION).tar.gz
-PYTHON_PACKAGING_SITE = https://files.pythonhosted.org/packages/fb/2b/9b9c33ffed44ee921d0967086d653047286054117d584f1b1a7c22ceaf7b
+PYTHON_PACKAGING_SITE = https://files.pythonhosted.org/packages/ee/b5/b43a27ac7472e1818c4bafd44430e69605baefe1f34440593e0332ec8b4d
 PYTHON_PACKAGING_SETUP_TYPE = flit
 PYTHON_PACKAGING_LICENSE = Apache-2.0 or BSD-2-Clause
 PYTHON_PACKAGING_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
-- 
2.34.1

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

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

* [Buildroot] [PATCH 3/3] package/python-pluggy: bump to version 1.4.0
  2024-03-25 12:16 [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3 Marcus Hoffmann via buildroot
  2024-03-25 12:16 ` [Buildroot] [PATCH 2/3] package/python-packaging: bump to version 24.0 Marcus Hoffmann via buildroot
@ 2024-03-25 12:16 ` Marcus Hoffmann via buildroot
  2024-05-10 20:09 ` [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3 Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-03-25 12:16 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Marcin Niestroj, Asaf Kahlon

Changelog:
https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst#pluggy-140-2024-01-24

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/python-pluggy/python-pluggy.hash | 4 ++--
 package/python-pluggy/python-pluggy.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-pluggy/python-pluggy.hash b/package/python-pluggy/python-pluggy.hash
index 74790a51a0..338b08d0b1 100644
--- a/package/python-pluggy/python-pluggy.hash
+++ b/package/python-pluggy/python-pluggy.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/pluggy/json
-md5  f31aad77be2f5af8ed3864159b7fd743  pluggy-1.3.0.tar.gz
-sha256  cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12  pluggy-1.3.0.tar.gz
+md5  ffb69741271eaeefab3f2ef2435e2d5f  pluggy-1.4.0.tar.gz
+sha256  8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be  pluggy-1.4.0.tar.gz
 # Locally computed sha256 checksums
 sha256  d6b65e6c213a5d0b577911d34d6e5949b9f59d76c238c5071a2f3fc16cfb2606  LICENSE
diff --git a/package/python-pluggy/python-pluggy.mk b/package/python-pluggy/python-pluggy.mk
index 2b7ac04f02..a703a93b9c 100644
--- a/package/python-pluggy/python-pluggy.mk
+++ b/package/python-pluggy/python-pluggy.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PLUGGY_VERSION = 1.3.0
+PYTHON_PLUGGY_VERSION = 1.4.0
 PYTHON_PLUGGY_SOURCE = pluggy-$(PYTHON_PLUGGY_VERSION).tar.gz
-PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/36/51/04defc761583568cae5fd533abda3d40164cbdcf22dee5b7126ffef68a40
+PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/54/c6/43f9d44d92aed815e781ca25ba8c174257e27253a94630d21be8725a2b59
 PYTHON_PLUGGY_SETUP_TYPE = setuptools
 PYTHON_PLUGGY_LICENSE = MIT
 PYTHON_PLUGGY_LICENSE_FILES = LICENSE
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3
  2024-03-25 12:16 [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3 Marcus Hoffmann via buildroot
  2024-03-25 12:16 ` [Buildroot] [PATCH 2/3] package/python-packaging: bump to version 24.0 Marcus Hoffmann via buildroot
  2024-03-25 12:16 ` [Buildroot] [PATCH 3/3] package/python-pluggy: bump to version 1.4.0 Marcus Hoffmann via buildroot
@ 2024-05-10 20:09 ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-10 20:09 UTC (permalink / raw)
  To: Marcus Hoffmann via buildroot
  Cc: James Hilliard, Marcus Hoffmann, Asaf Kahlon

On Mon, 25 Mar 2024 13:16:57 +0100
Marcus Hoffmann via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
> ---
>  .../python-trove-classifiers/python-trove-classifiers.hash    | 4 ++--
>  package/python-trove-classifiers/python-trove-classifiers.mk  | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Series applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-05-10 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 12:16 [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3 Marcus Hoffmann via buildroot
2024-03-25 12:16 ` [Buildroot] [PATCH 2/3] package/python-packaging: bump to version 24.0 Marcus Hoffmann via buildroot
2024-03-25 12:16 ` [Buildroot] [PATCH 3/3] package/python-pluggy: bump to version 1.4.0 Marcus Hoffmann via buildroot
2024-05-10 20:09 ` [Buildroot] [PATCH 1/3] package/python-trove-classifiers: bump to version 2024.3.3 Thomas Petazzoni via buildroot

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.