Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3: update few
Date: Sun, 12 Sep 2021 11:08:51 +0200	[thread overview]
Message-ID: <20210912090851.MbgxXAOYAePgZo8p9Rnex4pZWRyRgWAUSEMDK_Z6Qg8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32892@inbox.vuxu.org>

[-- 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
 

  reply	other threads:[~2021-09-12  9:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09 16:41 [PR PATCH] " dkwo
2021-09-12  9:08 ` dkwo [this message]
2021-09-13 13:36 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210912090851.MbgxXAOYAePgZo8p9Rnex4pZWRyRgWAUSEMDK_Z6Qg8@z \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).