python3-jupyter_core: update to 5.5.0.

This commit is contained in:
Gonzalo Tornaría 2023-10-16 11:29:47 -03:00 committed by Andrew J. Hesford
parent 7461cf1a3a
commit 7a9904c475
3 changed files with 4 additions and 7 deletions

View File

@ -11,8 +11,8 @@ Default to using platformdirs
def get_home_dir() -> str:
--- a/jupyter_core/tests/test_paths.py 2020-02-01 21:00:00.000000000 -0300
+++ b/jupyter_core/tests/test_paths.py 2023-06-04 00:49:05.967219753 -0300
--- a/tests/test_paths.py 2020-02-01 21:00:00.000000000 -0300
+++ b/tests/test_paths.py 2023-06-04 00:49:05.967219753 -0300
@@ -86,7 +86,7 @@
return os.path.abspath(os.path.realpath(os.path.expanduser(path)))

View File

@ -1,6 +1,6 @@
# Template file for 'python3-jupyter_core'
pkgname=python3-jupyter_core
version=5.3.1
version=5.5.0
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=5ba5c7938a7f97a6b0481463f7ff0dbac7c15ba48cf46fa4035ca6e838aa1aba
checksum=880b86053bf298a8724994f95e99b99130659022a4f7f45f563084b6223861d3
conflicts="python-jupyter_core<=4.4.0_3"
do_check() {

View File

@ -1,4 +1 @@
ignore="*a* *b* *rc*"
# 5.3.2 breaks jupyter_client
# (https://github.com/jupyter/jupyter_core/pull/362)
ignore+=" 5.3.2"