dotlocalslashbin 0.0.20__py3-none-any.whl → 0.0.21__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dotlocalslashbin
3
- Version: 0.0.20
3
+ Version: 0.0.21
4
4
  Summary: Download and extract files to `~/.local/bin/`.
5
5
  Author-email: Keith Maxwell <keith.maxwell@gmail.com>
6
6
  Requires-Python: >=3.13
@@ -0,0 +1,6 @@
1
+ dotlocalslashbin.py,sha256=O1phXrUwrPVI5fTBcYV1PaNq_B8P9z2DcDHvOF-LpyA,6451
2
+ dotlocalslashbin-0.0.21.dist-info/METADATA,sha256=UO8rU7_P-tMyYuA7vvHV-Z4cfZ2skjJTns-BLIbYIrE,3225
3
+ dotlocalslashbin-0.0.21.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
4
+ dotlocalslashbin-0.0.21.dist-info/entry_points.txt,sha256=eK8C0lW2h7WAcr78hM-_OBrLotRptdLvjbnT7f67m34,58
5
+ dotlocalslashbin-0.0.21.dist-info/licenses/LICENSES/MPL-2.0.txt,sha256=ZqMQfVrWoFiqt1PqrCBHzLLtDjlGXdD-WETaPjANUXI,16727
6
+ dotlocalslashbin-0.0.21.dist-info/RECORD,,
dotlocalslashbin.py CHANGED
@@ -23,7 +23,7 @@ from urllib.request import urlopen
23
23
  from zipfile import ZipFile
24
24
 
25
25
 
26
- __version__ = "0.0.20"
26
+ __version__ = "0.0.21"
27
27
 
28
28
  _CACHE = Path("~/.cache/dotlocalslashbin/")
29
29
  _HOME = str(Path("~").expanduser())
@@ -101,7 +101,7 @@ def main() -> int:
101
101
  prompt = "#" if item.version else "$"
102
102
  print(" ".join((prompt, arg0.replace(_HOME, "~"), item.version)))
103
103
  if item.version:
104
- run([arg0, item.version], check=True)
104
+ run([arg0, *split(item.version)], check=True)
105
105
  print()
106
106
 
107
107
  return 0
@@ -1,6 +0,0 @@
1
- dotlocalslashbin.py,sha256=A-ZKXMkt4r08wFu7z2FjjRXUCGa7G-O5QxUyCKGAtJc,6443
2
- dotlocalslashbin-0.0.20.dist-info/METADATA,sha256=pEbRNUUK8XNFP2H8QSCrpPvF92XvVmktyEwgahpv2a4,3225
3
- dotlocalslashbin-0.0.20.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
4
- dotlocalslashbin-0.0.20.dist-info/entry_points.txt,sha256=eK8C0lW2h7WAcr78hM-_OBrLotRptdLvjbnT7f67m34,58
5
- dotlocalslashbin-0.0.20.dist-info/licenses/LICENSES/MPL-2.0.txt,sha256=ZqMQfVrWoFiqt1PqrCBHzLLtDjlGXdD-WETaPjANUXI,16727
6
- dotlocalslashbin-0.0.20.dist-info/RECORD,,