Marcel Telka
2023-08-16 56f2690692a1e8409836d7915bf3748b233ab74c
python/typeguard: update to 4.1.1

1 files deleted
2 files modified
44 ■■■■ changed files
components/python/typeguard/Makefile 13 ●●●● patch | view | raw | blame | history
components/python/typeguard/python-integrate-project.conf 22 ●●●●● patch | view | raw | blame | history
components/python/typeguard/test/results-all.master 9 ●●●●● patch | view | raw | blame | history
components/python/typeguard/Makefile
@@ -19,23 +19,16 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        typeguard
HUMAN_VERSION =            4.1.0
HUMAN_VERSION =            4.1.1
COMPONENT_SUMMARY =        typeguard - Run-time type checker for Python
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/44/24/42a46ccadf37b06e1d635fe70ad18fbccd39173fd192b0dd944794375e98/typeguard-4.1.0.tar.gz
    https://files.pythonhosted.org/packages/84/29/4c062df3e7bd7198a07960608f3d5b0b938a10018de2a12a4c52bf00c23e/typeguard-4.1.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:b05a54bb0276eefd28880df42e004a71e699c8081fcb9d0536b2ceb01019f60c
    sha256:278ad7a974c9e6325037751fdffc470b9b0212d282c1746ecc452235922e3602
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
include $(WS_MAKE_RULES)/common.mk
# Disable some plugins to get tests passed
PYTEST_ADDOPTS += -p no:black
PYTEST_ADDOPTS += -p no:randomly
# https://github.com/agronholm/typeguard/issues/377
PYTEST_ADDOPTS += -p no:mypy
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
components/python/typeguard/python-integrate-project.conf
File was deleted
components/python/typeguard/test/results-all.master
@@ -9,7 +9,7 @@
configfile: pyproject.toml
testpaths: tests
asyncio: mode=strict
collecting ... collected 419 items
collecting ... collected 423 items
tests/mypy/test_type_annotations.py::test_negative PASSED
tests/mypy/test_type_annotations.py::test_positive PASSED
@@ -256,6 +256,10 @@
tests/test_instrumentation.py::test_pep_604_union_args[typechecked] PASSED
tests/test_instrumentation.py::test_pep_604_union_retval[importhook] PASSED
tests/test_instrumentation.py::test_pep_604_union_retval[typechecked] PASSED
tests/test_instrumentation.py::test_suppress_annotated_assignment[importhook] PASSED
tests/test_instrumentation.py::test_suppress_annotated_assignment[typechecked] PASSED
tests/test_instrumentation.py::test_suppress_annotated_multi_assignment[importhook] PASSED
tests/test_instrumentation.py::test_suppress_annotated_multi_assignment[typechecked] PASSED
tests/test_instrumentation.py::test_type_checked_classmethod[importhook] PASSED
tests/test_instrumentation.py::test_type_checked_classmethod[typechecked] PASSED
tests/test_instrumentation.py::test_type_checked_func[importhook] PASSED
@@ -431,8 +435,7 @@
tests/test_warn_on_error.py::test_check_type PASSED
tests/test_warn_on_error.py::test_typechecked PASSED
=========================== short test summary info ============================
======== 411 passed, 2 skipped, 6 xfailed ========
======== 415 passed, 2 skipped, 6 xfailed ========
  py$(PYV): OK
  congratulations :)