bibsync 0.3.2__tar.gz → 0.3.3__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.3.2 → bibsync-0.3.3}/CITATION.cff +2 -2
  2. {bibsync-0.3.2 → bibsync-0.3.3}/Cargo.lock +11 -11
  3. {bibsync-0.3.2 → bibsync-0.3.3}/Cargo.toml +1 -1
  4. {bibsync-0.3.2 → bibsync-0.3.3}/PKG-INFO +7 -7
  5. {bibsync-0.3.2 → bibsync-0.3.3}/README.md +6 -6
  6. {bibsync-0.3.2 → bibsync-0.3.3}/.gitignore +0 -0
  7. {bibsync-0.3.2 → bibsync-0.3.3}/.markdownlint.yaml +0 -0
  8. {bibsync-0.3.2 → bibsync-0.3.3}/.pre-commit-config.yaml +0 -0
  9. {bibsync-0.3.2 → bibsync-0.3.3}/.pre-commit-hooks.yaml +0 -0
  10. {bibsync-0.3.2 → bibsync-0.3.3}/.prettierrc +0 -0
  11. {bibsync-0.3.2 → bibsync-0.3.3}/.typos.toml +0 -0
  12. {bibsync-0.3.2 → bibsync-0.3.3}/CODE_OF_CONDUCT.md +0 -0
  13. {bibsync-0.3.2 → bibsync-0.3.3}/CONTRIBUTING.md +0 -0
  14. {bibsync-0.3.2 → bibsync-0.3.3}/LICENSE +0 -0
  15. {bibsync-0.3.2 → bibsync-0.3.3}/SECURITY.md +0 -0
  16. {bibsync-0.3.2 → bibsync-0.3.3}/SUPPORT.md +0 -0
  17. {bibsync-0.3.2 → bibsync-0.3.3}/benches/greeting.rs +0 -0
  18. {bibsync-0.3.2 → bibsync-0.3.3}/cliff.toml +0 -0
  19. {bibsync-0.3.2 → bibsync-0.3.3}/deny.toml +0 -0
  20. {bibsync-0.3.2 → bibsync-0.3.3}/docs/api/index.md +0 -0
  21. {bibsync-0.3.2 → bibsync-0.3.3}/docs/contributing.md +0 -0
  22. {bibsync-0.3.2 → bibsync-0.3.3}/docs/index.md +0 -0
  23. {bibsync-0.3.2 → bibsync-0.3.3}/docs/security.md +0 -0
  24. {bibsync-0.3.2 → bibsync-0.3.3}/docs/user-guide/examples.md +0 -0
  25. {bibsync-0.3.2 → bibsync-0.3.3}/docs/user-guide/installation.md +0 -0
  26. {bibsync-0.3.2 → bibsync-0.3.3}/docs/user-guide/pre-commit.md +0 -0
  27. {bibsync-0.3.2 → bibsync-0.3.3}/docs/user-guide/providers.md +0 -0
  28. {bibsync-0.3.2 → bibsync-0.3.3}/docs/user-guide/usage.md +0 -0
  29. {bibsync-0.3.2 → bibsync-0.3.3}/examples/README.md +0 -0
  30. {bibsync-0.3.2 → bibsync-0.3.3}/examples/greet.rs +0 -0
  31. {bibsync-0.3.2 → bibsync-0.3.3}/examples/inspire-main.bib +0 -0
  32. {bibsync-0.3.2 → bibsync-0.3.3}/examples/inspire-main.tex +0 -0
  33. {bibsync-0.3.2 → bibsync-0.3.3}/examples/main.bib +0 -0
  34. {bibsync-0.3.2 → bibsync-0.3.3}/examples/main.tex +0 -0
  35. {bibsync-0.3.2 → bibsync-0.3.3}/pyproject.toml +0 -0
  36. {bibsync-0.3.2 → bibsync-0.3.3}/python/bibsync/__init__.py +0 -0
  37. {bibsync-0.3.2 → bibsync-0.3.3}/python/bibsync/__init__.pyi +0 -0
  38. {bibsync-0.3.2 → bibsync-0.3.3}/python/bibsync/__main__.py +0 -0
  39. {bibsync-0.3.2 → bibsync-0.3.3}/python/bibsync/py.typed +0 -0
  40. {bibsync-0.3.2 → bibsync-0.3.3}/renovate.json +0 -0
  41. {bibsync-0.3.2 → bibsync-0.3.3}/rust-toolchain.toml +0 -0
  42. {bibsync-0.3.2 → bibsync-0.3.3}/scripts/pre-commit-bibsync +0 -0
  43. {bibsync-0.3.2 → bibsync-0.3.3}/setup_repo.sh +0 -0
  44. {bibsync-0.3.2 → bibsync-0.3.3}/src/cli.rs +0 -0
  45. {bibsync-0.3.2 → bibsync-0.3.3}/src/lib.rs +0 -0
  46. {bibsync-0.3.2 → bibsync-0.3.3}/src/main.rs +0 -0
  47. {bibsync-0.3.2 → bibsync-0.3.3}/src/python.rs +0 -0
  48. {bibsync-0.3.2 → bibsync-0.3.3}/tests/cli.rs +0 -0
  49. {bibsync-0.3.2 → bibsync-0.3.3}/tests/examples.rs +0 -0
  50. {bibsync-0.3.2 → bibsync-0.3.3}/tests/python/test_bindings.py +0 -0
  51. {bibsync-0.3.2 → bibsync-0.3.3}/uv.lock +0 -0
  52. {bibsync-0.3.2 → bibsync-0.3.3}/zensical.toml +0 -0
