Marcel Telka
2024-01-04 cd68cc3f1c90b72b6422016cb4b8a0e95e5c30dd
python/jupyter_core: update to 5.7.0

3 files modified
19 ■■■■■ 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/test/results-all.master 9 ●●●● patch | view | raw | blame | history
components/python/jupyter_core/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        jupyter_core
HUMAN_VERSION =            5.6.1
HUMAN_VERSION =            5.7.0
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/86/7e/3ee700dd813796eaad95c4517a3f96c962eabd7ace525ac0c76d659e9957/jupyter_core-5.6.1.tar.gz
    https://files.pythonhosted.org/packages/0d/3d/b92790008bbaa28ffc6a2cf00f4bfeba9f98880edc859731b08f44e4f351/jupyter_core-5.7.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:5139be639404f7f80f3db6f687f47b8a8ec97286b4fa063c984024720e7224dc
    sha256:cb8d3ed92144d2463a3c5664fdd686a3f0c1442ea45df8babb1c1a9e6333fe03
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.6.1/tests/test_paths.py.orig
+++ jupyter_core-5.6.1/tests/test_paths.py
--- jupyter_core-5.7.0/tests/test_paths.py.orig
+++ jupyter_core-5.7.0/tests/test_paths.py
@@ -283,6 +283,7 @@
         assert path[-2:] == system_path
 
components/python/jupyter_core/test/results-all.master
@@ -4,8 +4,11 @@
rootdir: $(@D)
configfile: pyproject.toml
testpaths: tests/
collecting ... collected 82 items
collecting ... collected 87 items
tests/test_application.py::test_async_app PASSED
tests/test_application.py::test_async_tornado_app PASSED
tests/test_application.py::test_asyncio_run PASSED
tests/test_application.py::test_basic PASSED
tests/test_application.py::test_cli_override PASSED
tests/test_application.py::test_custom_config PASSED
@@ -15,6 +18,7 @@
tests/test_application.py::test_load_config PASSED
tests/test_application.py::test_load_config_no_cwd PASSED
tests/test_application.py::test_runtime_dir_changed PASSED
tests/test_application.py::test_sync_tornado_run PASSED
tests/test_command.py::test_argv0 PASSED
tests/test_command.py::test_config_dir PASSED
tests/test_command.py::test_data_dir PASSED
@@ -87,6 +91,7 @@
tests/test_utils.py::test_deprecation PASSED
tests/test_utils.py::test_ensure_async PASSED
tests/test_utils.py::test_ensure_dir_exists PASSED
tests/test_utils.py::test_ensure_event_loop PASSED
tests/test_utils.py::test_run_sync PASSED
=============================== warnings summary ===============================
@@ -101,4 +106,4 @@
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================= slowest 10 durations =============================
=========================== short test summary info ============================
======== 60 passed, 22 skipped, 1 warning ========
======== 65 passed, 22 skipped, 1 warning ========