From eca451372cbb892838419cfa6eaba6a35a489580 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Mon, 11 Dec 2023 17:28:16 +0100
Subject: [PATCH] python/pathspec: update to 0.12.1

---
 components/python/pathspec/test/results-all.master |   32 +++++++++++++++++++++++++++++---
 1 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/components/python/pathspec/test/results-all.master b/components/python/pathspec/test/results-all.master
index eadb874..e80a7d6 100644
--- a/components/python/pathspec/test/results-all.master
+++ b/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

--
Gitblit v1.9.3