primitive 0.1.71__py3-none-any.whl → 0.1.72__py3-none-any.whl

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.
primitive/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2024-present Dylan Stein <dylan@primitive.tech>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.1.71"
4
+ __version__ = "0.1.72"
primitive/utils/files.py CHANGED
@@ -18,7 +18,7 @@ def find_files_for_extension(source: Path, extensions: Tuple[str]) -> List[Path]
18
18
  for dirpath, dirnames, filenames in files:
19
19
  for filename in filenames:
20
20
  if filename.endswith(extensions):
21
- matching_files.append(dirpath.joinpath(filename))
21
+ matching_files.append(Path(dirpath).joinpath(filename))
22
22
 
23
23
  logger.debug(
24
24
  f"Found {len(matching_files)} following files that match: {matching_files}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: primitive
3
- Version: 0.1.71
3
+ Version: 0.1.72
4
4
  Project-URL: Documentation, https://github.com//primitivecorp/primitive-cli#readme
5
5
  Project-URL: Issues, https://github.com//primitivecorp/primitive-cli/issues
6
6
  Project-URL: Source, https://github.com//primitivecorp/primitive-cli
@@ -1,4 +1,4 @@
1
- primitive/__about__.py,sha256=jKaculvdJuMZylw4fH0lPHztqkaU88LKHUezaGxg5eo,130
1
+ primitive/__about__.py,sha256=8wzjR-aXOcY5wdRR8A4Rn39fRmF548gEajgRomylkI4,130
2
2
  primitive/__init__.py,sha256=bwKdgggKNVssJFVPfKSxqFMz4IxSr54WWbmiZqTMPNI,106
3
3
  primitive/cli.py,sha256=CiI60bG3UZyNFuLTpchr0KeJRG5SALj455Ob11CegGE,2412
4
4
  primitive/client.py,sha256=PPyIQRvKKSqCF9RRF5mJJ4Vqqolpzy1YXqffNLKIvAA,2390
@@ -84,14 +84,14 @@ primitive/utils/auth.py,sha256=kKvLjBCQXTo3k92RKhQj90B5clOIMBp6ocgaBqkGQBg,867
84
84
  primitive/utils/cache.py,sha256=FHGmVWYLJFQOazpXXcEwI0YJEZbdkgG39nOLdOv6VNk,1575
85
85
  primitive/utils/chunk_size.py,sha256=PAuVuirUTA9oRXyjo1c6MWxo31WVBRkWMuWw-AS58Bw,2914
86
86
  primitive/utils/config.py,sha256=DlFM5Nglo22WPtbpZSVtH7NX-PTMaKYlcrUE7GPRG4c,1058
87
- primitive/utils/files.py,sha256=Aleb1U2pZZBGR24QYGP7LWt8A6WMaHM75_9oG9s2kbg,750
87
+ primitive/utils/files.py,sha256=M-7GTOYH6wd768Wwvawl2I7G8lXv7TzgTq3JXdcdtrI,756
88
88
  primitive/utils/git.py,sha256=1qNOu8X-33CavmrD580BmrFhD_WVO9PGWHUUboXJR_g,663
89
89
  primitive/utils/memory_size.py,sha256=4xfha21kW82nFvOTtDFx9Jk2ZQoEhkfXii-PGNTpIUk,3058
90
90
  primitive/utils/printer.py,sha256=f1XUpqi5dkTL3GWvYRUGlSwtj2IxU1q745T4Fxo7Tn4,370
91
91
  primitive/utils/shell.py,sha256=j7E1YwgNWw57dFHVfEbqRNVcPHX0xDefX2vFSNgeI_8,1648
92
92
  primitive/utils/verible.py,sha256=Zb5NUISvcaIgEvgCDBWr-GCoceMa79Tcwvr5Wl9lfnA,2252
93
- primitive-0.1.71.dist-info/METADATA,sha256=Zfd4iQqg-N3TqUVI2eFgff3Rwlr-yP1tKpeT5Kirvvc,3806
94
- primitive-0.1.71.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
95
- primitive-0.1.71.dist-info/entry_points.txt,sha256=p1K8DMCWka5FqLlqP1sPek5Uovy9jq8u51gUsP-z334,48
96
- primitive-0.1.71.dist-info/licenses/LICENSE.txt,sha256=B8kmQMJ2sxYygjCLBk770uacaMci4mPSoJJ8WoDBY_c,1098
97
- primitive-0.1.71.dist-info/RECORD,,
93
+ primitive-0.1.72.dist-info/METADATA,sha256=vyujMAUyrFCSkrdc300xFoiv6DwKK3SiJ5Un-XyOvxs,3806
94
+ primitive-0.1.72.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
95
+ primitive-0.1.72.dist-info/entry_points.txt,sha256=p1K8DMCWka5FqLlqP1sPek5Uovy9jq8u51gUsP-z334,48
96
+ primitive-0.1.72.dist-info/licenses/LICENSE.txt,sha256=B8kmQMJ2sxYygjCLBk770uacaMci4mPSoJJ8WoDBY_c,1098
97
+ primitive-0.1.72.dist-info/RECORD,,