All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python3-setuptools: bump to version 60.7.0
@ 2022-02-02 20:34 James Hilliard
  2022-02-05 11:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-02-02 20:34 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-setuptools/60.6.0/python-setuptools.hash       | 4 ----
 .../{60.6.0 => 60.7.0}/0001-add-executable.patch              | 0
 package/python-setuptools/60.7.0/python-setuptools.hash       | 4 ++++
 package/python-setuptools/python-setuptools.mk                | 4 ++--
 package/python3-setuptools/0001-add-executable.patch          | 2 +-
 package/python3-setuptools/python3-setuptools.hash            | 2 +-
 package/python3-setuptools/python3-setuptools.mk              | 4 ++--
 7 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 package/python-setuptools/60.6.0/python-setuptools.hash
 rename package/python-setuptools/{60.6.0 => 60.7.0}/0001-add-executable.patch (100%)
 create mode 100644 package/python-setuptools/60.7.0/python-setuptools.hash

diff --git a/package/python-setuptools/60.6.0/python-setuptools.hash b/package/python-setuptools/60.6.0/python-setuptools.hash
deleted file mode 100644
index 734cb4d580..0000000000
--- a/package/python-setuptools/60.6.0/python-setuptools.hash
+++ /dev/null
@@ -1,4 +0,0 @@
-# From https://pypi.org/pypi/setuptools/json
-md5  392e91d7e244998c586c88da2cf881d3  setuptools-60.6.0.tar.gz
-sha256  eb83b1012ae6bf436901c2a2cee35d45b7260f31fd4b65fd1e50a9f99c11d7f8  setuptools-60.6.0.tar.gz
-sha256  db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8  LICENSE
diff --git a/package/python-setuptools/60.6.0/0001-add-executable.patch b/package/python-setuptools/60.7.0/0001-add-executable.patch
similarity index 100%
rename from package/python-setuptools/60.6.0/0001-add-executable.patch
rename to package/python-setuptools/60.7.0/0001-add-executable.patch
diff --git a/package/python-setuptools/60.7.0/python-setuptools.hash b/package/python-setuptools/60.7.0/python-setuptools.hash
new file mode 100644
index 0000000000..8df7155d4c
--- /dev/null
+++ b/package/python-setuptools/60.7.0/python-setuptools.hash
@@ -0,0 +1,4 @@
+# From https://pypi.org/pypi/setuptools/json
+md5  082637e8fbc2e1fd9c637665d8fcccd8  setuptools-60.7.0.tar.gz
+sha256  b83cf328a4f6a987c95610e76b29a30778db05174eef71f771776c48f8f25d1b  setuptools-60.7.0.tar.gz
+sha256  db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8  LICENSE
diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk
index 15912d96f5..8bca852fe2 100644
--- a/package/python-setuptools/python-setuptools.mk
+++ b/package/python-setuptools/python-setuptools.mk
@@ -9,9 +9,9 @@
 ifeq ($(BR2_PACKAGE_PYTHON3),y)
 # Please keep in sync with
 # package/python3-setuptools/python3-setuptools.mk
-PYTHON_SETUPTOOLS_VERSION = 60.6.0
+PYTHON_SETUPTOOLS_VERSION = 60.7.0
 PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON3_SETUPTOOLS_VERSION).tar.gz
-PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/8f/89/9fec81ec84737c925a1ee992af2c6c7153aec4051c26afeadd6b822354d2
+PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/29/dd/48d662bb93e5e51e72265ef612f869947d4ae4126328d7156824cd50d440
 else # Python
 PYTHON_SETUPTOOLS_VERSION = 44.0.0
 PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).zip
diff --git a/package/python3-setuptools/0001-add-executable.patch b/package/python3-setuptools/0001-add-executable.patch
index 9d608239bc..46b5935d33 120000
--- a/package/python3-setuptools/0001-add-executable.patch
+++ b/package/python3-setuptools/0001-add-executable.patch
@@ -1 +1 @@
-../python-setuptools/60.6.0/0001-add-executable.patch
\ No newline at end of file
+../python-setuptools/60.7.0/0001-add-executable.patch
\ No newline at end of file
diff --git a/package/python3-setuptools/python3-setuptools.hash b/package/python3-setuptools/python3-setuptools.hash
index 9fb96015aa..2c9d3614d5 120000
--- a/package/python3-setuptools/python3-setuptools.hash
+++ b/package/python3-setuptools/python3-setuptools.hash
@@ -1 +1 @@
-../python-setuptools/60.6.0/python-setuptools.hash
\ No newline at end of file
+../python-setuptools/60.7.0/python-setuptools.hash
\ No newline at end of file
diff --git a/package/python3-setuptools/python3-setuptools.mk b/package/python3-setuptools/python3-setuptools.mk
index 55a01dba01..d5aaa01918 100644
--- a/package/python3-setuptools/python3-setuptools.mk
+++ b/package/python3-setuptools/python3-setuptools.mk
@@ -6,9 +6,9 @@
 
 # Please keep in sync with
 # package/python-setuptools/python-setuptools.mk
-PYTHON3_SETUPTOOLS_VERSION = 60.6.0
+PYTHON3_SETUPTOOLS_VERSION = 60.7.0
 PYTHON3_SETUPTOOLS_SOURCE = setuptools-$(PYTHON3_SETUPTOOLS_VERSION).tar.gz
-PYTHON3_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/8f/89/9fec81ec84737c925a1ee992af2c6c7153aec4051c26afeadd6b822354d2
+PYTHON3_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/29/dd/48d662bb93e5e51e72265ef612f869947d4ae4126328d7156824cd50d440
 PYTHON3_SETUPTOOLS_LICENSE = MIT
 PYTHON3_SETUPTOOLS_LICENSE_FILES = LICENSE
 PYTHON3_SETUPTOOLS_CPE_ID_VENDOR = python
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/python3-setuptools: bump to version 60.7.0
  2022-02-02 20:34 [Buildroot] [PATCH 1/1] package/python3-setuptools: bump to version 60.7.0 James Hilliard
@ 2022-02-05 11:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-02-05 11:44 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

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

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

end of thread, other threads:[~2022-02-05 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 20:34 [Buildroot] [PATCH 1/1] package/python3-setuptools: bump to version 60.7.0 James Hilliard
2022-02-05 11:44 ` 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.