stdbr 0.3.4__tar.gz → 0.3.6__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 (43) hide show
  1. {stdbr-0.3.4 → stdbr-0.3.6}/Cargo.lock +7 -7
  2. {stdbr-0.3.4 → stdbr-0.3.6}/PKG-INFO +1 -1
  3. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/Cargo.toml +1 -1
  4. {stdbr-0.3.4 → stdbr-0.3.6}/core/Cargo.toml +1 -1
  5. {stdbr-0.3.4 → stdbr-0.3.6}/pyproject.toml +1 -1
  6. {stdbr-0.3.4 → stdbr-0.3.6}/Cargo.toml +0 -0
  7. {stdbr-0.3.4 → stdbr-0.3.6}/LICENSE +0 -0
  8. {stdbr-0.3.4 → stdbr-0.3.6}/README.md +0 -0
  9. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/BUILD.bazel +0 -0
  10. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/LICENSE +0 -0
  11. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/README.md +0 -0
  12. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/src/cep.rs +0 -0
  13. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/src/cnpj.rs +0 -0
  14. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/src/cpf.rs +0 -0
  15. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/src/lib.rs +0 -0
  16. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/src/municipio.rs +0 -0
  17. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/src/rg.rs +0 -0
  18. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/src/uf.rs +0 -0
  19. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/tests/parity.py +0 -0
  20. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/tests/typing_smoke.py +0 -0
  21. {stdbr-0.3.4 → stdbr-0.3.6}/bindings/python/tests/wheel.py +0 -0
  22. {stdbr-0.3.4 → stdbr-0.3.6}/core/BUILD.bazel +0 -0
  23. {stdbr-0.3.4 → stdbr-0.3.6}/core/LICENSE +0 -0
  24. {stdbr-0.3.4 → stdbr-0.3.6}/core/README.md +0 -0
  25. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/cep.rs +0 -0
  26. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/cnpj.rs +0 -0
  27. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/cpf.rs +0 -0
  28. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/lib.rs +0 -0
  29. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/municipio/generated.rs +0 -0
  30. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/municipio.rs +0 -0
  31. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/rand.rs +0 -0
  32. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/rg.rs +0 -0
  33. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/uf.rs +0 -0
  34. {stdbr-0.3.4 → stdbr-0.3.6}/core/src/util.rs +0 -0
  35. {stdbr-0.3.4 → stdbr-0.3.6}/core/tests/cep_boundaries.rs +0 -0
  36. {stdbr-0.3.4 → stdbr-0.3.6}/core/tests/features.rs +0 -0
  37. {stdbr-0.3.4 → stdbr-0.3.6}/core/tests/parity.rs +0 -0
  38. {stdbr-0.3.4 → stdbr-0.3.6}/core/tests/properties.rs +0 -0
  39. {stdbr-0.3.4 → stdbr-0.3.6}/core/tests/rng.rs +0 -0
  40. {stdbr-0.3.4 → stdbr-0.3.6}/python/stdbr/__init__.py +0 -0
  41. {stdbr-0.3.4 → stdbr-0.3.6}/python/stdbr/__init__.pyi +0 -0
  42. {stdbr-0.3.4 → stdbr-0.3.6}/python/stdbr/py.typed +0 -0
  43. {stdbr-0.3.4 → stdbr-0.3.6}/python/stdbr/stdbr.pyi +0 -0
@@ -243,7 +243,7 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
243
243
 
244
244
  [[package]]
245
245
  name = "parity-gen"
246
- version = "0.3.4"
246
+ version = "0.3.6"
247
247
  dependencies = [
248
248
  "serde_json",
249
249
  "stdbr-core",
@@ -483,28 +483,28 @@ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
483
483
 
484
484
  [[package]]
485
485
  name = "stdbr"
486
- version = "0.3.4"
486
+ version = "0.3.6"
487
487
  dependencies = [
488
488
  "stdbr-core",
489
489
  ]
490
490
 
491
491
  [[package]]
492
492
  name = "stdbr-core"
493
- version = "0.3.4"
493
+ version = "0.3.6"
494
494
  dependencies = [
495
495
  "serde_json",
496
496
  ]
497
497
 
498
498
  [[package]]
499
499
  name = "stdbr-ffi"
500
- version = "0.3.4"
500
+ version = "0.3.6"
501
501
  dependencies = [
502
502
  "stdbr-core",
503
503
  ]
504
504
 
505
505
  [[package]]
506
506
  name = "stdbr-napi"
507
- version = "0.3.4"
507
+ version = "0.3.6"
508
508
  dependencies = [
509
509
  "napi",
510
510
  "napi-build",
@@ -514,7 +514,7 @@ dependencies = [
514
514
 
515
515
  [[package]]
516
516
  name = "stdbr-python"
517
- version = "0.3.4"
517
+ version = "0.3.6"
518
518
  dependencies = [
519
519
  "pyo3",
520
520
  "stdbr-core",
@@ -522,7 +522,7 @@ dependencies = [
522
522
 
523
523
  [[package]]
524
524
  name = "stdbr-wasm"
525
- version = "0.3.4"
525
+ version = "0.3.6"
526
526
  dependencies = [
527
527
  "stdbr-core",
528
528
  "wasm-bindgen",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stdbr
3
- Version: 0.3.4
3
+ Version: 0.3.6
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "stdbr-python"
3
- version = "0.3.4"
3
+ version = "0.3.6"
4
4
  edition.workspace = true
5
5
  rust-version.workspace = true
6
6
  license.workspace = true
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "stdbr-core"
3
- version = "0.3.4"
3
+ version = "0.3.6"
4
4
  edition.workspace = true
5
5
  rust-version.workspace = true
6
6
  license.workspace = true
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "stdbr"
7
- version = "0.3.4"
7
+ version = "0.3.6"
8
8
  description = "Standard library for Brazil"
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
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