Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Jupyter updates december 2023
Date: Fri, 29 Dec 2023 01:51:41 +0100	[thread overview]
Message-ID: <20231229005141.FZB9deHhBQVYTeR6MYO46-LSOkUXMsVheIVVNJyk_b8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47946@inbox.vuxu.org>

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

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

https://github.com/tornaria/void-packages jupyter
https://github.com/void-linux/void-packages/pull/47946

Jupyter updates december 2023
<!-- Uncomment relevant sections and delete options which are not applicable -->

Several updates related to jupyter and dependent packages:
- python3-astroid: update to 3.0.2.
- python3-trio: update to 0.23.2.
- python3-anyio: update to 4.2.0.
- python3-coverage: update to 7.4.0.
- python3-json5: update to 0.9.14.
- python3-pytest-asyncio: update to 0.23.2.
- python3-rpds-py: update to 0.15.2.
- python3-referencing: update to 0.32.0.
- python3-jsonschema-specifications: update to 2023.12.1.
- python3-fastjsonschema: update to 2.19.1.
- python3-jupyter_core: update to 5.5.1.
- python3-pytest-jupyter: update to 0.8.0.
- python3-jupyter_client: improve comment
- python3-ipython_ipykernel: update to 6.28.0.
- python3-jupyter_nbconvert: update to 7.13.1.
- python3-jupyter_server_terminals: update to 0.5.1.
- python3-jupyter_server: update to 2.12.1.

#### Testing the changes
- I tested the changes in this PR: **briefly**

@dkwo @Eloitor 

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From f55b429f29d479292a9565d55477d987990303c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Dec 2023 08:33:54 -0300
Subject: [PATCH 01/17] python3-astroid: update to 3.0.2.

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index c28d6f808e98e..b0123fc28af88 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,11 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
-version=2.15.5
-revision=2
+version=3.0.2
+revision=1
 build_style=python3-pep517
+make_check_args="
+ --deselect tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
+ "
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-lazy-object-proxy python3-wrapt"
 # pip is necessary because IsolatedAstroidManagerTest.test_no_user_warning
@@ -14,4 +17,4 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://github.com/PyCQA/astroid"
 changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog"
 distfiles="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
-checksum=c819b8f9c97a8365d907d837f1655dca3a0052a494e0c91ec9ad5df48f7a4101
+checksum=f6c40778700e01135a5e7d30ec2af607150a234fbf5c02f20a7c4df29322e593

From 91467ba62d5016a589ce8dbd7b3363d546105b34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Dec 2023 08:34:00 -0300
Subject: [PATCH 02/17] python3-trio: update to 0.23.2.

---
 srcpkgs/python3-trio/template | 36 ++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/python3-trio/template b/srcpkgs/python3-trio/template
index 77c693559c4e9..eaae1c6625cf4 100644
--- a/srcpkgs/python3-trio/template
+++ b/srcpkgs/python3-trio/template
@@ -1,26 +1,32 @@
 # Template file for 'python3-trio'
 pkgname=python3-trio
-version=0.22.0
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-async_generator python3-attrs python3-idna
+version=0.23.2
+revision=1
+build_style=python3-pep517
+# Some tests disabled as they also need the following to be packaged:
+# astor https://pypi.org/project/astor/
+# pyOpenSSL https://pypi.org/project/pyOpenSSL/
+make_check_args="
+ --ignore src/trio/_tests/test_dtls.py
+ --ignore src/trio/_tests/test_highlevel_ssl_helpers.py
+ --ignore src/trio/_tests/test_ssl.py
+ --ignore src/trio/_tests/tools/test_gen_exports.py
+ --deselect src/trio/_tests/test_socket.py::test_SocketType_resolve
+ --deselect src/trio/_tests/test_socket.py::test_getprotobyname
+ "
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-attrs python3-idna
  python3-outcome python3-sniffio python3-sortedcontainers"
