Marcel Telka
2024-01-03 1f3e18ddd1b9a1dee4ee2aea6a5c567ad1dd114b
python/jupyter_core: update to 5.6.1

4 files modified
17 ■■■■ changed files
components/python/jupyter_core/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/jupyter_core/manifests/sample-manifest.p5m 2 ●●● 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 5 ●●●●● 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.5.1
HUMAN_VERSION =            5.6.1
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/41/20/017205ca6981f818cea15a44d04972b4b78892a7d27f52a8b6b5f201e44d/jupyter_core-5.5.1.tar.gz
    https://files.pythonhosted.org/packages/86/7e/3ee700dd813796eaad95c4517a3f96c962eabd7ace525ac0c76d659e9957/jupyter_core-5.6.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:1553311a97ccd12936037f36b9ab4d6ae8ceea6ad2d5c90d94a909e752178e40
    sha256:5139be639404f7f80f3db6f687f47b8a8ec97286b4fa063c984024720e7224dc
COMPONENT_LICENSE =        BSD-3-Clause
COMPONENT_LICENSE_FILE =    LICENSE
components/python/jupyter_core/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/python/jupyter_core/patches/01-test-disable-failing.patch
@@ -1,5 +1,5 @@
--- jupyter_core-5.5.1/tests/test_paths.py.orig
+++ jupyter_core-5.5.1/tests/test_paths.py
--- jupyter_core-5.6.1/tests/test_paths.py.orig
+++ jupyter_core-5.6.1/tests/test_paths.py
@@ -283,6 +283,7 @@
         assert path[-2:] == system_path
 
components/python/jupyter_core/test/results-all.master
@@ -4,7 +4,7 @@
rootdir: $(@D)
configfile: pyproject.toml
testpaths: tests/
collecting ... collected 81 items
collecting ... collected 82 items
tests/test_application.py::test_basic PASSED
tests/test_application.py::test_cli_override PASSED
@@ -28,6 +28,7 @@
tests/test_command.py::test_subcommand_list PASSED
tests/test_command.py::test_subcommand_not_found PASSED
tests/test_command.py::test_subcommand_not_given PASSED
tests/test_command.py::test_version PASSED
tests/test_migrate.py::test_app_migrate PASSED
tests/test_migrate.py::test_app_migrate_skip_if_marker PASSED
tests/test_migrate.py::test_app_migrate_skip_unwritable_marker PASSED
@@ -100,4 +101,4 @@
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================= slowest 10 durations =============================
=========================== short test summary info ============================
======== 59 passed, 22 skipped, 1 warning ========
======== 60 passed, 22 skipped, 1 warning ========