@@ -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.3.2"
4
- date-released: "2026-05-29"
3
+ version: "0.3.3"
4
+ date-released: "2026-06-02"
5
5
  license: "BSD-3-Clause"
6
6
  type: software
7
7
  authors:
@@ -124,7 +124,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
124
124
 
125
125
  [[package]]
126
126
  name = "bibsync"
127
- version = "0.3.2"
127
+ version = "0.3.3"
128
128
  dependencies = [
129
129
  "assert_cmd",
130
130
  "clap",
@@ -141,9 +141,9 @@ dependencies = [
141
141
 
142
142
  [[package]]
143
143
  name = "bitflags"
144
- version = "2.12.0"
144
+ version = "2.11.1"
145
145
  source = "registry+https://github.com/rust-lang/crates.io-index"
146
- checksum = "2c61cd05405eb1d0f3a4660f802bad76ece84b6e722426342ba5dd511f724e97"
146
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
147
147
 
148
148
  [[package]]
149
149
  name = "bstr"
@@ -537,9 +537,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
537
537
 
538
538
  [[package]]
539
539
  name = "hyper"
540
- version = "1.10.0"
540
+ version = "1.10.1"
541
541
  source = "registry+https://github.com/rust-lang/crates.io-index"
542
- checksum = "eb92f162bf56536459fc83c79b974bb12837acfed43d6bc370a7916d0ae15ecc"
542
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
543
543
  dependencies = [
544
544
  "atomic-waker",
545
545
  "bytes",
@@ -1270,9 +1270,9 @@ dependencies = [
1270
1270
 
1271
1271
  [[package]]
1272
1272
  name = "rustls-native-certs"
1273
- version = "0.8.3"
1273
+ version = "0.8.4"
1274
1274
  source = "registry+https://github.com/rust-lang/crates.io-index"
1275
- checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1275
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
1276
1276
  dependencies = [
1277
1277
  "openssl-probe",
1278
1278
  "rustls-pki-types",
@@ -2218,18 +2218,18 @@ dependencies = [
2218
2218
 
2219
2219
  [[package]]
2220
2220
  name = "zerocopy"
2221
- version = "0.8.49"
2221
+ version = "0.8.50"
2222
2222
  source = "registry+https://github.com/rust-lang/crates.io-index"
2223
- checksum = "bce33a6288fa3f072a8c2c7d0f2fdbb90e28298f0135c1f99b96c3db2efcc60b"
2223
+ checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1"
2224
2224
  dependencies = [
2225
2225
  "zerocopy-derive",
2226
2226
  ]
2227
2227
 
2228
2228
  [[package]]
2229
2229
  name = "zerocopy-derive"
2230
- version = "0.8.49"
2230
+ version = "0.8.50"
2231
2231
  source = "registry+https://github.com/rust-lang/crates.io-index"
2232
- checksum = "8fd425244944f4ab65ccff928e7323354c5a018c75838362fdce749dfad2ee1e"
2232
+ checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639"
2233
2233
  dependencies = [
2234
2234
  "proc-macro2",
2235
2235
  "quote",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "bibsync"
3
- version = "0.3.2"
3
+ version = "0.3.3"
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.3.2
3
+ Version: 0.3.3
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Science/Research
@@ -117,9 +117,9 @@ For convenience, you can also use:
117
117
  @software{wong2026bibsync,
118
118
  author = {Wong, Isaac C. F.},
119
119
  title = {bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases},
120
- version = {v0.3.2},
120
+ version = {v0.3.3},
121
121
  year = {2026},
122
- month = may,
122
+ month = jun,
123
123
  doi = {10.5281/zenodo.20422622},
124
124
  url = {https://doi.org/10.5281/zenodo.20422622}
125
125
  }
@@ -269,7 +269,7 @@ Use the pre-built binary hook for faster installs:
269
269
  ```yaml
270
270
  repos:
271
271
  - repo: https://github.com/isaac-cf-wong/bibsync
272
- rev: v0.3.2
272
+ rev: v0.3.3
273
273
  hooks:
274
274
  - id: bibsync-bin
275
275
  args: [--cache, --provider, inspire, --output, references.bib]
@@ -284,7 +284,7 @@ installation:
284
284
  ```yaml
285
285
  repos:
286
286
  - repo: https://github.com/isaac-cf-wong/bibsync
287
- rev: v0.3.2
287
+ rev: v0.3.3
288
288
  hooks:
289
289
  - id: bibsync
290
290
  args: [--provider, inspire, --output, references.bib]
@@ -296,7 +296,7 @@ writing changes. To let the hook update files, add `--fix` to the hook args:
296
296
  ```yaml
297
297
  repos:
298
298
  - repo: https://github.com/isaac-cf-wong/bibsync
299
- rev: v0.3.2
299
+ rev: v0.3.3
300
300
  hooks:
301
301
  - id: bibsync-bin
302
302
  args: [--fix, --cache, --provider, inspire, --output, references.bib]
@@ -307,7 +307,7 @@ To skip manually curated entries, add `--ignore-file`:
307
307
  ```yaml
308
308
  repos:
309
309
  - repo: https://github.com/isaac-cf-wong/bibsync
310
- rev: v0.3.2
310
+ rev: v0.3.3
311
311
  hooks:
312
312
  - id: bibsync-bin
313
313
  args:
@@ -90,9 +90,9 @@ For convenience, you can also use:
90
90
  @software{wong2026bibsync,
91
91
  author = {Wong, Isaac C. F.},
92
92
  title = {bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases},
93
- version = {v0.3.2},
93
+ version = {v0.3.3},
94
94
  year = {2026},
95
- month = may,
95
+ month = jun,
96
96
  doi = {10.5281/zenodo.20422622},
97
97
  url = {https://doi.org/10.5281/zenodo.20422622}
98
98
  }
@@ -242,7 +242,7 @@ Use the pre-built binary hook for faster installs:
242
242
  ```yaml
243
243
  repos:
244
244
  - repo: https://github.com/isaac-cf-wong/bibsync
245
- rev: v0.3.2
245
+ rev: v0.3.3
246
246
  hooks:
247
247
  - id: bibsync-bin
248
248
  args: [--cache, --provider, inspire, --output, references.bib]
@@ -257,7 +257,7 @@ installation:
257
257
  ```yaml
258
258
  repos:
259
259
  - repo: https://github.com/isaac-cf-wong/bibsync
260
- rev: v0.3.2
260
+ rev: v0.3.3
261
261
  hooks:
262
262
  - id: bibsync
263
263
  args: [--provider, inspire, --output, references.bib]
@@ -269,7 +269,7 @@ writing changes. To let the hook update files, add `--fix` to the hook args:
269
269
  ```yaml
270
270
  repos:
271
271
  - repo: https://github.com/isaac-cf-wong/bibsync
272
- rev: v0.3.2
272
+ rev: v0.3.3
273
273
  hooks:
274
274
  - id: bibsync-bin
275
275
  args: [--fix, --cache, --provider, inspire, --output, references.bib]
@@ -280,7 +280,7 @@ To skip manually curated entries, add `--ignore-file`:
280
280
  ```yaml
281
281
  repos:
282
282
  - repo: https://github.com/isaac-cf-wong/bibsync
283
- rev: v0.3.2
283
+ rev: v0.3.3
284
284
  hooks:
285
285
  - id: bibsync-bin
286
286
  args:
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