Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update python3-{scipy,numpy,Cython,setuptools}
@ 2020-07-24 20:35 ahesford
  2020-07-24 22:05 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: ahesford @ 2020-07-24 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages numpy
https://github.com/void-linux/void-packages/pull/23818

Update python3-{scipy,numpy,Cython,setuptools}


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

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

From b84521422367cf740ab30b5b125f83ac214c60ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 24 Jul 2020 16:33:05 -0400
Subject: [PATCH 1/4] python3-setuptools: update to 49.2.0.

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

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index 7be240751b7..b5e463b7c68 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
-version=46.3.0
+version=49.2.0
 revision=1
 archs=noarch
 wrksrc="setuptools-${version}"
@@ -12,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://github.com/pypa/setuptools"
 distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
-checksum=b5900faa2c6653ed86448a44a2b0455cc25c613928bf8b0f0c92d9a558e79cf3
+checksum=afe9e81fee0270d3f60d52608549cc8ec4c46dada8c95640c1a00160f577acf2
 alternatives="setuptools:easy_install:/usr/bin/easy_install3"
 provides="python3-distribute-${version}_1"
 replaces="python3-distribute>=0"

From 2a99d6af96a95ceca9c65fe33279911734808464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 24 Jul 2020 16:33:17 -0400
Subject: [PATCH 2/4] python-Cython: update to 0.29.21.

---
 srcpkgs/python-Cython/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index a56b0040ce3..7c478253878 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,6 +1,6 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
-version=0.29.20
+version=0.29.21
 revision=1
 wrksrc="Cython-${version}"
 build_style=python-module
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://cython.org/"
 changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz"
-checksum=22d91af5fc2253f717a1b80b8bb45acb655f643611983fd6f782b9423f8171c7
+checksum=e57acb89bd55943c8d8bf813763d20b9099cc7165c0f16b707631a7654be9cad
 
 alternatives="
  cython:cygdb:/usr/bin/cygdb2

From f839b9ab36c87a3982a8c309177e95dbc15388a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 24 Jul 2020 16:33:20 -0400
Subject: [PATCH 3/4] python3-numpy: update to 1.19.1.

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

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 22cc85bf9c0..56b21398ccf 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
-version=1.18.5
+version=1.19.1
 revision=1
 wrksrc="numpy-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://www.numpy.org/"
 distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
-checksum=355d45df163499593c91bd2d78281e88164ee3eeeb221be357b1dac09ac1f618
+checksum=65123e53a00b84d03a5a18ae049f4647d1fd100c9010ca1fdf997900ee13875d
 alternatives="numpy:f2py:/usr/bin/f2py3"
 
 do_check() {

From 8da35a4689075df21589fbcde623df54d1f6a37f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 24 Jul 2020 16:33:26 -0400
Subject: [PATCH 4/4] python3-scipy: update to 1.5.2.

---
 srcpkgs/python3-scipy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 90b4b1b8a1e..1bf7c72217b 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
-version=1.5.1
-revision=2
+version=1.5.2
+revision=1
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"
@@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://scipy.org/scipylib/"
 distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz"
-checksum=0728bd66a5251cfeff17a72280ae5a40ec14add217f94868d1415b3c469b610a
+checksum=28d5d2e9af6ca5c0352cd83fb64191f2d8e883ab5287a221ba7a175c8cc2ccbe
 
 build_options="openblas"
 desc_option_openblas="Enable support for openblas accelerated linear algebra"

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

* Re: [PR PATCH] [Merged]: Update python3-{scipy,numpy,Cython,setuptools}
  2020-07-24 20:35 [PR PATCH] Update python3-{scipy,numpy,Cython,setuptools} ahesford
@ 2020-07-24 22:05 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-07-24 22:05 UTC (permalink / raw)
  To: ml

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

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

Update python3-{scipy,numpy,Cython,setuptools}
https://github.com/void-linux/void-packages/pull/23818

Description:


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 20:35 [PR PATCH] Update python3-{scipy,numpy,Cython,setuptools} ahesford
2020-07-24 22: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).