Releases: tox-dev/filelock
Releases · tox-dev/filelock
3.8.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #166
- link to flufl.lock by @dholth in #167
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #168
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #169
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #170
- fix BaseFileLock.timeout's getter/setter being obscured by itself by @dearfl in #172
- Fix mypy fails understanding FileLock by @gaborbernat in #177
New Contributors
Full Changelog: 3.8.0...3.8.1
3.8.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #149
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #154
- Bump actions/download-artifact from 2 to 3 by @dependabot in #152
- Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #151
- Bump actions/checkout from 2 to 3 by @dependabot in #153
- Bump actions/setup-python from 2 to 4 by @dependabot in #150
- Add timeout unit to docstrings by @jnordberg in #148
- Unify badges style by @DeadNews in #155
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #156
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #157
- Check 3.11 support by @gaborbernat in #158
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #159
- Bump dependencies by @gaborbernat in #160
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #162
New Contributors
- @dependabot made their first contribution in #154
- @jnordberg made their first contribution in #148
- @DeadNews made their first contribution in #155
Full Changelog: 3.7.1...3.8.0
3.7.1
Make the readme documentation point to the index page
3.7.0
Add ability to return immediately when a lock cannot be obtained inst…
3.6.0: Raise NotImplementedError if using wrong class (#135)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <[email protected]>
3.5.1: Use time.monotonic() for calculating timeouts. (#136)
Co-authored-by: Bernát Gábor <[email protected]>
3.5.0
Update changelog.rst
Drop Python 3.6 support
Drop python3.11 checks As often segfaults. Signed-off-by: Bernát Gábor <[email protected]>
Add stacklevel to deprecation warnings for argument name change
Fix linting Signed-off-by: Bernát Gábor <[email protected]>
3.4.0
Fix misspelled keyword argument `poll_interval` for method `acquire` …