diff --git a/srcpkgs/python3-jupyter_core/patches/platform_dirs_true.patch b/srcpkgs/python3-jupyter_core/patches/platform_dirs_true.patch index 7f8a56d62bd..76a1b063671 100644 --- a/srcpkgs/python3-jupyter_core/patches/platform_dirs_true.patch +++ b/srcpkgs/python3-jupyter_core/patches/platform_dirs_true.patch @@ -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))) diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template index 57af2b9eff9..bb0ce3253a5 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.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() { diff --git a/srcpkgs/python3-jupyter_core/update b/srcpkgs/python3-jupyter_core/update index a42c0d0b9f1..25ef51d109a 100644 --- a/srcpkgs/python3-jupyter_core/update +++ b/srcpkgs/python3-jupyter_core/update @@ -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"