envrcctl 0.2.3__tar.gz → 0.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 (52) hide show
  1. {envrcctl-0.2.3 → envrcctl-0.2.4}/PKG-INFO +2 -2
  2. {envrcctl-0.2.3 → envrcctl-0.2.4}/pyproject.toml +2 -2
  3. {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/release_artifacts.py +2 -2
  4. {envrcctl-0.2.3 → envrcctl-0.2.4}/.gitignore +0 -0
  5. {envrcctl-0.2.3 → envrcctl-0.2.4}/LICENSE +0 -0
  6. {envrcctl-0.2.3 → envrcctl-0.2.4}/README.md +0 -0
  7. {envrcctl-0.2.3 → envrcctl-0.2.4}/completions/envrcctl.bash +0 -0
  8. {envrcctl-0.2.3 → envrcctl-0.2.4}/completions/envrcctl.fish +0 -0
  9. {envrcctl-0.2.3 → envrcctl-0.2.4}/completions/envrcctl.zsh +0 -0
  10. {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/build_macos_auth_helper.sh +0 -0
  11. {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/generate_completions.py +0 -0
  12. {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/macos/envrcctl-macos-auth.swift +0 -0
  13. {envrcctl-0.2.3 → envrcctl-0.2.4}/scripts/package_for_ship.sh +0 -0
  14. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/__init__.py +0 -0
  15. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/audit.py +0 -0
  16. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/auth.py +0 -0
  17. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/cli.py +0 -0
  18. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/command_runner.py +0 -0
  19. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/envrc.py +0 -0
  20. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/envrcctl-macos-auth.bak +0 -0
  21. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/errors.py +0 -0
  22. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/keychain.py +0 -0
  23. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/main.py +0 -0
  24. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/managed_block.py +0 -0
  25. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/secrets.py +0 -0
  26. {envrcctl-0.2.3 → envrcctl-0.2.4}/src/envrcctl/secretservice.py +0 -0
  27. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/__init__.py +0 -0
  28. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/conftest.py +0 -0
  29. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/helpers/__init__.py +0 -0
  30. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/helpers/cli_support.py +0 -0
  31. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_audit.py +0 -0
  32. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_audit_cli.py +0 -0
  33. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_auth.py +0 -0
  34. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli.py +0 -0
  35. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_doctor.py +0 -0
  36. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_errors.py +0 -0
  37. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_eval.py +0 -0
  38. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_exec.py +0 -0
  39. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_helpers.py +0 -0
  40. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_inject.py +0 -0
  41. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_migrate.py +0 -0
  42. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_secret_get.py +0 -0
  43. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_secret_list.py +0 -0
  44. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_cli_secret_set_unset.py +0 -0
  45. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_command_runner.py +0 -0
  46. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_envrc.py +0 -0
  47. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_keychain.py +0 -0
  48. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_main.py +0 -0
  49. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_managed_block.py +0 -0
  50. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_secrets.py +0 -0
  51. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_secretservice.py +0 -0
  52. {envrcctl-0.2.3 → envrcctl-0.2.4}/tests/test_smoke.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: envrcctl
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Manage .envrc with managed blocks and OS-backed secrets.
5
5
  Project-URL: Homepage, https://github.com/rioriost/envrcctl
6
6
  Project-URL: Issues, https://github.com/rioriost/envrcctl/issues
@@ -8,7 +8,7 @@ Project-URL: Repository, https://github.com/rioriost/envrcctl
8
8
  Author-email: Rio Fujita <rio_github@rio.st>
9
9
  License-Expression: MIT
10
10
  License-File: LICENSE
11
- Requires-Python: >=3.14
11
+ Requires-Python: >=3.12
12
12
  Requires-Dist: typer>=0.24.1
13
13
  Provides-Extra: test
14
14
  Requires-Dist: bandit>=1.7.10; extra == 'test'
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "envrcctl"
3
- version = "0.2.3"
3
+ version = "0.2.4"
4
4
  description = "Manage .envrc with managed blocks and OS-backed secrets."
5
5
  readme = { file = "README.md", content-type = "text/markdown" }
6
6
  license = "MIT"
7
- requires-python = ">=3.14"
7
+ requires-python = ">=3.12"
8
8
  authors = [
9
9
  { name = "Rio Fujita", email = "rio_github@rio.st" },
10
10
  ]
@@ -195,7 +195,7 @@ end
195
195
 
196
196
 
197
197
  def write_formula(repo_root: Path, formula_text: str, formula_dir: Path | None) -> Path:
198
- target_dir = formula_dir or (repo_root.parent / "homebrew-tap" / "Formula")
198
+ target_dir = formula_dir or (repo_root / "Formula")
199
199
  target_dir.mkdir(parents=True, exist_ok=True)
200
200
  formula_path = target_dir / "envrcctl.rb"
201
201
  formula_path.write_text(formula_text, encoding="utf-8")
@@ -226,7 +226,7 @@ def parse_args() -> argparse.Namespace:
226
226
  "--formula-dir",
227
227
  type=Path,
228
228
  default=None,
229
- help="Directory to write envrcctl.rb into. Defaults to ../homebrew-tap/Formula.",
229
+ help="Directory to write envrcctl.rb into. Defaults to ./Formula.",
230
230
  )
231
231
  return parser.parse_args()
232
232
 
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