git-annex 10.20250520b3__py3-none-macosx_13_0_x86_64.whl → 10.20250520b4__py3-none-macosx_13_0_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/git-annex +0 -0
- {git_annex-10.20250520b3.dist-info → git_annex-10.20250520b4.dist-info}/METADATA +13 -1
- git_annex-10.20250520b4.dist-info/RECORD +7 -0
- git_annex-10.20250520b3.dist-info/RECORD +0 -7
- {git_annex-10.20250520b3.dist-info → git_annex-10.20250520b4.dist-info}/WHEEL +0 -0
- {git_annex-10.20250520b3.dist-info → git_annex-10.20250520b4.dist-info}/entry_points.txt +0 -0
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.
|
3
|
+
Version: 10.20250520b4
|
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
|
@@ -103,6 +103,18 @@ to be deployed separately.
|
|
103
103
|
|
104
104
|
## Developer information
|
105
105
|
|
106
|
+
### Sources
|
107
|
+
|
108
|
+
The sources for this package are available at
|
109
|
+
https://github.com/psychoinformatics-de/git-annex-wheel
|
110
|
+
|
111
|
+
The repository tracks the git-annex sources as a Git submodule.
|
112
|
+
|
113
|
+
### Issues
|
114
|
+
|
115
|
+
For issues related to the Python wheel packaging of git-annex, please
|
116
|
+
use the tracker at https://github.com/psychoinformatics-de/git-annex-wheel/issues
|
117
|
+
|
106
118
|
### How to update for a new git-annex release?
|
107
119
|
|
108
120
|
Advance the submodule `./git-annex` to the new release tag.
|
@@ -0,0 +1,7 @@
|
|
1
|
+
git_annex/__init__.py,sha256=n9tUYvSlfPGVXj7L860y9YnDDnfhnCLPuAysEuxKihk,1472
|
2
|
+
git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
git_annex/git-annex,sha256=iLVPgXPoYiadpvSngqeJ6yVDRunm8bWnuyM-Q8gdko4,57335472
|
4
|
+
git_annex-10.20250520b4.dist-info/METADATA,sha256=1gvH4C8pHXzUxvN0R1CXRrJ4uM_bgSLV2Z080VGdJ4Q,4879
|
5
|
+
git_annex-10.20250520b4.dist-info/WHEEL,sha256=Mg9ffUKlLAZ3neFxGovlcxZht42vBGUz9HUbsaBtTmM,103
|
6
|
+
git_annex-10.20250520b4.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
|
7
|
+
git_annex-10.20250520b4.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
git_annex/__init__.py,sha256=n9tUYvSlfPGVXj7L860y9YnDDnfhnCLPuAysEuxKihk,1472
|
2
|
-
git_annex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
git_annex/git-annex,sha256=9IRq4oF8A7xVqaI49z9zOQuFkISkTPc5LDHiibTtMf8,49350736
|
4
|
-
git_annex-10.20250520b3.dist-info/METADATA,sha256=oSi0YBEeYlpgonZrbdkWSeUy_stsSTm8xyYc_RnPgqs,4533
|
5
|
-
git_annex-10.20250520b3.dist-info/WHEEL,sha256=Mg9ffUKlLAZ3neFxGovlcxZht42vBGUz9HUbsaBtTmM,103
|
6
|
-
git_annex-10.20250520b3.dist-info/entry_points.txt,sha256=BI1LqRvI7ETq6hOuPgaT9O9cmmHJwYS3SthvRoNS43s,146
|
7
|
-
git_annex-10.20250520b3.dist-info/RECORD,,
|
File without changes
|
File without changes
|