-checkdepends="python3-pytest python3-pytest-cov python3-ipython python3-pylint
- python3-jedi black python3-mypy python3-flake8
- python3-async_generator python3-attrs
- python3-idna python3-outcome python3-sniffio python3-sortedcontainers"
+checkdepends="$depends python3-pytest pylint python3-astroid
+ python3-async_generator python3-jedi python3-trustme"
 short_desc="Friendly Python library for async concurrency and I/O"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/python-trio/trio"
+changelog="https://raw.githubusercontent.com/python-trio/trio/master/docs/source/history.rst"
 distfiles="${PYPI_SITE}/t/trio/trio-${version}.tar.gz"
-checksum=ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf
-# Tests are disabled as they also need the following to be packaged:
-# pyOpenSSL https://pypi.org/project/pyOpenSSL/
-# trustme https://pypi.org/project/trustme/
-# astor https://pypi.org/project/astor/
-make_check=no
+checksum=da1d35b9a2b17eb32cae2e763b16551f9aa6703634735024e32f325c9285069e
+make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"
 
 post_install() {
 	vlicense LICENSE

From 6fb20ea3644229d017240710c11e2e1e35a20593 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Dec 2023 08:37:56 -0300
Subject: [PATCH 03/17] python3-anyio: update to 4.2.0.

---
 srcpkgs/python3-anyio/template | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template
index f7cd7628cc000..eabec545a7b61 100644
--- a/srcpkgs/python3-anyio/template
+++ b/srcpkgs/python3-anyio/template
@@ -1,18 +1,21 @@
 # Template file for 'python3-anyio'
 pkgname=python3-anyio
-version=3.6.2
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=4.2.0
+revision=1
+build_style=python3-pep517
+# This file needs python module `exceptiongroup`
+make_check_args="--ignore tests/test_taskgroups.py"
+hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-sniffio python3-idna"
+checkdepends="$depends python3-pytest-mock python3-hypothesis
+ python3-psutil python3-trio python3-trustme python3-uvloop"
 short_desc="High level asynchronous concurrency and networking framework"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="MIT"
 homepage="https://github.com/agronholm/anyio"
+changelog="https://raw.githubusercontent.com/agronholm/anyio/master/docs/versionhistory.rst"
 distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
-checksum=25ea0d673ae30af41a0c442f81cf3b38c7e79fdc7b60335a4c14e05eb0947421
-# Tests not supported
-make_check=no
+checksum=e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f
 
 post_install() {
 	vlicense LICENSE

From eefb0ffa0f38bf47822b7feebafb2cebebd03091 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Dec 2023 08:40:34 -0300
Subject: [PATCH 04/17] python3-coverage: update to 7.4.0.

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

diff --git a/srcpkgs/python3-coverage/template b/srcpkgs/python3-coverage/template
index fc16194c9cee3..7cc70a4c26c8a 100644
--- a/srcpkgs/python3-coverage/template
+++ b/srcpkgs/python3-coverage/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-coverage'
 pkgname=python3-coverage
-version=7.3.2
+version=7.4.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://github.com/nedbat/coveragepy"
 changelog="https://raw.githubusercontent.com/nedbat/coveragepy/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/c/coverage/coverage-${version}.tar.gz"
-checksum=be32ad29341b0170e795ca590e1c07e81fc061cb5b10c74ce7203491484404ef
+checksum=707c0f58cb1712b8809ece32b68996ee1e609f71bd14615bd8f87a1293cb610e
 
 pre_check() {
 	# required setup, see tox.ini

From 5a59c4f9302ebef2eaa9bb043566a48095e24196 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Dec 2023 08:39:41 -0300
Subject: [PATCH 05/17] python3-json5: update to 0.9.14.

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

diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template
index aae53d2bce7b8..3f4e9b6aa4fde 100644
--- a/srcpkgs/python3-json5/template
+++ b/srcpkgs/python3-json5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-json5'
 pkgname=python3-json5
-version=0.9.6
-revision=5
+version=0.9.14
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,4 +11,4 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/dpranke/pyjson5"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c
+checksum=e7d27778960a7ef30b3d69bf3bf61ee152b211a956fcd92e09162b6852c3ad64

From 7c7aa04db8cf515328657a6ac7cd3429089cd605 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 5 Dec 2023 18:16:50 -0300
Subject: [PATCH 06/17] python3-pytest-asyncio: update to 0.23.2.

---
 .../python3-pytest-asyncio/patches/fix-test.patch | 15 ---------------
 srcpkgs/python3-pytest-asyncio/template           |  8 ++++----
 srcpkgs/python3-pytest-asyncio/update             |  2 +-
 3 files changed, 5 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/python3-pytest-asyncio/patches/fix-test.patch

diff --git a/srcpkgs/python3-pytest-asyncio/patches/fix-test.patch b/srcpkgs/python3-pytest-asyncio/patches/fix-test.patch
deleted file mode 100644
index 3eee8be42fadf..0000000000000
--- a/srcpkgs/python3-pytest-asyncio/patches/fix-test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/tests/hypothesis/test_inherited_test.py	2023-07-12 07:11:21.000000000 -0300
-+++ b/tests/hypothesis/test_inherited_test.py	2023-09-15 19:12:21.328680631 -0300
-@@ -1,10 +1,11 @@
- import hypothesis.strategies as st
- import pytest
--from hypothesis import given
-+from hypothesis import given, settings, HealthCheck
- 
- 
- class BaseClass:
-     @pytest.mark.asyncio
-+    @settings(suppress_health_check=(HealthCheck.differing_executors,))
-     @given(value=st.integers())
-     async def test_hypothesis(self, value: int) -> None:
-         pass
diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index c997751e7c88c..b4c9ad02e383e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
-version=0.21.1
-revision=2
+version=0.23.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-pytest"
-checkdepends="$depends python3-flaky python3-hypothesis python3-pytest-trio"
+checkdepends="$depends python3-hypothesis"
 short_desc="Pytest plugin for asyncio"
 maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="Apache-2.0"
 homepage="https://github.com/pytest-dev/pytest-asyncio"
 changelog="https://raw.githubusercontent.com/pytest-dev/pytest-asyncio/master/docs/source/reference/changelog.rst"
 distfiles="${PYPI_SITE}/p/pytest-asyncio/pytest-asyncio-${version}.tar.gz"
-checksum=40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d
+checksum=c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (bind to a tcp address)
diff --git a/srcpkgs/python3-pytest-asyncio/update b/srcpkgs/python3-pytest-asyncio/update
index ee07b72ffd435..b8d34a957adb0 100644
--- a/srcpkgs/python3-pytest-asyncio/update
+++ b/srcpkgs/python3-pytest-asyncio/update
@@ -1 +1 @@
-ignore="*dev*"
+ignore="*a* *b* *dev*"

From 7d507477d9f5e92329e5b3de33cb69826a97b0ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 2 Dec 2023 11:25:12 -0300
Subject: [PATCH 07/17] python3-rpds-py: update to 0.16.2.

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

diff --git a/srcpkgs/python3-rpds-py/template b/srcpkgs/python3-rpds-py/template
index a644a30f71b0c..33a3d4e0d859f 100644
--- a/srcpkgs/python3-rpds-py/template
+++ b/srcpkgs/python3-rpds-py/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rpds-py'
 pkgname=python3-rpds-py
-version=0.13.1
+version=0.16.2
 revision=1
 build_style=python3-pep517
 build_helper=rust
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/crate-py/rpds"
 changelog="https://github.com/crate-py/rpds/releases"
 distfiles="${PYPI_SITE}/r/rpds-py/rpds_py-${version}.tar.gz"
-checksum=264f3a5906c62b9df3a00ad35f6da1987d321a053895bd85f9d5c708de5c0fbf
+checksum=781ef8bfc091b19960fc0142a23aedadafa826bc32b433fdfe6fd7f964d7ef44
 
 post_install() {
 	vlicense LICENSE

From 9730de278ff18d95051b9fc9996f4249e5293a45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 2 Dec 2023 11:25:16 -0300
Subject: [PATCH 08/17] python3-referencing: update to 0.32.0.

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

diff --git a/srcpkgs/python3-referencing/template b/srcpkgs/python3-referencing/template
index 828f23ba6f506..6129a18cd6fe6 100644
--- a/srcpkgs/python3-referencing/template
+++ b/srcpkgs/python3-referencing/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-referencing'
 pkgname=python3-referencing
-version=0.31.0
+version=0.32.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-jsonschema/referencing"
 changelog="https://raw.githubusercontent.com/python-jsonschema/referencing/main/docs/changes.rst"
 distfiles="${PYPI_SITE}/r/referencing/referencing-${version}.tar.gz"
-checksum=cc28f2c88fbe7b961a7817a0abc034c09a1e36358f82fedb4ffdf29a25398863
+checksum=689e64fe121843dcfd57b71933318ef1f91188ffb45367332700a86ac8fd6161
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then
 	# cyclic dependency

From 971d91887de3ff3fb8c3f2474d778f9d93f0c49f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 2 Dec 2023 11:25:23 -0300
Subject: [PATCH 09/17] python3-jsonschema-specifications: update to 2023.12.1.

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

diff --git a/srcpkgs/python3-jsonschema-specifications/template b/srcpkgs/python3-jsonschema-specifications/template
index f2cc79bbf8eb9..cdf6a66d1477b 100644
--- a/srcpkgs/python3-jsonschema-specifications/template
+++ b/srcpkgs/python3-jsonschema-specifications/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jsonschema-specifications'
 pkgname=python3-jsonschema-specifications
-version=2023.11.1
+version=2023.12.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -11,7 +11,7 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="MIT"
 homepage="https://github.com/python-jsonschema/jsonschema-specifications"
 distfiles="${PYPI_SITE}/j/jsonschema-specifications/jsonschema_specifications-${version}.tar.gz"
-checksum=c9b234904ffe02f079bf91b14d79987faa685fd4b39c377a0996954c0090b9ca
+checksum=48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc
 
 post_install() {
 	vlicense COPYING

From 09c945fdb817549ae98786535d083c9fb7196392 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Thu, 28 Dec 2023 11:20:55 -0300
Subject: [PATCH 10/17] python3-fastjsonschema: update to 2.19.1.

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

diff --git a/srcpkgs/python3-fastjsonschema/template b/srcpkgs/python3-fastjsonschema/template
index e5b6ae54aaddd..56baa8759fb35 100644
--- a/srcpkgs/python3-fastjsonschema/template
+++ b/srcpkgs/python3-fastjsonschema/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-fastjsonschema'
 pkgname=python3-fastjsonschema
-version=2.19.0
+version=2.19.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/horejsek/python-fastjsonschema"
 changelog="https://raw.githubusercontent.com/horejsek/python-fastjsonschema/master/CHANGELOG.txt"
 distfiles="https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v${version}.tar.gz"
-checksum=96daa34692e7ddd8044bdbe4279a9fbd935f7febbcdf9170ab26340c06d0027a
+checksum=8c86c2eef8c52b8af584e920effd10bcb10e6417e0bbd560e16e6191bae2ec63
 
 post_install() {
 	vlicense LICENSE

From db33989d19d8c8879abd6e127b928810cc631ca5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 18 Dec 2023 11:59:14 -0300
Subject: [PATCH 11/17] python3-jupyter_core: update to 5.5.1.

---
 srcpkgs/python3-jupyter_core/template | 4 ++--
 srcpkgs/python3-jupyter_core/update   | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index bb0ce3253a51a..e6e2c0b08cf9f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
-version=5.5.0
+version=5.5.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://jupyter.org"
 changelog="https://raw.githubusercontent.com/jupyter/jupyter_core/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
-checksum=880b86053bf298a8724994f95e99b99130659022a4f7f45f563084b6223861d3
+checksum=1553311a97ccd12936037f36b9ab4d6ae8ceea6ad2d5c90d94a909e752178e40
 conflicts="python-jupyter_core<=4.4.0_3"
 
 do_check() {
diff --git a/srcpkgs/python3-jupyter_core/update b/srcpkgs/python3-jupyter_core/update
index 25ef51d109a4f..f8a08f956d866 100644
--- a/srcpkgs/python3-jupyter_core/update
+++ b/srcpkgs/python3-jupyter_core/update
@@ -1 +1,2 @@
-ignore="*a* *b* *rc*"
+# 5.6.0 is broken (https://github.com/jupyter/jupyter_core/issues/383)
+ignore="*a* *b* *rc* 5.6.0"

From c205fe39d4306e8956d72ca0e564c6c8874f5e13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 5 Dec 2023 18:16:53 -0300
Subject: [PATCH 12/17] python3-pytest-jupyter: update to 0.8.0.

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

diff --git a/srcpkgs/python3-pytest-jupyter/template b/srcpkgs/python3-pytest-jupyter/template
index c93ad7314446c..495ebf4df85a4 100644
--- a/srcpkgs/python3-pytest-jupyter/template
+++ b/srcpkgs/python3-pytest-jupyter/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-jupyter'
 pkgname=python3-pytest-jupyter
-version=0.7.0
+version=0.8.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,8 +12,8 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/pytest-jupyter"
 changelog="https://raw.githubusercontent.com/jupyter-server/pytest-jupyter/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/pytest_jupyter/pytest_jupyter-${version}.tar.gz"
-checksum=6403b7f6f5eaaa5a9faffd73d2ff1097106a7dc5c3204292212487fc9fb71843
-make_check=extended  # avoid a circular dependency
+checksum=842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
+make_check=extended  # cannot be tested without python3-jupyter_server
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then
 	# this would cause a check cycle

From 352b478ed9308452fcfb60b5ac949011e463de95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 26 Dec 2023 14:55:48 -0300
Subject: [PATCH 13/17] python3-jupyter_client: improve comment

---
 srcpkgs/python3-jupyter_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 915b14fd16ca6..c755680e49da0 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -17,7 +17,7 @@ changelog="https://raw.githubusercontent.com/jupyter/jupyter_client/main/CHANGEL
 distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz"
 checksum=0642244bb83b4764ae60d07e010e15f0e2d275ec4e918a8f7b80fbbef3ca60c7
 conflicts="python-jupyter_client<=5.2.4_2"
-make_check=extended  # avoid a circular dependency
+make_check=extended  # cannot be tested without python3-ipython_ipykernel
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then
 	# this would cause a build-time circular dependency

From 4868ed39b03522235cdc872c0982c22c27795f80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 26 Dec 2023 14:47:26 -0300
Subject: [PATCH 14/17] python3-ipython_ipykernel: update to 6.28.0.

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

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index db4f68c7ffc12..44e552c4e3a42 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
-version=6.27.1
+version=6.28.0
 revision=1
 build_style=python3-pep517
 # these tests fail in 6.26.0
@@ -20,7 +20,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/ipython/ipykernel"
 changelog="https://raw.githubusercontent.com/ipython/ipykernel/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/i/ipykernel/ipykernel-${version}.tar.gz"
-checksum=7d5d594b6690654b4d299edba5e872dc17bb7396a8d0609c97cb7b8a1c605de6
+checksum=69c11403d26de69df02225916f916b37ea4b9af417da0a8c827f84328d88e5f3
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then
 	# this would cause a build-time circular dependency

From 063ccdbfdb3ebc338f151780525b23b2e26bedaf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 4 Dec 2023 18:10:49 -0300
Subject: [PATCH 15/17] python3-jupyter_nbconvert: update to 7.13.1.

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index bcecda904e44b..c837656395fed 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
-version=7.11.0
+version=7.13.1
 revision=1
 build_style=python3-pep517
 # these two tests require nbconvert.tests (not installed)
@@ -19,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter/nbconvert"
 changelog="https://raw.githubusercontent.com/jupyter/nbconvert/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
-checksum=abedc01cf543177ffde0bfc2a69726d5a478f6af10a332fc1bf29fcb4f0cf000
+checksum=2dc8267dbdfeedce2dcd34c9e3f1b51af18f43cb105549d1c5a18189ec23ba85
 
 pre_check() {
 	# templates must be in $JUPYTER_DATA_DIR/nbconvert/templates

From 02d612d18454e7b9ca589e4f91d1b38f47750322 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 11 Dec 2023 15:32:12 -0300
Subject: [PATCH 16/17] python3-jupyter_server_terminals: update to 0.5.1.

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

diff --git a/srcpkgs/python3-jupyter_server_terminals/template b/srcpkgs/python3-jupyter_server_terminals/template
index 799e4396f8325..307b6d92a6a52 100644
--- a/srcpkgs/python3-jupyter_server_terminals/template
+++ b/srcpkgs/python3-jupyter_server_terminals/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jupyter_server_terminals'
 pkgname=python3-jupyter_server_terminals
-version=0.4.4
+version=0.5.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server_terminals"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server_terminals/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter_server_terminals/jupyter_server_terminals-${version}.tar.gz"
-checksum=57ab779797c25a7ba68e97bcfb5d7740f2b5e8a83b5e8102b10438041a7eac5d
+checksum=16d3be9cf48be6a1f943f3a6c93c033be259cf4779184c66421709cf63dccfea
 make_check=extended  # avoid a circular dependency
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then

From e0e512996fb3e05b588b538c17490bc11c0f84ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 2 Dec 2023 11:26:14 -0300
Subject: [PATCH 17/17] python3-jupyter_server: update to 2.12.1.

---
 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 456a0c3993d6c..123fc5aeb9ae2 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=2.11.0
+version=2.12.1
 revision=1
 build_style=python3-pep517
 # these tests are flaky with jupyter_core 5.5.0
@@ -23,7 +23,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/jupyter-server/jupyter_server"
 changelog="https://raw.githubusercontent.com/jupyter-server/jupyter_server/main/CHANGELOG.md"
 distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
-checksum=78c97ec8049f9062f0151725bc8a1364dfed716646a66819095e0e8a24793eba
+checksum=dc77b7dcc5fc0547acba2b2844f01798008667201eea27c6319ff9257d700a6d
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# these tests fail on CI (connect to a tcp address)

  parent reply	other threads:[~2023-12-29  0:51 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28 17:24 [PR PATCH] " tornaria
2023-12-28 20:47 ` tornaria
2023-12-29  0:51 ` tornaria [this message]
2023-12-29 12:21 ` [PR PATCH] [Updated] " tornaria
2023-12-29 13:02 ` tornaria
2023-12-29 21:36 ` tornaria
2024-01-02 15:04 ` tornaria
2024-01-02 20:32 ` tornaria
2024-01-03  9:57 ` dkwo
2024-01-03 13:02 ` tornaria
2024-01-03 18:02 ` dkwo
2024-01-03 18:03 ` dkwo
2024-01-04 13:08 ` [PR PATCH] [Updated] " tornaria
2024-01-05 13:14 ` tornaria
2024-01-05 13:27 ` tornaria
2024-01-08 17:37 ` tornaria
2024-01-09 21:12 ` tornaria
2024-01-16 16:48 ` tornaria
2024-01-19 14:51 ` tornaria
2024-01-19 19:22 ` tornaria
2024-01-19 20:48 ` tornaria
2024-01-19 21:34 ` tornaria
2024-01-27 11:19 ` [PR PATCH] [Updated] Jupyter updates december 2023 / january 2024 tornaria
2024-01-28 13:57 ` tornaria
2024-01-28 22:40 ` tornaria
2024-01-30 20:15 ` tornaria
2024-01-31 15:53 ` [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=20231229005141.FZB9deHhBQVYTeR6MYO46-LSOkUXMsVheIVVNJyk_b8@z \
    --to=tornaria@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).