slumber-python 5.2.3__tar.gz → 5.2.4__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 (67) hide show
  1. {slumber_python-5.2.3 → slumber_python-5.2.4}/Cargo.lock +11 -11
  2. {slumber_python-5.2.3 → slumber_python-5.2.4}/Cargo.toml +9 -13
  3. {slumber_python-5.2.3 → slumber_python-5.2.4}/PKG-INFO +1 -1
  4. {slumber_python-5.2.3 → slumber_python-5.2.4}/README.md +0 -0
  5. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/Cargo.toml +0 -0
  6. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/cereal.rs +0 -0
  7. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/default.yml +0 -0
  8. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/default_old.yml +0 -0
  9. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/lib.rs +0 -0
  10. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/cereal.rs +0 -0
  11. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/input.rs +0 -0
  12. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/mime.rs +0 -0
  13. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui/theme.rs +0 -0
  14. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/config/src/tui.rs +0 -0
  15. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/Cargo.toml +0 -0
  16. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/cereal.rs +0 -0
  17. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/models.rs +0 -0
  18. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/recipe_tree.rs +0 -0
  19. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/schema.rs +0 -0
  20. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection/value_template.rs +0 -0
  21. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/collection.rs +0 -0
  22. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database/convert.rs +0 -0
  23. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database/migrations.rs +0 -0
  24. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database/tests.rs +0 -0
  25. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/database.rs +0 -0
  26. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http/curl.rs +0 -0
  27. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http/models.rs +0 -0
  28. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http/tests.rs +0 -0
  29. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/http.rs +0 -0
  30. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/lib.rs +0 -0
  31. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render/functions.rs +0 -0
  32. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render/tests.rs +0 -0
  33. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render/util.rs +0 -0
  34. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/render.rs +0 -0
  35. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/test_util.rs +0 -0
  36. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/util/json.rs +0 -0
  37. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/core/src/util.rs +0 -0
  38. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/macros/Cargo.toml +0 -0
  39. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/macros/src/lib.rs +0 -0
  40. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/Cargo.toml +0 -0
  41. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/README.md +0 -0
  42. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/dev.py +0 -0
  43. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/mise.toml +0 -0
  44. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/slumber.pyi +0 -0
  45. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/src/lib.rs +0 -0
  46. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/tests/slumber.yml +0 -0
  47. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/tests/test.py +0 -0
  48. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/python/uv.lock +0 -0
  49. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/Cargo.toml +0 -0
  50. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/proptest-regressions/parse.txt +0 -0
  51. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/cereal.rs +0 -0
  52. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/display.rs +0 -0
  53. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/error.rs +0 -0
  54. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/expression.rs +0 -0
  55. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/lib.rs +0 -0
  56. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/parse.rs +0 -0
  57. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/test_util.rs +0 -0
  58. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/tests.rs +0 -0
  59. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/template/src/value.rs +0 -0
  60. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/Cargo.toml +0 -0
  61. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/lib.rs +0 -0
  62. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/paths.rs +0 -0
  63. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/test_util.rs +0 -0
  64. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/yaml/error.rs +0 -0
  65. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/yaml/resolve.rs +0 -0
  66. {slumber_python-5.2.3 → slumber_python-5.2.4}/crates/util/src/yaml.rs +0 -0
  67. {slumber_python-5.2.3 → slumber_python-5.2.4}/pyproject.toml +0 -0
