8000 Tags · tox-dev/filelock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tox-dev/filelock

Tags

3.18.0

Toggle 3.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#405)

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.31.3](python-jsonschema/check-jsonschema@0.31.2...0.31.3)
- [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...v0.9.10)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

3.17.0

Toggle 3.17.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Drop 3.8 (#388)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.3...v0.9.2)

* Fix failures and drop 3.8

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>

---------

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>

3.16.1

Toggle 3.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CI improvements (#362)

3.16.0

Toggle 3.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add 3.13 to CI (#359)

3.15.4

Toggle 3.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pass file_lock as positional argument (#347)

3.15.3

Toggle 3.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `TypeError: _CountedFileLock.__init__() got an unexpected keyword…

… argument 'timeout'` (#345)

* Fix TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout'

* fix

* fix type check

* ignore Skipping analyzing "virtualenv": module is installed, but missing library stubs or py.typed marker  [import-untyped]

3.15.2

Toggle 3.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use a metaclass to implement the singleton pattern (#340)

* add test to check the number of `__init__` calls

* FileLockMeta

* fix lint

* minor touch

* minor touch

* revert self._context

* fix type check

3.15.1

Toggle 3.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix: Restore __init__ method; more robust initialization for singl…

…eton locks (#338)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

3.15.0

Toggle 3.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't initialize BaseFileLock when just returning existing instance (#…

…334)

3.14.0

Toggle 3.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: `blocking` parameter on lock constructor with tests and docs (#325

)

* feat: blocking param on lock constructor with tests and docs

* docs: replace a todo with actual doc

* better docs and additional test on blocking precedence

* fix: docs were broken

* docs: add a period .
0