Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3: update to 3.8.4
@ 2020-07-17  4:51 ahesford
  2020-07-17  5:22 ` [PR PATCH] [Updated] " ahesford
  2020-07-17 11:05 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ahesford @ 2020-07-17  4:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages py3
https://github.com/void-linux/void-packages/pull/23609

python3: update to 3.8.4
Also rearrange `common/shlibs` to give `python3-3.8.0_1` priority over `python3-3.6.2_`.

Or is the right thing here to drop the `3.6.2_1` lines?

A patch file from https://github.com/void-linux/void-packages/pull/23609.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3-23609.patch --]
[-- Type: text/x-diff, Size: 3363 bytes --]

From 6df786beb0a7ec470bec5c255ffe340b6ad01f11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 17 Jul 2020 00:43:32 -0400
Subject: [PATCH 1/2] python3: update to 3.8.4.

---
 common/shlibs            | 6 +++---
 srcpkgs/python3/template | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 887f160d5fd..f0508547e07 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1783,11 +1783,11 @@ libportaudio.so.2 portaudio-19.20140130_1
 libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
-libpython3.so python3-3.6.2_1
-libdar.so.5000 libdar-2.4.14_1
-libpython3.6m.so.1.0 python3-3.6.2_1
 libpython3.so python3-3.8.0_1
 libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.so python3-3.6.2_1
+libpython3.6m.so.1.0 python3-3.6.2_1
+libdar.so.5000 libdar-2.4.14_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 33106458a3c..fb120459ac0 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,15 +3,15 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.3
-revision=2
+version=3.8.4
+revision=1
 wrksrc="Python-${version}"
 short_desc="Python programming language (${version%.*} series)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
+checksum=5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
 
 pycompile_dirs="usr/lib/python${version%.*}"
 hostmakedepends="pkgconf"

From 0617bc2854a1df5c8c8baced87ebb60087fb5b51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 17 Jul 2020 00:43:35 -0400
Subject: [PATCH 2/2] python3-tkinter: update to 3.8.4.

---
 srcpkgs/python3-tkinter/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 7e465722758..d8b64f0aeb8 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -1,13 +1,13 @@
 # Template file for 'python3-tkinter'
 #
-# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3"; IT IS SPLITTED TO AVOID
-# A CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
+# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3"; IT IS SPLIT TO AVOID A
+# CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
 #
 
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.3
+version=3.8.4
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
+checksum=5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

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

* Re: [PR PATCH] [Updated] python3: update to 3.8.4
  2020-07-17  4:51 [PR PATCH] python3: update to 3.8.4 ahesford
@ 2020-07-17  5:22 ` ahesford
  2020-07-17 11:05 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-17  5:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages py3
https://github.com/void-linux/void-packages/pull/23609

python3: update to 3.8.4
Also rearrange `common/shlibs` to give `python3-3.8.0_1` priority over `python3-3.6.2_`.

Or is the right thing here to drop the `3.6.2_1` lines?

A patch file from https://github.com/void-linux/void-packages/pull/23609.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py3-23609.patch --]
[-- Type: text/x-diff, Size: 3291 bytes --]

From 0c592a44c70aaf31af6da68ff78319db0ee1d610 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 17 Jul 2020 00:43:32 -0400
Subject: [PATCH 1/2] python3: update to 3.8.4.

---
 common/shlibs            | 4 +---
 srcpkgs/python3/template | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 887f160d5fd..de1ee4cd28c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1783,11 +1783,9 @@ libportaudio.so.2 portaudio-19.20140130_1
 libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
-libpython3.so python3-3.6.2_1
-libdar.so.5000 libdar-2.4.14_1
-libpython3.6m.so.1.0 python3-3.6.2_1
 libpython3.so python3-3.8.0_1
 libpython3.8.so.1.0 python3-3.8.0_1
+libdar.so.5000 libdar-2.4.14_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 33106458a3c..fb120459ac0 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,15 +3,15 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.3
-revision=2
+version=3.8.4
+revision=1
 wrksrc="Python-${version}"
 short_desc="Python programming language (${version%.*} series)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
+checksum=5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
 
 pycompile_dirs="usr/lib/python${version%.*}"
 hostmakedepends="pkgconf"

From e65d2655fd13aeacdfa33ab08c55c5d9410e4ca3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 17 Jul 2020 00:43:35 -0400
Subject: [PATCH 2/2] python3-tkinter: update to 3.8.4.

---
 srcpkgs/python3-tkinter/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 7e465722758..d8b64f0aeb8 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -1,13 +1,13 @@
 # Template file for 'python3-tkinter'
 #
-# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3"; IT IS SPLITTED TO AVOID
-# A CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
+# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3"; IT IS SPLIT TO AVOID A
+# CYCLIC DEPENDENCY: python3 -> tk -> libX11 -> libxcb -> xcb-proto -> python3
 #
 
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.3
+version=3.8.4
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
+checksum=5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

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

* Re: [PR PATCH] [Merged]: python3: update to 3.8.4
  2020-07-17  4:51 [PR PATCH] python3: update to 3.8.4 ahesford
  2020-07-17  5:22 ` [PR PATCH] [Updated] " ahesford
@ 2020-07-17 11:05 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-17 11:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

There's a merged pull request on the void-packages repository

python3: update to 3.8.4
https://github.com/void-linux/void-packages/pull/23609

Description:
Also dropped outdated `python-3.6.2_1` lines from `common/shlibs`.

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

end of thread, other threads:[~2020-07-17 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17  4:51 [PR PATCH] python3: update to 3.8.4 ahesford
2020-07-17  5:22 ` [PR PATCH] [Updated] " ahesford
2020-07-17 11:05 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).