All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hilliard <james.hilliard1@gmail.com>
To: buildroot@buildroot.org
Cc: "Jugurtha BELKALEM" <jugurtha.belkalem@smile.fr>,
	"Gustavo Heinz" <gustavo@gsthnz.com>,
	"Raphaël Mélotte" <raphael.melotte@mind.be>,
	"Attila Wagner" <attila.wagner@onyxinsight.com>,
	"Gwenhael Goavec-Merou" <gwenhael.goavec-merou@trabucayre.com>,
	"Louis Aussedat" <aussedat.louis@gmail.com>,
	"Angelo Compagnucci" <angelo.compagnucci@gmail.com>,
	"Asaf Kahlon" <asafka7@gmail.com>,
	"Wojciech M . Zabolotny" <wzab01@gmail.com>,
	"Joris Offouga" <offougajoris@gmail.com>,
	"James Hilliard" <james.hilliard1@gmail.com>,
	"Marcin Niestroj" <m.niestroj@grinn-global.com>,
	"Christian Kellermann" <christian.kellermann@solectrix.de>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Giulio Benetti" <giulio.benetti@benettiengineering.com>,
	"Mauro Condarelli" <mc5686@mclink.it>,
	"Lionel Flandrin" <lionel@svkt.org>
Subject: [Buildroot] [PATCH v9 17/18] package/python-setuptools: bump to version 69.2.0
Date: Sat, 30 Mar 2024 18:41:32 -0600	[thread overview]
Message-ID: <20240331004133.636618-17-james.hilliard1@gmail.com> (raw)
In-Reply-To: <20240331004133.636618-1-james.hilliard1@gmail.com>

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

diff --git a/package/python-setuptools/python-setuptools.hash b/package/python-setuptools/python-setuptools.hash
index 7f13ac3896..123c9a1455 100644
--- a/package/python-setuptools/python-setuptools.hash
+++ b/package/python-setuptools/python-setuptools.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/setuptools/json
-md5  b82de45aaa6b9bb911226660212ebb83  setuptools-69.0.3.tar.gz
-sha256  be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78  setuptools-69.0.3.tar.gz
+md5  940ffdb3a2ce4f6a5ee80032aa115fc7  setuptools-69.2.0.tar.gz
+sha256  0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e  setuptools-69.2.0.tar.gz
 # Locally computed sha256 checksums
 sha256  86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741  LICENSE
diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk
index 0aea3c6cfa..afc7348eb2 100644
--- a/package/python-setuptools/python-setuptools.mk
+++ b/package/python-setuptools/python-setuptools.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SETUPTOOLS_VERSION = 69.0.3
+PYTHON_SETUPTOOLS_VERSION = 69.2.0
 PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz
-PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/fc/c9/b146ca195403e0182a374e0ea4dbc69136bad3cd55bc293df496d625d0f7
+PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/4d/5b/dc575711b6b8f2f866131a40d053e30e962e633b332acf7cd2c24843d83d
 PYTHON_SETUPTOOLS_LICENSE = MIT
 PYTHON_SETUPTOOLS_LICENSE_FILES = LICENSE
 PYTHON_SETUPTOOLS_CPE_ID_VENDOR = python
-- 
2.34.1

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

  parent reply	other threads:[~2024-03-31  0:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-31  0:41 [Buildroot] [PATCH v9 01/18] package/python-canopen: add setuptools-scm build dependency James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 02/18] package/python-dbus-fast: migrate to poetry core pep517 build backend James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 03/18] package/python-dnspython: " James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 04/18] package/python-flask-babel: " James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 05/18] package/python-flask-wtf: migrate to hatching " James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 06/18] package/python-expandvars: new host package James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 07/18] package/python-frozenlist: migrate to in-tree pep517 build backend James Hilliard
2024-04-01 18:54   ` Arnout Vandecappelle via buildroot
2024-03-31  0:41 ` [Buildroot] [PATCH v9 08/18] package/python-humanize: add setuptools-scm build dependency James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 09/18] package/python-iso8601: migrate to poetry core pep517 build backend James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 10/18] package/python-cppy: add setuptools-scm build dependency James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 11/18] package/python-pylibftdi: migrate to poetry core pep517 build backend James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 12/18] package/python-sip: add missing setuptools dependency James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 13/18] package/python-rsa: migrate to poetry core pep517 build backend James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 14/18] package/python-sh: " James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 15/18] package/python-simplelogging: " James Hilliard
2024-03-31  0:41 ` [Buildroot] [PATCH v9 16/18] package/python-pyzmq: add cython for python-pyzmq James Hilliard
2024-03-31  0:41 ` James Hilliard [this message]
2024-03-31  0:41 ` [Buildroot] [PATCH v9 18/18] package/pkg-python.mk: migrate setuptools to pep517 James Hilliard
2024-04-01 20:11   ` Arnout Vandecappelle via buildroot
2024-04-01 20:32     ` James Hilliard
2024-04-01 20:12 ` [Buildroot] [PATCH v9 01/18] package/python-canopen: add setuptools-scm build dependency Arnout Vandecappelle via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240331004133.636618-17-james.hilliard1@gmail.com \
    --to=james.hilliard1@gmail.com \
    --cc=angelo.compagnucci@gmail.com \
    --cc=asafka7@gmail.com \
    --cc=attila.wagner@onyxinsight.com \
    --cc=aussedat.louis@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=christian.kellermann@solectrix.de \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=gustavo@gsthnz.com \
    --cc=gwenhael.goavec-merou@trabucayre.com \
    --cc=jugurtha.belkalem@smile.fr \
    --cc=lionel@svkt.org \
    --cc=m.niestroj@grinn-global.com \
    --cc=mc5686@mclink.it \
    --cc=offougajoris@gmail.com \
    --cc=raphael.melotte@mind.be \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=wzab01@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.