Marcel Telka
2024-03-13 35a4b64c461326428092d1decfdd0a91b5fb8a5d
python/jupyter_core: update to 5.7.2

3 files modified
16 ■■■■■ changed files
components/python/jupyter_core/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/jupyter_core/patches/01-test-disable-failing.patch 4 ●●●● patch | view | raw | blame | history
components/python/jupyter_core/pkg5 6 ●●●● patch | view | raw | blame | history
components/python/jupyter_core/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        jupyter_core
HUMAN_VERSION =            5.7.1
HUMAN_VERSION =            5.7.2
COMPONENT_SUMMARY =        jupyter_core - Jupyter core package. A base package on which Jupyter projects rely.
COMPONENT_PROJECT_URL =        https://jupyter.org
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/c3/de/53a5c189e358dae95d4176c6075127822c9b00193e8d7b1a77003aab253d/jupyter_core-5.7.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:de61a9d7fc71240f688b2fb5ab659fbb56979458dc66a71decd098e03c79e218
    sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9
COMPONENT_LICENSE =        BSD-3-Clause
COMPONENT_LICENSE_FILE =    LICENSE
components/python/jupyter_core/patches/01-test-disable-failing.patch
@@ -1,5 +1,5 @@
--- jupyter_core-5.7.1/tests/test_paths.py.orig
+++ jupyter_core-5.7.1/tests/test_paths.py
--- jupyter_core-5.7.2/tests/test_paths.py.orig
+++ jupyter_core-5.7.2/tests/test_paths.py
@@ -283,6 +283,7 @@
         assert path[-2:] == system_path
 
components/python/jupyter_core/pkg5
@@ -6,8 +6,8 @@
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/jupyter-core-39",
        "library/python/jupyter-core"
        "library/python/jupyter-core",
        "library/python/jupyter-core-39"
    ],
    "name": "jupyter_core"
}
}