timeout-dead 0.2.0__tar.gz → 0.2.1__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 (24) hide show
  1. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/PKG-INFO +1 -1
  2. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/src/timeout_dead/_version.py +3 -3
  3. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/tests/test_cli.py +1 -1
  4. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/.github/workflows/publish.yml +0 -0
  5. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/.github/workflows/pyright.yml +0 -0
  6. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/.github/workflows/ruff.yml +0 -0
  7. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/.github/workflows/tests.yml +0 -0
  8. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/.gitignore +0 -0
  9. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/.vscode/settings.json +0 -0
  10. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/AGENTS.md +0 -0
  11. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/CODE-STYLE.md +0 -0
  12. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/CONTRIBUTING.md +0 -0
  13. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/LICENSE +0 -0
  14. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/MANIFEST.in +0 -0
  15. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/README.md +0 -0
  16. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/icon.png +0 -0
  17. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/pyproject.toml +0 -0
  18. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/ruff.toml +0 -0
  19. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/setup.cfg +0 -0
  20. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/src/timeout_dead/__init__.py +0 -0
  21. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/src/timeout_dead/cli.py +0 -0
  22. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/src/timeout_dead.egg-info/SOURCES.txt +0 -0
  23. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/tests/conftest.py +0 -0
  24. {timeout_dead-0.2.0 → timeout_dead-0.2.1}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: timeout-dead
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Lightweight command timeout utility with zero runtime dependencies
5
5
  Author-email: Dmitry Krivoruchko <umbrella.leaf.for.work@gmail.com>
6
6
  License-Expression: Unlicense
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.2.0'
22
- __version_tuple__ = version_tuple = (0, 2, 0)
21
+ __version__ = version = '0.2.1'
22
+ __version_tuple__ = version_tuple = (0, 2, 1)
23
23
 
24
- __commit_id__ = commit_id = 'gd1dae1c5b'
24
+ __commit_id__ = commit_id = 'g3959eaed2'
@@ -551,4 +551,4 @@ class TestConstants:
551
551
  # ------------------------------------------------
552
552
 
553
553
  def test_header_separator_length(self) -> None:
554
- assert len(_Const.HEADER_SEPARATOR) == 60
554
+ assert len(_Const.HEADER_SEPARATOR) == 50
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