Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3: update few
@ 2021-09-09 16:41 dkwo
  2021-09-12  9:08 ` [PR PATCH] [Updated] " dkwo
  2021-09-13 13:36 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: dkwo @ 2021-09-09 16:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages jlab
https://github.com/void-linux/void-packages/pull/32892

python3: update few
- python3-nbclient: update to 0.5.4
- python3-jupyter_server: update to 1.10.2
- python3-anyio: update to 3.3.1
- jupyterlab: update to 3.1.11 and add dependency, also switch to pypi


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

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

From c2ff65b611724704a95f88b8063facf3707432ca Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:30:17 +0200
Subject: [PATCH 1/4] python3-nbclient: update to 0.5.4

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

diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template
index f97fd91f3d4c..2eb17dd17113 100644
--- a/srcpkgs/python3-nbclient/template
+++ b/srcpkgs/python3-nbclient/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbclient'
 pkgname=python3-nbclient
-version=0.5.3
+version=0.5.4
 revision=1
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://nbclient.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
-checksum=db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c
+checksum=6c8ad36a28edad4562580847f9f1636fe5316a51a323ed85a24a4ad37d4aefce
 # Package might need to be installed for testing
 make_check=no
 

From d72999c54c4bb280970ad08210afb4e5b70e9bd9 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:30:56 +0200
Subject: [PATCH 2/4] python3-jupyter_server: update to 1.10.2

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

diff --git a/srcpkgs/python3-jupyter_server/template b/srcpkgs/python3-jupyter_server/template
index 563bb01d2e57..774f0c36a3c7 100644
--- a/srcpkgs/python3-jupyter_server/template
+++ b/srcpkgs/python3-jupyter_server/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_server'
 pkgname=python3-jupyter_server
-version=1.10.1
+version=1.10.2
 revision=1
 wrksrc="jupyter_server-${version}"
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=fe6b589bd8d8fe08f608e90ce7da1e6bbfd020d99897453b45149a7853e9188f
+checksum=d3a3b68ebc6d7bfee1097f1712cf7709ee39c92379da2cc08724515bb85e72bf
 # Tarball defines no tests
 make_check=no
 

From 9c44c6d2216195a0144dc4ac58700e22eb7909a4 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:31:22 +0200
Subject: [PATCH 3/4] python3-anyio: update to 3.3.1

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

diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template
index bec1109131d8..1bed9ec51bad 100644
--- a/srcpkgs/python3-anyio/template
+++ b/srcpkgs/python3-anyio/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-anyio'
 pkgname=python3-anyio
-version=3.3.0
+version=3.3.1
 revision=1
 wrksrc=anyio-${version}
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="MIT"
 homepage="https://github.com/agronholm/anyio"
 distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
-checksum=ae57a67583e5ff8b4af47666ff5651c3732d45fd26c929253748e796af860374
+checksum=85913b4e2fec030e8c72a8f9f98092eeb9e25847a6e00d567751b77e34f856fe
 # Tests not supported
 make_check=no
 

From cc1ff168f1ec77d20680eb3f86e64640352c608c Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:34:23 +0200
Subject: [PATCH 4/4] jupyterlab: update to 3.1.11 and add dep

---
 srcpkgs/jupyterlab/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index adc3be121904..cd21f1e8463f 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,16 +1,17 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=3.1.0
+version=3.1.11
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket"
+depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket
+ python3-jupyter_ipywidgets"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="custom:jupyterlab"
 homepage="https://jupyter.org"
-distfiles="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz"
-checksum=bf4b279f110972c5ce585ede1f76165f0d7b06bd81acaab04ad56e9f0b5fafb4
+distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
+checksum=329b41d6d99bf4e40ab210b37387d32033ea9227e776aa1baf7817bf55423156
 # Tests require unpackaged dependencies
 make_check=no
 

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

* Re: [PR PATCH] [Updated] python3: update few
  2021-09-09 16:41 [PR PATCH] python3: update few dkwo
@ 2021-09-12  9:08 ` dkwo
  2021-09-13 13:36 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: dkwo @ 2021-09-12  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages jlab
https://github.com/void-linux/void-packages/pull/32892

python3: update few
- python3-nbclient: update to 0.5.4
- python3-jupyter_server: update to 1.10.2
- python3-anyio: update to 3.3.1
- jupyterlab: update to 3.1.11 and add dependency (useful e.g. with sagemath), also switch to pypi

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

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

From 050ffdffc1bbd20dab48ef6f67ea281f854c4cdf Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:30:17 +0200
Subject: [PATCH 1/5] python3-nbclient: update to 0.5.4

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

diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template
index f97fd91f3d4c..2eb17dd17113 100644
--- a/srcpkgs/python3-nbclient/template
+++ b/srcpkgs/python3-nbclient/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-nbclient'
 pkgname=python3-nbclient
