Marcel Telka
2024-03-21 06ef6c364224419e3bedb9210084d9cbd396dfed
python/graphviz: update to 0.20.3

2 files modified
8 ■■■■ changed files
components/python/graphviz/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/graphviz/python-integrate-project.conf 2 ●●●●● patch | view | raw | blame | history
components/python/graphviz/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        graphviz
HUMAN_VERSION =            0.20.2
HUMAN_VERSION =            0.20.3
COMPONENT_SUMMARY =        graphviz - Simple Python interface for Graphviz
COMPONENT_PROJECT_URL =        https://github.com/xflr6/graphviz
COMPONENT_ARCHIVE_HASH =    \
    sha256:d29ca3aadbe5d6e6c584045b7ec4fc1c15af2448dc1c0211b5e94344833243da
    sha256:09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
@@ -34,8 +34,6 @@
# https://github.com/pytest-dev/pytest/issues/12123
PYTEST_ADDOPTS += --ignore tests/backend/conftest.py
PYTEST_ADDOPTS += --ignore tests/conftest.py
# https://github.com/xflr6/graphviz/issues/218
PYTEST_ADDOPTS += -W ignore:'The signature of':PendingDeprecationWarning
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += runtime/python
components/python/graphviz/python-integrate-project.conf
@@ -19,5 +19,3 @@
# https://github.com/pytest-dev/pytest/issues/12123
PYTEST_ADDOPTS += --ignore tests/backend/conftest.py
PYTEST_ADDOPTS += --ignore tests/conftest.py
# https://github.com/xflr6/graphviz/issues/218
PYTEST_ADDOPTS += -W ignore:'The signature of':PendingDeprecationWarning