flavorpack 2025-12-28
Source code cleanup: exception classes removed, unused imports cleaned
18 files · 110+ · 133-

Source Code Cleanup

5 files changed
  • exceptions.py Updated exceptions module
  • locking.py Updated locking module
  • backends.py Updated PSP backends
  • workenv.py Updated PSP workenv
  • security.py Updated PSP security
  • src/flavor/exceptions.py (12 lines removed) — exception classes removed, likely consolidated elsewhere decouple internal
    1 file
    • exceptions.py
  • src/flavor/locking.py (2 lines removed) — unused code removed deprecate internal
    1 file
    • locking.py
  • src/flavor/psp/format_2025/backends.py (4 lines removed) decouple internal
    1 file
    • backends.py
  • src/flavor/psp/format_2025/workenv.py (2 lines removed) decouple internal
    1 file
    • workenv.py
  • src/flavor/commands/helpers.py and src/flavor/commands/workenv.py (1 line each removed) decouple internal
    1 file
    • workenv.py

Dependencies

1 file changed
  • pyproject.toml Updated project configuration
  • pyproject.toml (35 lines changed) — significant dependency and metadata updates baseline internal
    1 file
    • pyproject.toml

Doc Tooling

12 files changed
  • docs_validate.py Updated docs_validate.py
  • helpers.py Updated helpers command
  • workenv.py Updated workenv command
  • test_extract_command.py Updated tests for extract_command
  • test_utils_command.py Updated tests for utils_command
  • conftest.py Updated tests for conftest
  • test_pspf_2025_enhanced.py Updated tests for pspf_2025_enhanced
  • test_pspf_2025_security.py Updated tests for pspf_2025_security
  • test_orchestrator.py Updated tests for orchestrator
  • test_package_integrity.py Updated tests for package_integrity
  • test_package_security.py Updated tests for package_security
  • benchmark.py Updated taster benchmark command
  • .provide/foundry/scripts/docs_validate.py (26 lines changed) — validation logic updated decouple internal
    1 file
    • docs_validate.py