git-annex 10.20250520a8__py3-none-manylinux_2_34_x86_64.whl → 10.20250520a10__py3-none-manylinux_2_34_x86_64.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.
git_annex/__init__.py CHANGED
@@ -13,7 +13,10 @@ def cli():
13
13
  try:
14
14
  subprocess.run(
15
15
  args,
16
- executable=op.join(exe_dir, 'git-annex'),
16
+ executable=op.join(
17
+ exe_dir,
18
+ f'git-annex{".exe" if sys.platform.startswith("win") else ""}',
19
+ ),
17
20
  shell=False,
18
21
  check=True,
19
22
  )
@@ -22,7 +25,7 @@ def cli():
22
25
  # (happens if the calling process closed stdout
23
26
  # already
24
27
  sys.stdout.flush()
25
- except (BrokenPipeError, IOError):
28
+ except BrokenPipeError:
26
29
  # setting it to None prevents Python from trying to
27
30
  # flush again
28
31
  sys.stdout = None
git_annex/git-annex CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-annex
3
- Version: 10.20250520a8
3
+ Version: 10.20250520a10
4
4
  Summary: manage files with git, without checking their contents into git
5
5
  Project-URL: Homepage, https://git-annex.branchable.com/
6
6
  Project-URL: Documentation, https://git-annex.branchable.com/git-annex
@@ -0,0 +1,11 @@
1
+ git_annex/__init__.py,sha256=j8qJxYY0WVQQP8IXmkSBZQ2nPswrOrwpzPjBQ4VEfrk,895
2
+ git_annex/git-annex,sha256=IUTv5H7sTGm9OzAXbvurwmSQ53frC7y-L2vyY984XQo,76069328
3
+ git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ git_annex.libs/libbz2-5e516f77.so.1.0.4,sha256=LsNRXNmqsPGpH-8aIa2pJr_6ZNhS45vCWvVVNTNyWpc,79072
5
+ git_annex.libs/libgmp-4dc20a90.so.10.4.1,sha256=TfI4CvsH9z1oNO3QmVnOg1aRt_BbSPeyQ6QwffV2lB0,544520
6
+ git_annex.libs/liblzma-493cb401.so.5.2.5,sha256=ZOILvwbGsEeQ4f0Y41z1mwcBSG2LNzB7HqP3OsLTFcQ,175808
7
+ git_annex.libs/libmagic-1a3f509b.so.1.0.0,sha256=-ADVjWAvnkjQypGUSFxGUOO1ISQO-HrsR_AWhnxKqn0,173600
8
+ git_annex-10.20250520a10.dist-info/METADATA,sha256=jkgfShSNhC56vPVES0HFJCwgNQ4bfpigu1eyi-qmAd0,2029
9
+ git_annex-10.20250520a10.dist-info/WHEEL,sha256=14hUm3taAaRrwRexXBehkwXBq0X2pKP3P7MGEgnqjUI,107
10
+ git_annex-10.20250520a10.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
11
+ git_annex-10.20250520a10.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
- [gui_scripts]
1
+ [console_scripts]
2
2
  git-annex = git_annex:cli
3
3
  git-annex-shell = git_annex:cli
4
4
  git-remote-annex = git_annex:cli
Binary file
Binary file
@@ -1,8 +0,0 @@
1
- git_annex/__init__.py,sha256=4NH4bwyHQeFOt8_C_dtoy2WdBDrxMmllYmy_ORVJL8M,808
2
- git_annex/git-annex,sha256=u1jjfiodDoQby1VnF4ACk89AkRCyoWKxKoZuxb4iZTk,76025168
3
- git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- git_annex.libs/libgmp-4dc20a90.so.10.4.1,sha256=TfI4CvsH9z1oNO3QmVnOg1aRt_BbSPeyQ6QwffV2lB0,544520
5
- git_annex-10.20250520a8.dist-info/METADATA,sha256=Iye8lUX6HyFJrmSiTdQqwDqANDe_7PrSM919U1luqH4,2028
6
- git_annex-10.20250520a8.dist-info/WHEEL,sha256=14hUm3taAaRrwRexXBehkwXBq0X2pKP3P7MGEgnqjUI,107
7
- git_annex-10.20250520a8.dist-info/entry_points.txt,sha256=P0D1hzhM9Bd1HEiLtf--Q7ZqiJXIRPWolfBHrePBvyQ,142
8
- git_annex-10.20250520a8.dist-info/RECORD,,