All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python3: bump to version 3.8.6
@ 2020-10-01 21:33 Peter Korsgaard
  2020-10-03  6:52 ` Peter Korsgaard
  2020-10-03 20:53 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-01 21:33 UTC (permalink / raw)
  To: buildroot

Contains a number of bugfixes. For details, see the changelog:

https://docs.python.org/release/3.8.6/whatsnew/changelog.html#changelog

Update the license hash for the addition of a note stating that the examples
and documentation is now dual licensed under the PSF and a Zero-Clause BSD
license since:

https://github.com/python/cpython/commit/9fef7c54a0adfade5ec94259d97f22e05fe9e3e3

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/python3/python3.hash | 8 ++++----
 package/python3/python3.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python3/python3.hash b/package/python3/python3.hash
index 0a08d04b3f..4c03293dd1 100644
--- a/package/python3/python3.hash
+++ b/package/python3/python3.hash
@@ -1,5 +1,5 @@
-# From https://www.python.org/downloads/release/python-385/
-md5  35b5a3d0254c1c59be9736373d429db7  Python-3.8.5.tar.xz
+# From https://www.python.org/downloads/release/python-386/
+md5  69e73c49eeb1a853cefd26d18c9d069d  Python-3.8.6.tar.xz
 # Locally computed
-sha256  e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0  Python-3.8.5.tar.xz
-sha256  de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23  LICENSE
+sha256  a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a  Python-3.8.6.tar.xz
+sha256  1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d  LICENSE
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 017dbd40da..af1e5e50d9 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 PYTHON3_VERSION_MAJOR = 3.8
-PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).5
+PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).6
 PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
 PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
 PYTHON3_LICENSE = Python-2.0, others
-- 
2.20.1

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

* [Buildroot] [PATCH] package/python3: bump to version 3.8.6
  2020-10-01 21:33 [Buildroot] [PATCH] package/python3: bump to version 3.8.6 Peter Korsgaard
@ 2020-10-03  6:52 ` Peter Korsgaard
  2020-10-03 20:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-03  6:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Contains a number of bugfixes. For details, see the changelog:
 > https://docs.python.org/release/3.8.6/whatsnew/changelog.html#changelog

 > Update the license hash for the addition of a note stating that the examples
 > and documentation is now dual licensed under the PSF and a Zero-Clause BSD
 > license since:

 > https://github.com/python/cpython/commit/9fef7c54a0adfade5ec94259d97f22e05fe9e3e3

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/python3: bump to version 3.8.6
  2020-10-01 21:33 [Buildroot] [PATCH] package/python3: bump to version 3.8.6 Peter Korsgaard
  2020-10-03  6:52 ` Peter Korsgaard
@ 2020-10-03 20:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-03 20:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Contains a number of bugfixes. For details, see the changelog:
 > https://docs.python.org/release/3.8.6/whatsnew/changelog.html#changelog

 > Update the license hash for the addition of a note stating that the examples
 > and documentation is now dual licensed under the PSF and a Zero-Clause BSD
 > license since:

 > https://github.com/python/cpython/commit/9fef7c54a0adfade5ec94259d97f22e05fe9e3e3

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2020.02.x, 2020.05.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-10-03 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 21:33 [Buildroot] [PATCH] package/python3: bump to version 3.8.6 Peter Korsgaard
2020-10-03  6:52 ` Peter Korsgaard
2020-10-03 20:53 ` 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.