@@ -809,7 +809,7 @@ dependencies = [
809
809
 
810
810
  [[package]]
811
811
  name = "doc_utils"
812
- version = "5.2.3"
812
+ version = "5.2.4"
813
813
  dependencies = [
814
814
  "anyhow",
815
815
  "clap",
@@ -3280,7 +3280,7 @@ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3280
3280
 
3281
3281
  [[package]]
3282
3282
  name = "slumber"
3283
- version = "5.2.3"
3283
+ version = "5.2.4"
3284
3284
  dependencies = [
3285
3285
  "anyhow",
3286
3286
  "slumber_cli",
@@ -3292,7 +3292,7 @@ dependencies = [
3292
3292
 
3293
3293
  [[package]]
3294
3294
  name = "slumber_cli"
3295
- version = "5.2.3"
3295
+ version = "5.2.4"
3296
3296
  dependencies = [
3297
3297
  "anyhow",
3298
3298
  "assert_cmd",
@@ -3327,7 +3327,7 @@ dependencies = [
3327
3327
 
3328
3328
  [[package]]
3329
3329
  name = "slumber_config"
3330
- version = "5.2.3"
3330
+ version = "5.2.4"
3331
3331
  dependencies = [
3332
3332
  "derive_more",
3333
3333
  "dirs",
@@ -3352,7 +3352,7 @@ dependencies = [
3352
3352
 
3353
3353
  [[package]]
3354
3354
  name = "slumber_core"
3355
- version = "5.2.3"
3355
+ version = "5.2.4"
3356
3356
  dependencies = [
3357
3357
  "async-trait",
3358
3358
  "base64 0.22.1",
@@ -3400,7 +3400,7 @@ dependencies = [
3400
3400
 
3401
3401
  [[package]]
3402
3402
  name = "slumber_import"
3403
- version = "5.2.3"
3403
+ version = "5.2.4"
3404
3404
  dependencies = [
3405
3405
  "anyhow",
3406
3406
  "base64 0.22.1",
@@ -3432,7 +3432,7 @@ dependencies = [
3432
3432
 
3433
3433
  [[package]]
3434
3434
  name = "slumber_macros"
3435
- version = "5.2.3"
3435
+ version = "5.2.4"
3436
3436
  dependencies = [
3437
3437
  "proc-macro2",
3438
3438
  "quote",
@@ -3441,7 +3441,7 @@ dependencies = [
3441
3441
 
3442
3442
  [[package]]
3443
3443
  name = "slumber_python"
3444
- version = "5.2.3"
3444
+ version = "5.2.4"
3445
3445
  dependencies = [
3446
3446
  "async-trait",
3447
3447
  "dialoguer",
@@ -3455,7 +3455,7 @@ dependencies = [
3455
3455
 
3456
3456
  [[package]]
3457
3457
  name = "slumber_template"
3458
- version = "5.2.3"
3458
+ version = "5.2.4"
3459
3459
  dependencies = [
3460
3460
  "bytes",
3461
3461
  "derive_more",
@@ -3482,7 +3482,7 @@ dependencies = [
3482
3482
 
3483
3483
  [[package]]
3484
3484
  name = "slumber_tui"
3485
- version = "5.2.3"
3485
+ version = "5.2.4"
3486
3486
  dependencies = [
3487
3487
  "anyhow",
3488
3488
  "async-trait",
@@ -3524,7 +3524,7 @@ dependencies = [
3524
3524
 
3525
3525
  [[package]]
3526
3526
  name = "slumber_util"
3527
- version = "5.2.3"
3527
+ version = "5.2.4"
3528
3528
  dependencies = [
3529
3529
  "console-subscriber",
3530
3530
  "derive_more",
@@ -9,7 +9,7 @@ homepage = "https://slumber.lucaspickering.me"
9
9
  keywords = ["rest", "http", "terminal", "tui"]
10
10
  license = "MIT"
11
11
  repository = "https://github.com/LucasPickering/slumber"
12
- version = "5.2.3"
12
+ version = "5.2.4"
13
13
  # Keep in sync w/ rust-toolchain.toml
14
14
  rust-version = "1.90.0"
15
15
 
@@ -43,14 +43,14 @@ serde_json = {version = "1.0.120", default-features = false, features = ["preser
43
43
  serde_json_path = "0.7.1"
44
44
  serde_test = "1.0.176"
45
45
  serde_yaml = {version = "0.9.0", default-features = false}
46
- slumber_cli = {path = "./crates/cli", version = "5.2.3" }
47
- slumber_config = {path = "./crates/config", version = "5.2.3", default-features = false }
48
- slumber_core = {path = "./crates/core", version = "5.2.3" }
49
- slumber_import = {path = "./crates/import", version = "5.2.3" }
50
- slumber_macros = {path = "./crates/macros", version = "5.2.3" }
51
- slumber_template = {path = "./crates/template", version = "5.2.3" }
52
- slumber_tui = {path = "./crates/tui", version = "5.2.3" }
53
- slumber_util = {path = "./crates/util", version = "5.2.3" }
46
+ slumber_cli = {path = "./crates/cli", version = "5.2.4" }
47
+ slumber_config = {path = "./crates/config", version = "5.2.4", default-features = false }
48
+ slumber_core = {path = "./crates/core", version = "5.2.4" }
49
+ slumber_import = {path = "./crates/import", version = "5.2.4" }
50
+ slumber_macros = {path = "./crates/macros", version = "5.2.4" }
51
+ slumber_template = {path = "./crates/template", version = "5.2.4" }
52
+ slumber_tui = {path = "./crates/tui", version = "5.2.4" }
53
+ slumber_util = {path = "./crates/util", version = "5.2.4" }
54
54
  strum = {version = "0.27.0", default-features = false}
55
55
  syn = "2.0.101"
56
56
  terminput = "0.5.3"
@@ -126,10 +126,6 @@ targets = [
126
126
  "x86_64-unknown-linux-gnu",
127
127
  "x86_64-unknown-linux-musl",
128
128
  "x86_64-pc-windows-msvc",
129
- "armv7-unknown-linux-gnueabi",
130
- "armv7-unknown-linux-gnueabihf",
131
- "armv7-unknown-linux-musleabi",
132
- "armv7-unknown-linux-musleabihf",
133
129
  ]
134
130
  # Publish jobs to run in CI
135
131
  publish-jobs = ["homebrew"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: slumber-python
3
- Version: 5.2.3
3
+ Version: 5.2.4
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
File without changes