Marcel Telka
2024-02-19 a3d1d83f112f7ae5eb148b213dd557e906f7387b
python/identify: update to 2.5.35

2 files modified
9 ■■■■■ changed files
components/python/identify/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/identify/test/results-all.master 5 ●●●●● patch | view | raw | blame | history
components/python/identify/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        identify
HUMAN_VERSION =            2.5.34
HUMAN_VERSION =            2.5.35
COMPONENT_SUMMARY =        identify - File identification library for Python
COMPONENT_PROJECT_URL =        https://github.com/pre-commit/identify
COMPONENT_ARCHIVE_URL =        \
    https://github.com/pre-commit/identify/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:1d9610251692f32f37e0207fda561b6301db6fbdce447d33918fc806fc79b873
    sha256:f730bce5230d07b8757cef48bb0893b6a882e4df93bbc06b7befaa80df985b0f
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/identify/test/results-all.master
@@ -5,7 +5,7 @@
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
collecting ... collected 474 items
collecting ... collected 475 items
tests/cli_test.py::test_file_not_found PASSED
tests/cli_test.py::test_identify_cli PASSED
@@ -162,6 +162,7 @@
tests/extensions_test.py::test_extensions_have_binary_or_text[md] PASSED
tests/extensions_test.py::test_extensions_have_binary_or_text[mdx] PASSED
tests/extensions_test.py::test_extensions_have_binary_or_text[meson] PASSED
tests/extensions_test.py::test_extensions_have_binary_or_text[metal] PASSED
tests/extensions_test.py::test_extensions_have_binary_or_text[mib] PASSED
tests/extensions_test.py::test_extensions_have_binary_or_text[mjs] PASSED
tests/extensions_test.py::test_extensions_have_binary_or_text[mk] PASSED
@@ -482,7 +483,7 @@
tests/identify_test.py::test_tags_from_path_socket PASSED
tests/identify_test.py::test_tags_from_path_symlink PASSED
======== 474 passed ========
======== 475 passed ========
py$(PYV): commands[2]> python -m coverage report
Name    Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------