diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template index 497087f56c2..ea75fa510a7 100644 --- a/srcpkgs/python3-jupyter_core/template +++ b/srcpkgs/python3-jupyter_core/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_core' pkgname=python3-jupyter_core -version=4.4.0 -revision=4 +version=4.6.3 +revision=1 archs=noarch wrksrc="jupyter_core-${version}" build_style=python3-module @@ -14,13 +14,11 @@ maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://jupyter.org" distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz" -checksum=ba70754aa680300306c699790128f6fbd8c306ee5927976cbe48adacf240c0b7 +checksum=394fd5dd787e7c8861741880bdf8a00ce39f95de5d18e579c74b882522219e7e conflicts="python-jupyter_core<=4.4.0_3" do_check() { - # Those 2 test cases will be fixed in 4.6.3 - PYTHONPATH=$(pwd)/build/lib py.test -k \ - 'not test_not_on_path and not test_path_priority' + PYTHONPATH=$(pwd)/build/lib py.test } post_install() { diff --git a/srcpkgs/python3-jupyter_core/update b/srcpkgs/python3-jupyter_core/update new file mode 100644 index 00000000000..25ef51d109a --- /dev/null +++ b/srcpkgs/python3-jupyter_core/update @@ -0,0 +1 @@ +ignore="*a* *b* *rc*"