Marcel Telka
2023-12-11 eca451372cbb892838419cfa6eaba6a35a489580
python/pathspec: update to 0.12.1

2 files modified
38 ■■■■ changed files
components/python/pathspec/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/pathspec/test/results-all.master 32 ●●●●● patch | view | raw | blame | history
components/python/pathspec/Makefile
@@ -19,12 +19,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pathspec
HUMAN_VERSION =            0.12.0
HUMAN_VERSION =            0.12.1
COMPONENT_SUMMARY =        pathspec - Utility library for gitignore style pattern matching of file paths.
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/b2/18/c365a967920edd1139664a3617648fd33a54edf4f919973924009630faf5/pathspec-0.12.0.tar.gz
    https://files.pythonhosted.org/packages/ca/bc/f35b8446f4531a7cb215605d100cd88b7ac6f44ab3fc94870c120ab3adbf/pathspec-0.12.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:c57e16065a97b7beb175f13c84d27cb05f7b7315741c2fbd5de541042f4ea6e1
    sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712
COMPONENT_LICENSE =        MPL-2.0
COMPONENT_LICENSE_FILE =    LICENSE
components/python/pathspec/test/results-all.master
@@ -1,5 +1,13 @@
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m unittest --verbose
test_01_single_1_include (tests.test_01_util.CheckMatchFileTest)
Test checking a single file that is included. ... ok
test_01_single_2_exclude (tests.test_01_util.CheckMatchFileTest)
Test checking a single file that is excluded. ... ok
test_01_single_3_unmatch (tests.test_01_util.CheckMatchFileTest)
Test checking a single file that is ignored. ... ok
test_02_many (tests.test_01_util.CheckMatchFileTest)
Test matching files individually. ... ok
test_01_files (tests.test_01_util.IterTreeTest)
Tests to make sure all files are found. ... ok
test_02_link_1_check_1_symlink (tests.test_01_util.IterTreeTest)
@@ -20,7 +28,13 @@
Tests to make sure directory links can be ignored. ... ok
test_03_entries (tests.test_01_util.IterTreeTest)
Tests to make sure all files are found. ... ok
test_01_match_file (tests.test_01_util.MatchFileTest)
test_01_single_1_include (tests.test_01_util.MatchFileTest)
Test checking a single file that is included. ... ok
test_01_single_2_exclude (tests.test_01_util.MatchFileTest)
Test checking a single file that is excluded. ... ok
test_01_single_3_unmatch (tests.test_01_util.MatchFileTest)
Test checking a single file that is ignored. ... ok
test_02_many (tests.test_01_util.MatchFileTest)
Test matching files individually. ... ok
test_01_purepath (tests.test_01_util.NormalizeFileTest)
Tests normalizing a :class:`pathlib.PurePath` as argument. ... ok
@@ -128,7 +142,13 @@
Tests that absolute paths will be properly normalized and matched. ... ok
test_01_absolute_dir_paths_2 (tests.test_03_pathspec.PathSpecTest)
Tests that absolute paths will be properly normalized and matched. ... ok
test_01_check_files (tests.test_03_pathspec.PathSpecTest)
test_01_check_file_1_include (tests.test_03_pathspec.PathSpecTest)
Test checking a single file that is included. ... ok
test_01_check_file_2_exclude (tests.test_03_pathspec.PathSpecTest)
Test checking a single file that is excluded. ... ok
test_01_check_file_3_unmatch (tests.test_03_pathspec.PathSpecTest)
Test checking a single file that is unmatched. ... ok
test_01_check_file_4_many (tests.test_03_pathspec.PathSpecTest)
Test that checking files one at a time yields the same results as checking ... ok
test_01_check_match_files (tests.test_03_pathspec.PathSpecTest)
Test that checking files and matching files yield the same results. ... ok
@@ -138,6 +158,12 @@
Tests that patterns that end with an escaped space will be treated properly. ... ok
test_01_empty_path_2 (tests.test_03_pathspec.PathSpecTest)
Tests that patterns that end with an escaped space will be treated properly. ... ok
test_01_match_file_1_include (tests.test_03_pathspec.PathSpecTest)
Test matching a single file that is included. ... ok
test_01_match_file_2_exclude (tests.test_03_pathspec.PathSpecTest)
Test matching a single file that is excluded. ... ok
test_01_match_file_3_unmatch (tests.test_03_pathspec.PathSpecTest)
Test match a single file that is unmatched. ... ok
test_01_match_files (tests.test_03_pathspec.PathSpecTest)
Test that matching files one at a time yields the same results as matching ... ok
test_01_windows_current_dir_paths (tests.test_03_pathspec.PathSpecTest)
@@ -214,7 +240,7 @@
Test issue 81 whitelist, scenario C. ... ok
----------------------------------------------------------------------
Ran 106 tests
Ran 119 tests
OK
  py$(PYV): OK