iptocc 3.2.2__tar.gz → 3.2.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 (31) hide show
  1. {iptocc-3.2.2 → iptocc-3.2.3}/Cargo.lock +3 -3
  2. {iptocc-3.2.2 → iptocc-3.2.3}/PKG-INFO +1 -1
  3. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/Cargo.toml +1 -1
  4. {iptocc-3.2.2 → iptocc-3.2.3}/crate/Cargo.toml +1 -1
  5. {iptocc-3.2.2 → iptocc-3.2.3}/crate/src/data/v4.bin +0 -0
  6. {iptocc-3.2.2 → iptocc-3.2.3}/crate/src/data/v6.bin +54 -53
  7. {iptocc-3.2.2 → iptocc-3.2.3}/Cargo.toml +0 -0
  8. {iptocc-3.2.2 → iptocc-3.2.3}/LICENSE-APACHE +0 -0
  9. {iptocc-3.2.2 → iptocc-3.2.3}/LICENSE-MIT +0 -0
  10. {iptocc-3.2.2 → iptocc-3.2.3}/README.md +0 -0
  11. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/LICENSE-APACHE +0 -0
  12. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/LICENSE-MIT +0 -0
  13. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/README.md +0 -0
  14. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/benchmarks/bench_lookup.py +0 -0
  15. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/src/lib.rs +0 -0
  16. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/tests/test_api.py +0 -0
  17. {iptocc-3.2.2 → iptocc-3.2.3}/bindings/python/uv.lock +0 -0
  18. {iptocc-3.2.2 → iptocc-3.2.3}/crate/LICENSE-APACHE +0 -0
  19. {iptocc-3.2.2 → iptocc-3.2.3}/crate/LICENSE-MIT +0 -0
  20. {iptocc-3.2.2 → iptocc-3.2.3}/crate/README.md +0 -0
  21. {iptocc-3.2.2 → iptocc-3.2.3}/crate/benches/lookup.rs +0 -0
  22. {iptocc-3.2.2 → iptocc-3.2.3}/crate/src/bin/generate-data.rs +0 -0
  23. {iptocc-3.2.2 → iptocc-3.2.3}/crate/src/format.rs +0 -0
  24. {iptocc-3.2.2 → iptocc-3.2.3}/crate/src/lib.rs +0 -0
  25. {iptocc-3.2.2 → iptocc-3.2.3}/crate/src/main.rs +0 -0
  26. {iptocc-3.2.2 → iptocc-3.2.3}/crate/tests/api.rs +0 -0
  27. {iptocc-3.2.2 → iptocc-3.2.3}/pyproject.toml +0 -0
  28. {iptocc-3.2.2 → iptocc-3.2.3}/python/iptocc/__init__.py +0 -0
  29. {iptocc-3.2.2 → iptocc-3.2.3}/python/iptocc/cli.py +0 -0
  30. {iptocc-3.2.2 → iptocc-3.2.3}/python/iptocc/iptocc.pyi +0 -0
  31. {iptocc-3.2.2 → iptocc-3.2.3}/python/iptocc/py.typed +0 -0
@@ -350,7 +350,7 @@ dependencies = [
350
350
 
351
351
  [[package]]
352
352
  name = "iptocc"
353
- version = "1.3.2"
353
+ version = "1.3.3"
354
354
  dependencies = [
355
355
  "clap",
356
356
  "criterion",
@@ -359,7 +359,7 @@ dependencies = [
359
359
 
360
360
  [[package]]
361
361
  name = "iptocc-py"
362
- version = "3.2.2"
362
+ version = "3.2.3"
363
363
  dependencies = [
364
364
  "iptocc",
365
365
  "pyo3",
@@ -367,7 +367,7 @@ dependencies = [
367
367
 
368
368
  [[package]]
369
369
  name = "iptocc-wasm"
370
- version = "1.2.2"
370
+ version = "1.2.3"
371
371
  dependencies = [
372
372
  "iptocc",
373
373
  "js-sys",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iptocc
3
- Version: 3.2.2
3
+ Version: 3.2.3
4
4
  Classifier: Programming Language :: Python :: 3.10
5
5
  Classifier: Programming Language :: Python :: 3.11
6
6
  Classifier: Programming Language :: Python :: 3.12
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  name = "iptocc-py"
3
3
  description = "Python bindings for iptocc, a fast IP-to-country lookup library written in Rust"
4
- version = "3.2.2"
4
+ version = "3.2.3"
5
5
  edition.workspace = true
6
6
  license.workspace = true
7
7
  repository.workspace = true
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  name = "iptocc"
3
3
  description = "Fast, offline IPv4/IPv6 address to ISO-3166 country code lookup using RIR delegated statistics"
4
- version = "1.3.2"
4
+ version = "1.3.3"
5
5
  default-run = "iptocc"
6
6
  edition.workspace = true
7
7
  license.workspace = true