filelisting 1.2.3__tar.gz → 1.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: filelisting
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: This project lists files under given paths.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -24,7 +24,7 @@ keywords = []
24
24
  name = "filelisting"
25
25
  readme = "README.rst"
26
26
  requires-python = ">=3.11"
27
- version = "1.2.3"
27
+ version = "1.2.4"
28
28
 
29
29
  [project.license]
30
30
  file = "LICENSE.txt"
@@ -7,7 +7,7 @@ import preparse
7
7
  __all__ = ["file_generator", "file_list", "main"]
8
8
 
9
9
 
10
- def file_generator(*paths: Any) -> Generator[str]:
10
+ def file_generator(*paths: Any) -> Generator[str, None, None]:
11
11
  "This generator yields the files under the given path."
12
12
  for raw_path in paths:
13
13
  path = str(raw_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: filelisting
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: This project lists files under given paths.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
File without changes
File without changes
File without changes
File without changes