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.
Files changed (52) hide show
  1. {bibsync-0.4.1 → bibsync-0.4.2}/.pre-commit-config.yaml +4 -4
  2. {bibsync-0.4.1 → bibsync-0.4.2}/CITATION.cff +2 -2
  3. {bibsync-0.4.1 → bibsync-0.4.2}/Cargo.lock +72 -182
  4. {bibsync-0.4.1 → bibsync-0.4.2}/Cargo.toml +1 -1
  5. {bibsync-0.4.1 → bibsync-0.4.2}/PKG-INFO +7 -7
  6. {bibsync-0.4.1 → bibsync-0.4.2}/README.md +6 -6
  7. {bibsync-0.4.1 → bibsync-0.4.2}/pyproject.toml +1 -1
  8. {bibsync-0.4.1 → bibsync-0.4.2}/uv.lock +19 -19
  9. {bibsync-0.4.1 → bibsync-0.4.2}/.gitignore +0 -0
  10. {bibsync-0.4.1 → bibsync-0.4.2}/.markdownlint.yaml +0 -0
  11. {bibsync-0.4.1 → bibsync-0.4.2}/.pre-commit-hooks.yaml +0 -0
  12. {bibsync-0.4.1 → bibsync-0.4.2}/.prettierrc +0 -0
  13. {bibsync-0.4.1 → bibsync-0.4.2}/.typos.toml +0 -0
  14. {bibsync-0.4.1 → bibsync-0.4.2}/CODE_OF_CONDUCT.md +0 -0
  15. {bibsync-0.4.1 → bibsync-0.4.2}/CONTRIBUTING.md +0 -0
  16. {bibsync-0.4.1 → bibsync-0.4.2}/LICENSE +0 -0
  17. {bibsync-0.4.1 → bibsync-0.4.2}/SECURITY.md +0 -0
  18. {bibsync-0.4.1 → bibsync-0.4.2}/SUPPORT.md +0 -0
  19. {bibsync-0.4.1 → bibsync-0.4.2}/benches/greeting.rs +0 -0
  20. {bibsync-0.4.1 → bibsync-0.4.2}/cliff.toml +0 -0
  21. {bibsync-0.4.1 → bibsync-0.4.2}/deny.toml +0 -0
  22. {bibsync-0.4.1 → bibsync-0.4.2}/docs/api/index.md +0 -0
  23. {bibsync-0.4.1 → bibsync-0.4.2}/docs/contributing.md +0 -0
  24. {bibsync-0.4.1 → bibsync-0.4.2}/docs/index.md +0 -0
  25. {bibsync-0.4.1 → bibsync-0.4.2}/docs/security.md +0 -0
  26. {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/examples.md +0 -0
  27. {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/installation.md +0 -0
  28. {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/pre-commit.md +0 -0
  29. {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/providers.md +0 -0
  30. {bibsync-0.4.1 → bibsync-0.4.2}/docs/user-guide/usage.md +0 -0
  31. {bibsync-0.4.1 → bibsync-0.4.2}/examples/README.md +0 -0
  32. {bibsync-0.4.1 → bibsync-0.4.2}/examples/greet.rs +0 -0
  33. {bibsync-0.4.1 → bibsync-0.4.2}/examples/inspire-main.bib +0 -0
  34. {bibsync-0.4.1 → bibsync-0.4.2}/examples/inspire-main.tex +0 -0
  35. {bibsync-0.4.1 → bibsync-0.4.2}/examples/main.bib +0 -0
  36. {bibsync-0.4.1 → bibsync-0.4.2}/examples/main.tex +0 -0
  37. {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/__init__.py +0 -0
  38. {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/__init__.pyi +0 -0
  39. {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/__main__.py +0 -0
  40. {bibsync-0.4.1 → bibsync-0.4.2}/python/bibsync/py.typed +0 -0
  41. {bibsync-0.4.1 → bibsync-0.4.2}/renovate.json +0 -0
  42. {bibsync-0.4.1 → bibsync-0.4.2}/rust-toolchain.toml +0 -0
  43. {bibsync-0.4.1 → bibsync-0.4.2}/scripts/pre-commit-bibsync +0 -0
  44. {bibsync-0.4.1 → bibsync-0.4.2}/setup_repo.sh +0 -0
  45. {bibsync-0.4.1 → bibsync-0.4.2}/src/cli.rs +0 -0
  46. {bibsync-0.4.1 → bibsync-0.4.2}/src/lib.rs +0 -0
  47. {bibsync-0.4.1 → bibsync-0.4.2}/src/main.rs +0 -0
  48. {bibsync-0.4.1 → bibsync-0.4.2}/src/python.rs +0 -0
  49. {bibsync-0.4.1 → bibsync-0.4.2}/tests/cli.rs +0 -0
  50. {bibsync-0.4.1 → bibsync-0.4.2}/tests/examples.rs +0 -0
  51. {bibsync-0.4.1 → bibsync-0.4.2}/tests/python/test_bindings.py +0 -0
  52. {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.25
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.47.2
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.1
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.22.1
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.1"
4
- date-released: "2026-06-30"
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.0"
93
+ version = "1.17.1"
94
94
  source = "registry+https://github.com/rust-lang/crates.io-index"
95
- checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
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.41.0"
103
+ version = "0.42.0"
104
104
  source = "registry+https://github.com/rust-lang/crates.io-index"
105
- checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
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.1"
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.65"
168
+ version = "1.2.66"
168
169
  source = "registry+https://github.com/rust-lang/crates.io-index"
169
- checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
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 6.0.0",
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.34"
742
+ version = "0.1.35"
733
743
  source = "registry+https://github.com/rust-lang/crates.io-index"
734
- checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
744
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
735
745
  dependencies = [
736
- "getrandom 0.3.4",
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.15"
992
+ version = "0.11.16"
986
993
  source = "registry+https://github.com/rust-lang/crates.io-index"
987
- checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
994
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
988
995
  dependencies = [
989
996
  "aws-lc-rs",
990
997
  "bytes",
991
- "getrandom 0.3.4",
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.14"
1015
+ version = "0.5.15"
1008
1016
  source = "registry+https://github.com/rust-lang/crates.io-index"
1009
- checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
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.60.2",
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.9.4"
1044
+ version = "0.10.2"
1043
1045
  source = "registry+https://github.com/rust-lang/crates.io-index"
1044
- checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1046
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1045
1047
  dependencies = [
1046
- "rand_chacha",
1048
+ "chacha20",
1049
+ "getrandom 0.4.3",
1047
1050
  "rand_core",
1048
1051
  ]
1049
1052
 
1050
1053
  [[package]]
1051
- name = "rand_chacha"
1052
- version = "0.9.0"
1054
+ name = "rand_core"
1055
+ version = "0.10.1"
1053
1056
  source = "registry+https://github.com/rust-lang/crates.io-index"
1054
- checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1055
- dependencies = [
1056
- "ppv-lite86",
1057
- "rand_core",
1058
- ]
1057
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1059
1058
 
1060
1059
  [[package]]
1061
- name = "rand_core"
1062
- version = "0.9.5"
1060
+ name = "rand_pcg"
1061
+ version = "0.10.2"
1063
1062
  source = "registry+https://github.com/rust-lang/crates.io-index"
1064
- checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1063
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
1065
1064
  dependencies = [
1066
- "getrandom 0.3.4",
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.2"
1159
+ version = "2.1.3"
1161
1160
  source = "registry+https://github.com/rust-lang/crates.io-index"
1162
- checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
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.14.1"
1213
+ version = "1.15.0"
1215
1214
  source = "registry+https://github.com/rust-lang/crates.io-index"
1216
- checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
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 0.52.6",
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 0.52.6",
1854
- "windows_aarch64_msvc 0.52.6",
1855
- "windows_i686_gnu 0.52.6",
1856
- "windows_i686_gnullvm 0.52.6",
1857
- "windows_i686_msvc 0.52.6",
1858
- "windows_x86_64_gnu 0.52.6",
1859
- "windows_x86_64_gnullvm 0.52.6",
1860
- "windows_x86_64_msvc 0.52.6",
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
  [package]
2
2
  name = "bibsync"
3
- version = "0.4.1"
3
+ version = "0.4.2"
4
4
  edition = "2024"
5
5
  rust-version = "1.85"
6
6
  authors = ["Isaac C. F. Wong"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bibsync
3
- Version: 0.4.1
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.1},
137
+ version = {v0.4.2},
138
138
  year = {2026},
139
- month = jun,
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.1
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.1
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.1
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.1
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.1},
110
+ version = {v0.4.2},
111
111
  year = {2026},
112
- month = jun,
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.1
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.1
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.1
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.1
300
+ rev: v0.4.2
301
301
  hooks:
302
302
  - id: bibsync-bin
303
303
  args:
@@ -26,7 +26,7 @@ classifiers = [
26
26
  dynamic = ["version"]
27
27
 
28
28
  [dependency-groups]
29
- dev = ["pytest>=9.1.1", "ruff>=0.15.20", "prek>=0.4.5"]
29
+ dev = ["pytest>=9.1.1", "ruff>=0.15.20", "prek>=0.4.6"]
30
30
  build = ["maturin>=1.14.1,<2"]
31
31
 
32
32
  [project.urls]
@@ -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.5" },
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.5"
88
+ version = "0.4.8"
89
89
  source = { registry = "https://pypi.org/simple" }
90
- sdist = { url = "https://files.pythonhosted.org/packages/2f/65/23866f43521d31173879aa74bb3a2df50ab7f3f74cdb4eaa31b8f446c7ca/prek-0.4.5.tar.gz", hash = "sha256:2be7bcf839de19a0144ed5a5aadf73bc5899cf6823bb1c58cf1d45ae389c201a", size = 482566, upload-time = "2026-06-15T11:36:48.299Z" }
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/f4/cb/a9eedf9a35ca6ec72f12af2b4392d7f757bb24863b7b7af4523f939cf3fa/prek-0.4.5-py3-none-linux_armv6l.whl", hash = "sha256:f7517774c72b001573520dc7111156779fd3e5b4452c11f09ff53c71a067e835", size = 5618105, upload-time = "2026-06-15T11:36:21.998Z" },
93
- { url = "https://files.pythonhosted.org/packages/30/a7/c96c06f17db7da0a57be2be4c229aa00b525bca8001c9c765663b339cbb7/prek-0.4.5-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:aca9fa995536036a0171bcf7a4db96dc0a14f480054eda1d7d1c2e7739650993", size = 5972998, upload-time = "2026-06-15T11:36:41.12Z" },
94
- { url = "https://files.pythonhosted.org/packages/28/f1/721695355cdaa44be6f091e3a77fb9c72ed60289520f78b2f8c9a7197bdd/prek-0.4.5-py3-none-macosx_11_0_arm64.whl", hash = "sha256:66877ff21ae9d548f0f7e56fab8e65f1500a74a810e7749188c3f35a4a1b911b", size = 5525098, upload-time = "2026-06-15T11:36:30.127Z" },
95
- { url = "https://files.pythonhosted.org/packages/9b/1b/a334e1bb5361b49adf52b5ac7b6532018940f9f0f253437e8f43c3c1f7f3/prek-0.4.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:50697089a86a78d16f087c1912a2f3bc2bea82319a220fac52cc8e3ec9fc0426", size = 5793732, upload-time = "2026-06-15T11:36:35.745Z" },
96
- { url = "https://files.pythonhosted.org/packages/28/8c/aff94d276e91207a87cedff7cfefdd4aca20444137cca77bf53fffebe77a/prek-0.4.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:590427a42a3c1e5064487a0dc91167ae0c8a52168e77f574758ef9b138fcfd61", size = 5521719, upload-time = "2026-06-15T11:36:39.383Z" },
97
- { url = "https://files.pythonhosted.org/packages/4f/73/cfb0c5c909442050a8357e26233f7e511ba8e0d2f4b0bdc460065d62beb6/prek-0.4.5-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1fd98b986767dafdb6b4305b563ee5a3a8f13bd3c78b98d708626815ea9f147f", size = 5922623, upload-time = "2026-06-15T11:36:18.063Z" },
98
- { url = "https://files.pythonhosted.org/packages/0a/ad/ff9d26551ba80d190bd08c6341176a5d56d4e6de9c2ebf077793d4adbb78/prek-0.4.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fccd11613ae92619d1ecda0ab3359ceebeb38898909ec84a8d383733d12158cc", size = 6722071, upload-time = "2026-06-15T11:36:43.086Z" },
99
- { url = "https://files.pythonhosted.org/packages/d3/43/11d1dfd66c919953fe89ae2fdedd4f413ee923883043816d35982177bb75/prek-0.4.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14109d37b33e5529db41a3539d4f8f72d295f6eeddede3964994d898b8cec05c", size = 6176454, upload-time = "2026-06-15T11:36:33.803Z" },
100
- { url = "https://files.pythonhosted.org/packages/d7/d4/9749f25c2e0ee5225f812457b888acef301e0ccce64bebcda2ac1d04abee/prek-0.4.5-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:40d262418105b2ede9836593a1927fc927cc8093c432e998640964102196996e", size = 5791133, upload-time = "2026-06-15T11:36:23.891Z" },
101
- { url = "https://files.pythonhosted.org/packages/c7/72/5e0344bab1eacf813a5b1b082cb4c6253930096166dad51c1cccee0a4f83/prek-0.4.5-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:a586d14c3b852fdee1c3dcd0b9cb0915db9f9d054334b854fd9470bf68edf129", size = 5658098, upload-time = "2026-06-15T11:36:44.862Z" },
102
- { url = "https://files.pythonhosted.org/packages/be/a5/1f406e0362dd0f18ba09a562d50d7c04a70ac05d350b1ab6fba36ca3e9f0/prek-0.4.5-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:a8ed0d28f3e7790e4402a9324c386509066df6e67cc587f7406f9a245b97b7e8", size = 5498634, upload-time = "2026-06-15T11:36:31.828Z" },
103
- { url = "https://files.pythonhosted.org/packages/c7/df/b0cbf0fa527330188390b7b6c8d279cd5e509923262d0a6c5cc44bbdf103/prek-0.4.5-py3-none-musllinux_1_1_i686.whl", hash = "sha256:86f76bd3d2ecf6fd9034d75c62ff4c786eb11d0dd0a1f79bbb4343b023e12769", size = 5784840, upload-time = "2026-06-15T11:36:37.481Z" },
104
- { url = "https://files.pythonhosted.org/packages/9d/d7/977ee3c622c906677dd94187a00392ce2dd76035486b3a3b1b5a5267dd34/prek-0.4.5-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:e491a1a4641d91d8b03dcce5588397e76d2a5b432c9b0a6c70475972b4512ab4", size = 6300384, upload-time = "2026-06-15T11:36:27.602Z" },
105
- { url = "https://files.pythonhosted.org/packages/79/fa/43b1d761381dc1c7eeb8f2235c66e902970d4b2bff2dec0f02836c085769/prek-0.4.5-py3-none-win32.whl", hash = "sha256:7546989b2403c96137bd79d19ebfe21facb87266cefe819db2458c3b9b23f350", size = 5287935, upload-time = "2026-06-15T11:36:20.293Z" },
106
- { url = "https://files.pythonhosted.org/packages/f5/fe/59b5eb3124f5a4cc255a93857b9ab42402635b273f157e91de23bfa40e8f/prek-0.4.5-py3-none-win_amd64.whl", hash = "sha256:8b2ac9227504371d97338215b344184cb0b31ca94113515a3a90c509c6c5a707", size = 5682560, upload-time = "2026-06-15T11:36:25.865Z" },
107
- { url = "https://files.pythonhosted.org/packages/97/0e/589ff0eab9034909b1ec8654ee03483797305fb743b3554ce6140d82da9d/prek-0.4.5-py3-none-win_arm64.whl", hash = "sha256:646a86a1a082dbd99fed96314b1064f5644bb34c1f4037a63547a18e2160fb86", size = 5509019, upload-time = "2026-06-15T11:36:46.595Z" },
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