Marcel Telka
2024-01-03 f21e4857604e07517cc3f5925b617f7911b91c40
python/traitlets: update to 5.14.1

3 files modified
14 ■■■■ changed files
components/python/traitlets/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/traitlets/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/traitlets/patches/01-no-pytest-mypy-testing.patch 6 ●●●● patch | view | raw | blame | history
components/python/traitlets/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        traitlets
HUMAN_VERSION =            5.14.0
HUMAN_VERSION =            5.14.1
COMPONENT_SUMMARY =        traitlets - Traitlets Python configuration system
COMPONENT_PROJECT_URL =        https://github.com/ipython/traitlets
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/25/a0/2feefaa884a7eaa83934476091ecfb2a3bc3b61c1ed98db3da0fbbf46e73/traitlets-5.14.0.tar.gz
    https://files.pythonhosted.org/packages/f1/b9/19206da568095bbf2e57f9f7f7cb6b3b2af2af2670f8c83c23a53d6c00cd/traitlets-5.14.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:fcdaa8ac49c04dfa0ed3ee3384ef6dfdb5d6f3741502be247279407679296772
    sha256:8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e
COMPONENT_LICENSE =        BSD-3-Clause
COMPONENT_LICENSE_FILE =    LICENSE
components/python/traitlets/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/traitlets/patches/01-no-pytest-mypy-testing.patch
@@ -1,7 +1,7 @@
We have no pytest-mypy-testing packaged yet.
--- traitlets-5.14.0/pyproject.toml.orig
+++ traitlets-5.14.0/pyproject.toml
--- traitlets-5.14.1/pyproject.toml.orig
+++ traitlets-5.14.1/pyproject.toml
@@ -36,7 +36,6 @@
     "mypy>=1.7.0",
     "pre-commit",
@@ -10,7 +10,7 @@
     "pytest>=7.0,<7.5",
 ]
 docs = [
@@ -101,7 +100,7 @@
@@ -100,7 +99,7 @@
 log_cli_level = "info"
 addopts = [
   "-ra", "--durations=10", "--color=yes", "--doctest-modules",