bibsync 0.4.1__tar.gz → 0.4.2__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.
- {bibsync-0.4.1 → bibsync-0.4.2}/.pre-commit-config.yaml +4 -4
- {bibsync-0.4.1 → bibsync-0.4.2}/CITATION.cff +2 -2
- {bibsync-0.4.1 → bibsync-0.4.2}/Cargo.lock +72 -182
- {bibsync-0.4.1 → bibsync-0.4.2}/Cargo.toml +1 -1
- {bibsync-0.4.1 → bibsync-0.4.2}/PKG-INFO +7 -7
- {bibsync-0.4.1 → bibsync-0.4.2}/README.md +6 -6
- {bibsync-0.4.1 → bibsync-0.4.2}/pyproject.toml +1 -1
- {bibsync-0.4.1 → bibsync-0.4.2}/uv.lock +19 -19
- {bibsync-0.4.1 → bibsync-0.4.2}/.gitignore +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/.markdownlint.yaml +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/.pre-commit-hooks.yaml +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/.prettierrc +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/.typos.toml +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/CODE_OF_CONDUCT.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/CONTRIBUTING.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/LICENSE +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/SECURITY.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/SUPPORT.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/benches/greeting.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/cliff.toml +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/deny.toml +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/api/index.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/contributing.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/index.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/security.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/examples.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/installation.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/pre-commit.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/providers.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/usage.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/examples/README.md +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/examples/greet.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/examples/inspire-main.bib +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/examples/inspire-main.tex +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/examples/main.bib +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/examples/main.tex +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/__init__.py +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/__init__.pyi +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/__main__.py +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/py.typed +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/renovate.json +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/rust-toolchain.toml +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/scripts/pre-commit-bibsync +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/setup_repo.sh +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/src/cli.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/src/lib.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/src/main.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/src/python.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/tests/cli.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/tests/examples.rs +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/tests/python/test_bindings.py +0 -0
- {bibsync-0.4.1 → bibsync-0.4.2}/zensical.toml +0 -0
|
@@ -38,7 +38,7 @@ repos:
|
|
|
38
38
|
- id: ruff-format
|
|
39
39
|
|
|
40
40
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
41
|
-
rev: 0.11.
|
|
41
|
+
rev: 0.11.26
|
|
42
42
|
hooks:
|
|
43
43
|
- id: uv-lock
|
|
44
44
|
|
|
@@ -53,18 +53,18 @@ repos:
|
|
|
53
53
|
- id: taplo-format
|
|
54
54
|
|
|
55
55
|
- repo: https://github.com/crate-ci/typos
|
|
56
|
-
rev: v1.
|
|
56
|
+
rev: v1.48.0
|
|
57
57
|
hooks:
|
|
58
58
|
- id: typos
|
|
59
59
|
args: []
|
|
60
60
|
|
|
61
61
|
- repo: https://github.com/rbubley/mirrors-prettier
|
|
62
|
-
rev: v3.9.
|
|
62
|
+
rev: v3.9.4
|
|
63
63
|
hooks:
|
|
64
64
|
- id: prettier
|
|
65
65
|
|
|
66
66
|
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
|
67
|
-
rev: v0.
|
|
67
|
+
rev: v0.23.0
|
|
68
68
|
hooks:
|
|
69
69
|
- id: markdownlint-cli2
|
|
70
70
|
args: [--config, .markdownlint.yaml]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
cff-version: 1.2.0
|
|
2
2
|
title: "bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases"
|
|
3
|
-
version: "0.4.
|
|
4
|
-
date-released: "2026-
|
|
3
|
+
version: "0.4.2"
|
|
4
|
+
date-released: "2026-07-07"
|
|
5
5
|
license: "BSD-3-Clause"
|
|
6
6
|
type: software
|
|
7
7
|
authors:
|
|
@@ -90,9 +90,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
90
90
|
|
|
91
91
|
[[package]]
|
|
92
92
|
name = "aws-lc-rs"
|
|
93
|
-
version = "1.17.
|
|
93
|
+
version = "1.17.1"
|
|
94
94
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "
|
|
95
|
+
checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
|
|
96
96
|
dependencies = [
|
|
97
97
|
"aws-lc-sys",
|
|
98
98
|
"zeroize",
|
|
@@ -100,14 +100,15 @@ dependencies = [
|
|
|
100
100
|
|
|
101
101
|
[[package]]
|
|
102
102
|
name = "aws-lc-sys"
|
|
103
|
-
version = "0.
|
|
103
|
+
version = "0.42.0"
|
|
104
104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
105
|
-
checksum = "
|
|
105
|
+
checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
|
|
106
106
|
dependencies = [
|
|
107
107
|
"cc",
|
|
108
108
|
"cmake",
|
|
109
109
|
"dunce",
|
|
110
110
|
"fs_extra",
|
|
111
|
+
"pkg-config",
|
|
111
112
|
]
|
|
112
113
|
|
|
113
114
|
[[package]]
|
|
@@ -118,7 +119,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
118
119
|
|
|
119
120
|
[[package]]
|
|
120
121
|
name = "bibsync"
|
|
121
|
-
version = "0.4.
|
|
122
|
+
version = "0.4.2"
|
|
122
123
|
dependencies = [
|
|
123
124
|
"assert_cmd",
|
|
124
125
|
"clap",
|
|
@@ -164,9 +165,9 @@ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
|
|
|
164
165
|
|
|
165
166
|
[[package]]
|
|
166
167
|
name = "cc"
|
|
167
|
-
version = "1.2.
|
|
168
|
+
version = "1.2.66"
|
|
168
169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
-
checksum = "
|
|
170
|
+
checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
|
|
170
171
|
dependencies = [
|
|
171
172
|
"find-msvc-tools",
|
|
172
173
|
"jobserver",
|
|
@@ -186,6 +187,17 @@ version = "0.2.1"
|
|
|
186
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
188
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
188
189
|
|
|
190
|
+
[[package]]
|
|
191
|
+
name = "chacha20"
|
|
192
|
+
version = "0.10.1"
|
|
193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
194
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
195
|
+
dependencies = [
|
|
196
|
+
"cfg-if",
|
|
197
|
+
"cpufeatures",
|
|
198
|
+
"rand_core",
|
|
199
|
+
]
|
|
200
|
+
|
|
189
201
|
[[package]]
|
|
190
202
|
name = "clap"
|
|
191
203
|
version = "4.6.1"
|
|
@@ -274,6 +286,15 @@ version = "0.8.7"
|
|
|
274
286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
275
287
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
276
288
|
|
|
289
|
+
[[package]]
|
|
290
|
+
name = "cpufeatures"
|
|
291
|
+
version = "0.3.0"
|
|
292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
294
|
+
dependencies = [
|
|
295
|
+
"libc",
|
|
296
|
+
]
|
|
297
|
+
|
|
277
298
|
[[package]]
|
|
278
299
|
name = "difflib"
|
|
279
300
|
version = "0.4.0"
|
|
@@ -430,20 +451,6 @@ dependencies = [
|
|
|
430
451
|
"wasm-bindgen",
|
|
431
452
|
]
|
|
432
453
|
|
|
433
|
-
[[package]]
|
|
434
|
-
name = "getrandom"
|
|
435
|
-
version = "0.3.4"
|
|
436
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
-
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
438
|
-
dependencies = [
|
|
439
|
-
"cfg-if",
|
|
440
|
-
"js-sys",
|
|
441
|
-
"libc",
|
|
442
|
-
"r-efi 5.3.0",
|
|
443
|
-
"wasip2",
|
|
444
|
-
"wasm-bindgen",
|
|
445
|
-
]
|
|
446
|
-
|
|
447
454
|
[[package]]
|
|
448
455
|
name = "getrandom"
|
|
449
456
|
version = "0.4.3"
|
|
@@ -451,8 +458,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
451
458
|
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
452
459
|
dependencies = [
|
|
453
460
|
"cfg-if",
|
|
461
|
+
"js-sys",
|
|
454
462
|
"libc",
|
|
455
|
-
"r-efi
|
|
463
|
+
"r-efi",
|
|
464
|
+
"rand_core",
|
|
465
|
+
"wasm-bindgen",
|
|
456
466
|
]
|
|
457
467
|
|
|
458
468
|
[[package]]
|
|
@@ -729,11 +739,11 @@ dependencies = [
|
|
|
729
739
|
|
|
730
740
|
[[package]]
|
|
731
741
|
name = "jobserver"
|
|
732
|
-
version = "0.1.
|
|
742
|
+
version = "0.1.35"
|
|
733
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
-
checksum = "
|
|
744
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
735
745
|
dependencies = [
|
|
736
|
-
"getrandom 0.3
|
|
746
|
+
"getrandom 0.4.3",
|
|
737
747
|
"libc",
|
|
738
748
|
]
|
|
739
749
|
|
|
@@ -840,6 +850,12 @@ version = "0.2.17"
|
|
|
840
850
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
841
851
|
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
842
852
|
|
|
853
|
+
[[package]]
|
|
854
|
+
name = "pkg-config"
|
|
855
|
+
version = "0.3.33"
|
|
856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
857
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
858
|
+
|
|
843
859
|
[[package]]
|
|
844
860
|
name = "portable-atomic"
|
|
845
861
|
version = "1.13.1"
|
|
@@ -855,15 +871,6 @@ dependencies = [
|
|
|
855
871
|
"zerovec",
|
|
856
872
|
]
|
|
857
873
|
|
|
858
|
-
[[package]]
|
|
859
|
-
name = "ppv-lite86"
|
|
860
|
-
version = "0.2.21"
|
|
861
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
862
|
-
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
863
|
-
dependencies = [
|
|
864
|
-
"zerocopy",
|
|
865
|
-
]
|
|
866
|
-
|
|
867
874
|
[[package]]
|
|
868
875
|
name = "predicates"
|
|
869
876
|
version = "3.1.4"
|
|
@@ -982,15 +989,16 @@ dependencies = [
|
|
|
982
989
|
|
|
983
990
|
[[package]]
|
|
984
991
|
name = "quinn-proto"
|
|
985
|
-
version = "0.11.
|
|
992
|
+
version = "0.11.16"
|
|
986
993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
-
checksum = "
|
|
994
|
+
checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
|
|
988
995
|
dependencies = [
|
|
989
996
|
"aws-lc-rs",
|
|
990
997
|
"bytes",
|
|
991
|
-
"getrandom 0.3
|
|
998
|
+
"getrandom 0.4.3",
|
|
992
999
|
"lru-slab",
|
|
993
1000
|
"rand",
|
|
1001
|
+
"rand_pcg",
|
|
994
1002
|
"ring",
|
|
995
1003
|
"rustc-hash",
|
|
996
1004
|
"rustls",
|
|
@@ -1004,16 +1012,16 @@ dependencies = [
|
|
|
1004
1012
|
|
|
1005
1013
|
[[package]]
|
|
1006
1014
|
name = "quinn-udp"
|
|
1007
|
-
version = "0.5.
|
|
1015
|
+
version = "0.5.15"
|
|
1008
1016
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1009
|
-
checksum = "
|
|
1017
|
+
checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
|
|
1010
1018
|
dependencies = [
|
|
1011
1019
|
"cfg_aliases",
|
|
1012
1020
|
"libc",
|
|
1013
1021
|
"once_cell",
|
|
1014
1022
|
"socket2",
|
|
1015
1023
|
"tracing",
|
|
1016
|
-
"windows-sys 0.
|
|
1024
|
+
"windows-sys 0.61.2",
|
|
1017
1025
|
]
|
|
1018
1026
|
|
|
1019
1027
|
[[package]]
|
|
@@ -1025,12 +1033,6 @@ dependencies = [
|
|
|
1025
1033
|
"proc-macro2",
|
|
1026
1034
|
]
|
|
1027
1035
|
|
|
1028
|
-
[[package]]
|
|
1029
|
-
name = "r-efi"
|
|
1030
|
-
version = "5.3.0"
|
|
1031
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1032
|
-
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1033
|
-
|
|
1034
1036
|
[[package]]
|
|
1035
1037
|
name = "r-efi"
|
|
1036
1038
|
version = "6.0.0"
|
|
@@ -1039,31 +1041,28 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
1039
1041
|
|
|
1040
1042
|
[[package]]
|
|
1041
1043
|
name = "rand"
|
|
1042
|
-
version = "0.
|
|
1044
|
+
version = "0.10.2"
|
|
1043
1045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
-
checksum = "
|
|
1046
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
1045
1047
|
dependencies = [
|
|
1046
|
-
"
|
|
1048
|
+
"chacha20",
|
|
1049
|
+
"getrandom 0.4.3",
|
|
1047
1050
|
"rand_core",
|
|
1048
1051
|
]
|
|
1049
1052
|
|
|
1050
1053
|
[[package]]
|
|
1051
|
-
name = "
|
|
1052
|
-
version = "0.
|
|
1054
|
+
name = "rand_core"
|
|
1055
|
+
version = "0.10.1"
|
|
1053
1056
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
-
checksum = "
|
|
1055
|
-
dependencies = [
|
|
1056
|
-
"ppv-lite86",
|
|
1057
|
-
"rand_core",
|
|
1058
|
-
]
|
|
1057
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
1059
1058
|
|
|
1060
1059
|
[[package]]
|
|
1061
|
-
name = "
|
|
1062
|
-
version = "0.
|
|
1060
|
+
name = "rand_pcg"
|
|
1061
|
+
version = "0.10.2"
|
|
1063
1062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
-
checksum = "
|
|
1063
|
+
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
|
|
1065
1064
|
dependencies = [
|
|
1066
|
-
"
|
|
1065
|
+
"rand_core",
|
|
1067
1066
|
]
|
|
1068
1067
|
|
|
1069
1068
|
[[package]]
|
|
@@ -1157,9 +1156,9 @@ dependencies = [
|
|
|
1157
1156
|
|
|
1158
1157
|
[[package]]
|
|
1159
1158
|
name = "rustc-hash"
|
|
1160
|
-
version = "2.1.
|
|
1159
|
+
version = "2.1.3"
|
|
1161
1160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1162
|
-
checksum = "
|
|
1161
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
1163
1162
|
|
|
1164
1163
|
[[package]]
|
|
1165
1164
|
name = "rustc_version"
|
|
@@ -1211,9 +1210,9 @@ dependencies = [
|
|
|
1211
1210
|
|
|
1212
1211
|
[[package]]
|
|
1213
1212
|
name = "rustls-pki-types"
|
|
1214
|
-
version = "1.
|
|
1213
|
+
version = "1.15.0"
|
|
1215
1214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1216
|
-
checksum = "
|
|
1215
|
+
checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
|
|
1217
1216
|
dependencies = [
|
|
1218
1217
|
"web-time",
|
|
1219
1218
|
"zeroize",
|
|
@@ -1709,15 +1708,6 @@ version = "0.11.1+wasi-snapshot-preview1"
|
|
|
1709
1708
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1710
1709
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1711
1710
|
|
|
1712
|
-
[[package]]
|
|
1713
|
-
name = "wasip2"
|
|
1714
|
-
version = "1.0.1+wasi-0.2.4"
|
|
1715
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1716
|
-
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
1717
|
-
dependencies = [
|
|
1718
|
-
"wit-bindgen",
|
|
1719
|
-
]
|
|
1720
|
-
|
|
1721
1711
|
[[package]]
|
|
1722
1712
|
name = "wasm-bindgen"
|
|
1723
1713
|
version = "0.2.126"
|
|
@@ -1823,16 +1813,7 @@ version = "0.52.0"
|
|
|
1823
1813
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1824
1814
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1825
1815
|
dependencies = [
|
|
1826
|
-
"windows-targets
|
|
1827
|
-
]
|
|
1828
|
-
|
|
1829
|
-
[[package]]
|
|
1830
|
-
name = "windows-sys"
|
|
1831
|
-
version = "0.60.2"
|
|
1832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1833
|
-
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
1834
|
-
dependencies = [
|
|
1835
|
-
"windows-targets 0.53.5",
|
|
1816
|
+
"windows-targets",
|
|
1836
1817
|
]
|
|
1837
1818
|
|
|
1838
1819
|
[[package]]
|
|
@@ -1850,31 +1831,14 @@ version = "0.52.6"
|
|
|
1850
1831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1851
1832
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
1852
1833
|
dependencies = [
|
|
1853
|
-
"windows_aarch64_gnullvm
|
|
1854
|
-
"windows_aarch64_msvc
|
|
1855
|
-
"windows_i686_gnu
|
|
1856
|
-
"windows_i686_gnullvm
|
|
1857
|
-
"windows_i686_msvc
|
|
1858
|
-
"windows_x86_64_gnu
|
|
1859
|
-
"windows_x86_64_gnullvm
|
|
1860
|
-
"windows_x86_64_msvc
|
|
1861
|
-
]
|
|
1862
|
-
|
|
1863
|
-
[[package]]
|
|
1864
|
-
name = "windows-targets"
|
|
1865
|
-
version = "0.53.5"
|
|
1866
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1867
|
-
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
1868
|
-
dependencies = [
|
|
1869
|
-
"windows-link",
|
|
1870
|
-
"windows_aarch64_gnullvm 0.53.1",
|
|
1871
|
-
"windows_aarch64_msvc 0.53.1",
|
|
1872
|
-
"windows_i686_gnu 0.53.1",
|
|
1873
|
-
"windows_i686_gnullvm 0.53.1",
|
|
1874
|
-
"windows_i686_msvc 0.53.1",
|
|
1875
|
-
"windows_x86_64_gnu 0.53.1",
|
|
1876
|
-
"windows_x86_64_gnullvm 0.53.1",
|
|
1877
|
-
"windows_x86_64_msvc 0.53.1",
|
|
1834
|
+
"windows_aarch64_gnullvm",
|
|
1835
|
+
"windows_aarch64_msvc",
|
|
1836
|
+
"windows_i686_gnu",
|
|
1837
|
+
"windows_i686_gnullvm",
|
|
1838
|
+
"windows_i686_msvc",
|
|
1839
|
+
"windows_x86_64_gnu",
|
|
1840
|
+
"windows_x86_64_gnullvm",
|
|
1841
|
+
"windows_x86_64_msvc",
|
|
1878
1842
|
]
|
|
1879
1843
|
|
|
1880
1844
|
[[package]]
|
|
@@ -1883,102 +1847,48 @@ version = "0.52.6"
|
|
|
1883
1847
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1884
1848
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
1885
1849
|
|
|
1886
|
-
[[package]]
|
|
1887
|
-
name = "windows_aarch64_gnullvm"
|
|
1888
|
-
version = "0.53.1"
|
|
1889
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1890
|
-
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
1891
|
-
|
|
1892
1850
|
[[package]]
|
|
1893
1851
|
name = "windows_aarch64_msvc"
|
|
1894
1852
|
version = "0.52.6"
|
|
1895
1853
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1896
1854
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
1897
1855
|
|
|
1898
|
-
[[package]]
|
|
1899
|
-
name = "windows_aarch64_msvc"
|
|
1900
|
-
version = "0.53.1"
|
|
1901
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1902
|
-
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
1903
|
-
|
|
1904
1856
|
[[package]]
|
|
1905
1857
|
name = "windows_i686_gnu"
|
|
1906
1858
|
version = "0.52.6"
|
|
1907
1859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1908
1860
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
1909
1861
|
|
|
1910
|
-
[[package]]
|
|
1911
|
-
name = "windows_i686_gnu"
|
|
1912
|
-
version = "0.53.1"
|
|
1913
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1914
|
-
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
1915
|
-
|
|
1916
1862
|
[[package]]
|
|
1917
1863
|
name = "windows_i686_gnullvm"
|
|
1918
1864
|
version = "0.52.6"
|
|
1919
1865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1920
1866
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
1921
1867
|
|
|
1922
|
-
[[package]]
|
|
1923
|
-
name = "windows_i686_gnullvm"
|
|
1924
|
-
version = "0.53.1"
|
|
1925
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
-
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
1927
|
-
|
|
1928
1868
|
[[package]]
|
|
1929
1869
|
name = "windows_i686_msvc"
|
|
1930
1870
|
version = "0.52.6"
|
|
1931
1871
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1932
1872
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
1933
1873
|
|
|
1934
|
-
[[package]]
|
|
1935
|
-
name = "windows_i686_msvc"
|
|
1936
|
-
version = "0.53.1"
|
|
1937
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1938
|
-
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
1939
|
-
|
|
1940
1874
|
[[package]]
|
|
1941
1875
|
name = "windows_x86_64_gnu"
|
|
1942
1876
|
version = "0.52.6"
|
|
1943
1877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1944
1878
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1945
1879
|
|
|
1946
|
-
[[package]]
|
|
1947
|
-
name = "windows_x86_64_gnu"
|
|
1948
|
-
version = "0.53.1"
|
|
1949
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1950
|
-
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
1951
|
-
|
|
1952
1880
|
[[package]]
|
|
1953
1881
|
name = "windows_x86_64_gnullvm"
|
|
1954
1882
|
version = "0.52.6"
|
|
1955
1883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1956
1884
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
1957
1885
|
|
|
1958
|
-
[[package]]
|
|
1959
|
-
name = "windows_x86_64_gnullvm"
|
|
1960
|
-
version = "0.53.1"
|
|
1961
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1962
|
-
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
1963
|
-
|
|
1964
1886
|
[[package]]
|
|
1965
1887
|
name = "windows_x86_64_msvc"
|
|
1966
1888
|
version = "0.52.6"
|
|
1967
1889
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1968
1890
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1969
1891
|
|
|
1970
|
-
[[package]]
|
|
1971
|
-
name = "windows_x86_64_msvc"
|
|
1972
|
-
version = "0.53.1"
|
|
1973
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1974
|
-
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
1975
|
-
|
|
1976
|
-
[[package]]
|
|
1977
|
-
name = "wit-bindgen"
|
|
1978
|
-
version = "0.46.0"
|
|
1979
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1980
|
-
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
1981
|
-
|
|
1982
1892
|
[[package]]
|
|
1983
1893
|
name = "writeable"
|
|
1984
1894
|
version = "0.6.3"
|
|
@@ -2008,26 +1918,6 @@ dependencies = [
|
|
|
2008
1918
|
"synstructure",
|
|
2009
1919
|
]
|
|
2010
1920
|
|
|
2011
|
-
[[package]]
|
|
2012
|
-
name = "zerocopy"
|
|
2013
|
-
version = "0.8.52"
|
|
2014
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2015
|
-
checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
|
|
2016
|
-
dependencies = [
|
|
2017
|
-
"zerocopy-derive",
|
|
2018
|
-
]
|
|
2019
|
-
|
|
2020
|
-
[[package]]
|
|
2021
|
-
name = "zerocopy-derive"
|
|
2022
|
-
version = "0.8.52"
|
|
2023
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2024
|
-
checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
|
|
2025
|
-
dependencies = [
|
|
2026
|
-
"proc-macro2",
|
|
2027
|
-
"quote",
|
|
2028
|
-
"syn",
|
|
2029
|
-
]
|
|
2030
|
-
|
|
2031
1921
|
[[package]]
|
|
2032
1922
|
name = "zerofrom"
|
|
2033
1923
|
version = "0.1.8"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bibsync
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -134,9 +134,9 @@ For convenience, you can also use:
|
|
|
134
134
|
@software{wong2026bibsync,
|
|
135
135
|
author = {Wong, Isaac C. F.},
|
|
136
136
|
title = {bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases},
|
|
137
|
-
version = {v0.4.
|
|
137
|
+
version = {v0.4.2},
|
|
138
138
|
year = {2026},
|
|
139
|
-
month =
|
|
139
|
+
month = jul,
|
|
140
140
|
doi = {10.5281/zenodo.20422622},
|
|
141
141
|
url = {https://doi.org/10.5281/zenodo.20422622}
|
|
142
142
|
}
|
|
@@ -286,7 +286,7 @@ Use the pre-built binary hook for faster installs:
|
|
|
286
286
|
```yaml
|
|
287
287
|
repos:
|
|
288
288
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
289
|
-
rev: v0.4.
|
|
289
|
+
rev: v0.4.2
|
|
290
290
|
hooks:
|
|
291
291
|
- id: bibsync-bin
|
|
292
292
|
args: [--cache, --provider, inspire, --output, references.bib]
|
|
@@ -301,7 +301,7 @@ installation:
|
|
|
301
301
|
```yaml
|
|
302
302
|
repos:
|
|
303
303
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
304
|
-
rev: v0.4.
|
|
304
|
+
rev: v0.4.2
|
|
305
305
|
hooks:
|
|
306
306
|
- id: bibsync
|
|
307
307
|
args: [--provider, inspire, --output, references.bib]
|
|
@@ -313,7 +313,7 @@ writing changes. To let the hook update files, add `--fix` to the hook args:
|
|
|
313
313
|
```yaml
|
|
314
314
|
repos:
|
|
315
315
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
316
|
-
rev: v0.4.
|
|
316
|
+
rev: v0.4.2
|
|
317
317
|
hooks:
|
|
318
318
|
- id: bibsync-bin
|
|
319
319
|
args: [--fix, --cache, --provider, inspire, --output, references.bib]
|
|
@@ -324,7 +324,7 @@ To skip manually curated entries, add `--ignore-file`:
|
|
|
324
324
|
```yaml
|
|
325
325
|
repos:
|
|
326
326
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
327
|
-
rev: v0.4.
|
|
327
|
+
rev: v0.4.2
|
|
328
328
|
hooks:
|
|
329
329
|
- id: bibsync-bin
|
|
330
330
|
args:
|
|
@@ -107,9 +107,9 @@ For convenience, you can also use:
|
|
|
107
107
|
@software{wong2026bibsync,
|
|
108
108
|
author = {Wong, Isaac C. F.},
|
|
109
109
|
title = {bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases},
|
|
110
|
-
version = {v0.4.
|
|
110
|
+
version = {v0.4.2},
|
|
111
111
|
year = {2026},
|
|
112
|
-
month =
|
|
112
|
+
month = jul,
|
|
113
113
|
doi = {10.5281/zenodo.20422622},
|
|
114
114
|
url = {https://doi.org/10.5281/zenodo.20422622}
|
|
115
115
|
}
|
|
@@ -259,7 +259,7 @@ Use the pre-built binary hook for faster installs:
|
|
|
259
259
|
```yaml
|
|
260
260
|
repos:
|
|
261
261
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
262
|
-
rev: v0.4.
|
|
262
|
+
rev: v0.4.2
|
|
263
263
|
hooks:
|
|
264
264
|
- id: bibsync-bin
|
|
265
265
|
args: [--cache, --provider, inspire, --output, references.bib]
|
|
@@ -274,7 +274,7 @@ installation:
|
|
|
274
274
|
```yaml
|
|
275
275
|
repos:
|
|
276
276
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
277
|
-
rev: v0.4.
|
|
277
|
+
rev: v0.4.2
|
|
278
278
|
hooks:
|
|
279
279
|
- id: bibsync
|
|
280
280
|
args: [--provider, inspire, --output, references.bib]
|
|
@@ -286,7 +286,7 @@ writing changes. To let the hook update files, add `--fix` to the hook args:
|
|
|
286
286
|
```yaml
|
|
287
287
|
repos:
|
|
288
288
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
289
|
-
rev: v0.4.
|
|
289
|
+
rev: v0.4.2
|
|
290
290
|
hooks:
|
|
291
291
|
- id: bibsync-bin
|
|
292
292
|
args: [--fix, --cache, --provider, inspire, --output, references.bib]
|
|
@@ -297,7 +297,7 @@ To skip manually curated entries, add `--ignore-file`:
|
|
|
297
297
|
```yaml
|
|
298
298
|
repos:
|
|
299
299
|
- repo: https://github.com/isaac-cf-wong/bibsync
|
|
300
|
-
rev: v0.4.
|
|
300
|
+
rev: v0.4.2
|
|
301
301
|
hooks:
|
|
302
302
|
- id: bibsync-bin
|
|
303
303
|
args:
|
|
@@ -21,7 +21,7 @@ dev = [
|
|
|
21
21
|
[package.metadata.requires-dev]
|
|
22
22
|
build = [{ name = "maturin", specifier = ">=1.14.1,<2" }]
|
|
23
23
|
dev = [
|
|
24
|
-
{ name = "prek", specifier = ">=0.4.
|
|
24
|
+
{ name = "prek", specifier = ">=0.4.6" },
|
|
25
25
|
{ name = "pytest", specifier = ">=9.1.1" },
|
|
26
26
|
{ name = "ruff", specifier = ">=0.15.20" },
|
|
27
27
|
]
|
|
@@ -85,26 +85,26 @@ wheels = [
|
|
|
85
85
|
|
|
86
86
|
[[package]]
|
|
87
87
|
name = "prek"
|
|
88
|
-
version = "0.4.
|
|
88
|
+
version = "0.4.8"
|
|
89
89
|
source = { registry = "https://pypi.org/simple" }
|
|
90
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
90
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8e/46/e436a6eb9fdb4d3fd08d0ab7fdba19fe03a9e994ec810de57869b853bd8e/prek-0.4.8.tar.gz", hash = "sha256:d15d8bef72ab7b02c7dc01458ac9e05b3131534492b5ce9bb11c4f6f636fa868", size = 494570, upload-time = "2026-07-04T12:05:10.941Z" }
|
|
91
91
|
wheels = [
|
|
92
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
93
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
94
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
95
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
96
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
97
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
98
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
99
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
100
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
101
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
102
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
103
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
104
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
105
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
106
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
107
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
92
|
+
{ url = "https://files.pythonhosted.org/packages/5c/78/b4149c8913ced2e42debb49e261c4788a1ce431e84226921c2e1a7ea8545/prek-0.4.8-py3-none-linux_armv6l.whl", hash = "sha256:1f8f8cdc65836b571824c965daebb81b449f7e4a43894c58621f5708d5a185ed", size = 5668955, upload-time = "2026-07-04T12:04:41.588Z" },
|
|
93
|
+
{ url = "https://files.pythonhosted.org/packages/76/5f/7f54a0087b6b2f1751aeb41266d9c15e66fd0055492814798ab818cd0414/prek-0.4.8-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:bce1798e96d9e3a6e6abf435da7107e81452f69edb3ca7c6f90a457355ea46e2", size = 6030947, upload-time = "2026-07-04T12:04:43.8Z" },
|
|
94
|
+
{ url = "https://files.pythonhosted.org/packages/6c/d6/f2829fc3902920c36b764a386fa303e71a8219dac25cb3827c575e84199a/prek-0.4.8-py3-none-macosx_11_0_arm64.whl", hash = "sha256:ab3a52db17254d701c3cebb7eea58c8230aa7c1959aacfd5b5f25de18edb15d1", size = 5572593, upload-time = "2026-07-04T12:04:45.763Z" },
|
|
95
|
+
{ url = "https://files.pythonhosted.org/packages/74/8c/c5589955bcd5e3e33b67d8bc3110818cecac82a38fd6bc8b5dfdc5de421c/prek-0.4.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:b3fcfd620523bbc3f51a21d7cd63449f659b9e2cf3582de12dd5949e23227b8f", size = 5847150, upload-time = "2026-07-04T12:04:47.419Z" },
|
|
96
|
+
{ url = "https://files.pythonhosted.org/packages/2d/9d/1f2dc91bdb79d2c4714b27eac9477a51490fba5b4731330dbbebc76bd345/prek-0.4.8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:42e65bc8425e9d7f1691a13ca1da2e07807d1ba76c35740833354b945131689e", size = 5573738, upload-time = "2026-07-04T12:04:49.125Z" },
|
|
97
|
+
{ url = "https://files.pythonhosted.org/packages/81/29/69a7b58e16ecbc5f3989bf4b028018d11a82dcdd320b93d6588d72f32aa7/prek-0.4.8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f578492a8e0c9bc6b4bf6dfbba8716f647d4cd0769bf10ad6cf336e3096fd392", size = 5981054, upload-time = "2026-07-04T12:04:50.842Z" },
|
|
98
|
+
{ url = "https://files.pythonhosted.org/packages/63/cc/9b9850a60c22ed18c7755ebd2d72c6eefb37fac58149d09f6adc4691c2cf/prek-0.4.8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d4335f9d5beb123a3884a7fe34f57c9f0828f4fbb7666beab4298833459b104f", size = 6751350, upload-time = "2026-07-04T12:04:52.529Z" },
|
|
99
|
+
{ url = "https://files.pythonhosted.org/packages/01/e5/c425aa7272b430630119e6757def3a2007555ba8cbeb2630e0448e7a8b7f/prek-0.4.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18a8747df9c602e052881d3efb14dd7f7d62a59bd7277ae5171c9e7661d59d84", size = 6243881, upload-time = "2026-07-04T12:04:54.703Z" },
|
|
100
|
+
{ url = "https://files.pythonhosted.org/packages/1c/da/accd3ad07fd2891d3c2777eb42435439fdf11982c51d60f087c0b6b6e102/prek-0.4.8-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:4db639db481d5f854eff9b3d2108889e613b8c15868bcf6bdd777c7cee577436", size = 5848846, upload-time = "2026-07-04T12:04:56.402Z" },
|
|
101
|
+
{ url = "https://files.pythonhosted.org/packages/15/00/3477704635249f21f5f98ce444cd7690c2aa9dc8d146a045db88ef2cd8c5/prek-0.4.8-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:c3890a6f92316d2cf44eb50584e8d2b23a596dd70487022e61186a71a2ac0900", size = 5713942, upload-time = "2026-07-04T12:04:58.311Z" },
|
|
102
|
+
{ url = "https://files.pythonhosted.org/packages/fb/e6/3ca4fabaebeadc976d9a92d1d9130674265355ea3b728418bad61583b097/prek-0.4.8-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:fc7e15c24c591a37c6ffce5b25a021b16c299ac2649f183d812b67d665cd6551", size = 5554725, upload-time = "2026-07-04T12:04:59.96Z" },
|
|
103
|
+
{ url = "https://files.pythonhosted.org/packages/a5/46/2ab6aaaeff0cedb8955b2e4032071c8712382bdd423bb849718c3720180d/prek-0.4.8-py3-none-musllinux_1_1_i686.whl", hash = "sha256:36fe721704ff0c7624c1167639e23a5fe658bfd38c314f487219c9afd1eeb733", size = 5838595, upload-time = "2026-07-04T12:05:01.861Z" },
|
|
104
|
+
{ url = "https://files.pythonhosted.org/packages/ae/8b/91398f2b6cd1629d5d8ca8c85b08eca500814a374313b0193f4aaf6ab6c4/prek-0.4.8-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:162e544abc394a8124f3a4ad68efee116bad09440e679dbd1675177335c2a432", size = 6357222, upload-time = "2026-07-04T12:05:03.845Z" },
|
|
105
|
+
{ url = "https://files.pythonhosted.org/packages/b2/2a/ce5cbfaad36866134a21754640a05ecdba641fcd7ad15aa74cf3443f34f6/prek-0.4.8-py3-none-win32.whl", hash = "sha256:2602e46c8c5da7dfa69f60fcf88c2b57132ac623f49fb08bfb3094298c5f07e3", size = 5354388, upload-time = "2026-07-04T12:05:05.587Z" },
|
|
106
|
+
{ url = "https://files.pythonhosted.org/packages/df/03/3bc908bc5f7e430315553e47dfa055f19923a3888f9afe4da19f244b5cbf/prek-0.4.8-py3-none-win_amd64.whl", hash = "sha256:7cb22da60bee41b89c4978c0bea7126a3c0ccc003dae6748cf29b53947815edc", size = 5748221, upload-time = "2026-07-04T12:05:07.559Z" },
|
|
107
|
+
{ url = "https://files.pythonhosted.org/packages/dd/a7/4295e6d5f5028171dfeb115ad38ab76bf3fe0c8df91b70d73c79aa760a94/prek-0.4.8-py3-none-win_arm64.whl", hash = "sha256:da70057f577b15d4bd121bf9dd29ee205fd4b4d75a0cafba062e84d7e8b4378b", size = 5574425, upload-time = "2026-07-04T12:05:09.595Z" },
|
|
108
108
|
]
|
|
109
109
|
|
|
110
110
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|