Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
python/pytest-checkdocs: update to 2.12.0

5 files modified
16 ■■■■ changed files
components/python/pytest-checkdocs/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/pytest-checkdocs/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/pytest-checkdocs/patches/01-no-ruff.patch 4 ●●●● patch | view | raw | blame | history
components/python/pytest-checkdocs/pkg5 2 ●●● patch | view | raw | blame | history
components/python/pytest-checkdocs/pytest-checkdocs-PYVER.p5m 2 ●●● patch | view | raw | blame | history
components/python/pytest-checkdocs/Makefile
@@ -19,19 +19,19 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pytest-checkdocs
HUMAN_VERSION =            2.11.0
HUMAN_VERSION =            2.12.0
COMPONENT_SUMMARY =        pytest-checkdocs - check the README when running tests
COMPONENT_PROJECT_URL =        https://github.com/jaraco/pytest-checkdocs
COMPONENT_ARCHIVE_HASH =    \
    sha256:3270668c5d0758f6084c8dc1890d4e95321f0b1c46bda7aa18d8b6cc314e4b5c
    sha256:7e5ff61b67f728840e0b6d07334c97a80aebfbea9148e5f2f261870f513d5db5
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
include $(WS_MAKE_RULES)/common.mk
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/build
PYTHON_REQUIRED_PACKAGES += library/python/docutils
PYTHON_REQUIRED_PACKAGES += library/python/jaraco-packaging
PYTHON_REQUIRED_PACKAGES += library/python/setuptools
PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
PYTHON_REQUIRED_PACKAGES += library/python/wheel
components/python/pytest-checkdocs/manifests/sample-manifest.p5m
@@ -35,5 +35,5 @@
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/build-$(PYV)
depend type=require fmri=pkg:/library/python/docutils-$(PYV)
depend type=require fmri=pkg:/library/python/jaraco-packaging-$(PYV)
components/python/pytest-checkdocs/patches/01-no-ruff.patch
@@ -1,8 +1,8 @@
We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58
--- pytest-checkdocs-2.11.0/setup.cfg.orig
+++ pytest-checkdocs-2.11.0/setup.cfg
--- pytest-checkdocs-2.12.0/setup.cfg.orig
+++ pytest-checkdocs-2.12.0/setup.cfg
@@ -28,7 +28,6 @@
     pytest-mypy; \
     python_implementation != "PyPy"
components/python/pytest-checkdocs/pkg5
@@ -1,7 +1,7 @@
{
    "dependencies": [
        "library/python/build-39",
        "library/python/docutils-39",
        "library/python/jaraco-packaging-39",
        "library/python/setuptools-39",
        "library/python/setuptools-scm-39",
        "library/python/wheel-39",
components/python/pytest-checkdocs/pytest-checkdocs-PYVER.p5m
@@ -35,5 +35,5 @@
    pkg.debug.depend.path=usr/bin
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/build-$(PYV)
depend type=require fmri=pkg:/library/python/docutils-$(PYV)
depend type=require fmri=pkg:/library/python/jaraco-packaging-$(PYV)