iptocc 3.3.76__tar.gz → 3.3.78__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.3.76 → iptocc-3.3.78}/Cargo.lock +7 -7
  2. {iptocc-3.3.76 → iptocc-3.3.78}/PKG-INFO +1 -1
  3. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/Cargo.toml +1 -1
  4. {iptocc-3.3.76 → iptocc-3.3.78}/crate/Cargo.toml +1 -1
  5. {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/data/v4.bin +0 -0
  6. {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/data/v6.bin +322 -323
  7. {iptocc-3.3.76 → iptocc-3.3.78}/Cargo.toml +0 -0
  8. {iptocc-3.3.76 → iptocc-3.3.78}/LICENSE-APACHE +0 -0
  9. {iptocc-3.3.76 → iptocc-3.3.78}/LICENSE-MIT +0 -0
  10. {iptocc-3.3.76 → iptocc-3.3.78}/README.md +0 -0
  11. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/LICENSE-APACHE +0 -0
  12. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/LICENSE-MIT +0 -0
  13. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/README.md +0 -0
  14. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/benchmarks/bench_lookup.py +0 -0
  15. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/src/lib.rs +0 -0
  16. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/tests/test_api.py +0 -0
  17. {iptocc-3.3.76 → iptocc-3.3.78}/bindings/python/uv.lock +0 -0
  18. {iptocc-3.3.76 → iptocc-3.3.78}/crate/LICENSE-APACHE +0 -0
  19. {iptocc-3.3.76 → iptocc-3.3.78}/crate/LICENSE-MIT +0 -0
  20. {iptocc-3.3.76 → iptocc-3.3.78}/crate/README.md +0 -0
  21. {iptocc-3.3.76 → iptocc-3.3.78}/crate/benches/lookup.rs +0 -0
  22. {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/bin/generate-data.rs +0 -0
  23. {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/format.rs +0 -0
  24. {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/lib.rs +0 -0
  25. {iptocc-3.3.76 → iptocc-3.3.78}/crate/src/main.rs +0 -0
  26. {iptocc-3.3.76 → iptocc-3.3.78}/crate/tests/api.rs +0 -0
  27. {iptocc-3.3.76 → iptocc-3.3.78}/pyproject.toml +0 -0
  28. {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/__init__.py +0 -0
  29. {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/cli.py +0 -0
  30. {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/iptocc.pyi +0 -0
  31. {iptocc-3.3.76 → iptocc-3.3.78}/python/iptocc/py.typed +0 -0
@@ -139,9 +139,9 @@ dependencies = [
139
139
 
140
140
  [[package]]
141
141
  name = "clap"
142
- version = "4.6.1"
142
+ version = "4.6.2"
143
143
  source = "registry+https://github.com/rust-lang/crates.io-index"
144
- checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
144
+ checksum = "dd059f9da4f5c36b3787f65d38ccaab1cc315f07b01f89abc8359ee6a8205011"
145
145
  dependencies = [
146
146
  "clap_builder",
147
147
  "clap_derive",
@@ -149,9 +149,9 @@ dependencies = [
149
149
 
150
150
  [[package]]
151
151
  name = "clap_builder"
152
- version = "4.6.0"
152
+ version = "4.6.2"
153
153
  source = "registry+https://github.com/rust-lang/crates.io-index"
154
- checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
154
+ checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
155
155
  dependencies = [
156
156
  "anstream",
157
157
  "anstyle",
@@ -350,7 +350,7 @@ dependencies = [
350
350
 
351
351
  [[package]]
352
352
  name = "iptocc"
353
- version = "1.4.76"
353
+ version = "1.4.78"
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.3.76"
362
+ version = "3.3.78"
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.3.76"
370
+ version = "1.3.78"
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.3.76
3
+ Version: 3.3.78
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.3.76"
4
+ version = "3.3.78"
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.4.76"
4
+ version = "1.4.78"
5
5
  default-run = "iptocc"
6
6
  edition.workspace = true
7
7
  license.workspace = true