-version=0.5.3
+version=0.5.4
 revision=1
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://nbclient.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
-checksum=db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c
+checksum=6c8ad36a28edad4562580847f9f1636fe5316a51a323ed85a24a4ad37d4aefce
 # Package might need to be installed for testing
 make_check=no
 

From aaf0a42d2897a607667f7a513af20724d6d806c4 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:30:56 +0200
Subject: [PATCH 2/5] python3-jupyter_server: update to 1.11.0

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

diff --git a/srcpkgs/python3-jupyter_server/template b/srcpkgs/python3-jupyter_server/template
index 563bb01d2e57..96cc46401f66 100644
--- a/srcpkgs/python3-jupyter_server/template
+++ b/srcpkgs/python3-jupyter_server/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_server'
 pkgname=python3-jupyter_server
-version=1.10.1
+version=1.11.0
 revision=1
 wrksrc="jupyter_server-${version}"
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://jupyter.org"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=fe6b589bd8d8fe08f608e90ce7da1e6bbfd020d99897453b45149a7853e9188f
+checksum=8ab4f484a4a2698f757cff0769d27b5d991e0232a666d54f4d6ada4e6a61330b
 # Tarball defines no tests
 make_check=no
 

From e61368e2945eb0f2cf8286aaf2d396d8af0dfa26 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:31:22 +0200
Subject: [PATCH 3/5] python3-anyio: update to 3.3.1

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

diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template
index bec1109131d8..1bed9ec51bad 100644
--- a/srcpkgs/python3-anyio/template
+++ b/srcpkgs/python3-anyio/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-anyio'
 pkgname=python3-anyio
-version=3.3.0
+version=3.3.1
 revision=1
 wrksrc=anyio-${version}
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="MIT"
 homepage="https://github.com/agronholm/anyio"
 distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
-checksum=ae57a67583e5ff8b4af47666ff5651c3732d45fd26c929253748e796af860374
+checksum=85913b4e2fec030e8c72a8f9f98092eeb9e25847a6e00d567751b77e34f856fe
 # Tests not supported
 make_check=no
 

From c501e7a39059a38508629c91cee7000816fe2226 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 9 Sep 2021 18:34:23 +0200
Subject: [PATCH 4/5] jupyterlab: update to 3.1.11 and add dep

---
 srcpkgs/jupyterlab/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template
index adc3be121904..cd21f1e8463f 100644
--- a/srcpkgs/jupyterlab/template
+++ b/srcpkgs/jupyterlab/template
@@ -1,16 +1,17 @@
 # Template file for 'jupyterlab'
 pkgname=jupyterlab
-version=3.1.0
+version=3.1.11
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket"
+depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket
+ python3-jupyter_ipywidgets"
 short_desc="JupyterLab computational environment"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="custom:jupyterlab"
 homepage="https://jupyter.org"
-distfiles="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz"
-checksum=bf4b279f110972c5ce585ede1f76165f0d7b06bd81acaab04ad56e9f0b5fafb4
+distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
+checksum=329b41d6d99bf4e40ab210b37387d32033ea9227e776aa1baf7817bf55423156
 # Tests require unpackaged dependencies
 make_check=no
 

From b732873188d3c86de96b6eecc8c2dc5cb9450942 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 12 Sep 2021 11:05:38 +0200
Subject: [PATCH 5/5] python3-jupyterlab_server: update to 2.8.1, switch
 distfiles to pypi

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

diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template
index 469924e5f875..cff562165c4a 100644
--- a/srcpkgs/python3-jupyterlab_server/template
+++ b/srcpkgs/python3-jupyterlab_server/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyterlab_server'
 pkgname=python3-jupyterlab_server
-version=2.6.1
+version=2.8.1
 revision=1
 wrksrc="jupyterlab_server-${version}"
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Server components for JupyterLab and -like applications"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://jupyter.org"
-distfiles="https://github.com/jupyterlab/jupyterlab_server/archive/refs/tags/v${version}.tar.gz"
-checksum=d10ecc867065820079f926d59239a7294a525693832bc6276bdd0f432946bc76
+distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
+checksum=39fd519e9b3275873bd15de891363c28f2649814f7bbc11c57469c60e8408e97
 # Tests require unpackaged dependencies
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: python3: update few
  2021-09-09 16:41 [PR PATCH] python3: update few dkwo
  2021-09-12  9:08 ` [PR PATCH] [Updated] " dkwo
@ 2021-09-13 13:36 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2021-09-13 13:36 UTC (permalink / raw)
  To: ml

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

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

python3: update few
https://github.com/void-linux/void-packages/pull/32892

Description:
- python3-nbclient: update to 0.5.4
- python3-jupyter_server: update to 1.10.2
- python3-anyio: update to 3.3.1
- jupyterlab: update to 3.1.11 and add dependency (useful e.g. with sagemath), also switch to pypi

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

end of thread, other threads:[~2021-09-13 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 16:41 [PR PATCH] python3: update few dkwo
2021-09-12  9:08 ` [PR PATCH] [Updated] " dkwo
2021-09-13 13:36 ` [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).