Bump filelock from 3.9.0 to 3.10.4
Bumps filelock from 3.9.0 to 3.10.4.
Release notes
Sourced from filelock's releases.
3.10.4
What's Changed
- updated os.open to preserve mode by
@jahrules
in tox-dev/py-filelock#211Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.3...3.10.4
3.10.3
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by
@dependabot
in tox-dev/py-filelock#207- bug fix by
@jahrules
in tox-dev/py-filelock#209Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.2...3.10.3
3.10.2
What's Changed
- changed from os.umask to os.chmod by
@jahrules
in tox-dev/py-filelock#206Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.1...3.10.2
3.10.1
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by
@dependabot
in tox-dev/py-filelock#200- Bump deps and tools by
@gaborbernat
in tox-dev/py-filelock#201- Properly pickle of Timeout objects + test cases by
@TheMatt2
in tox-dev/py-filelock#203New Contributors
@TheMatt2
made their first contribution in tox-dev/py-filelock#203Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.10.0...3.10.1
3.10.0
What's Changed
- added multiuser support and associated tests by
@jahrules
in tox-dev/py-filelock#192New Contributors
@jahrules
made their first contribution in tox-dev/py-filelock#192Full Changelog: https://github.com/tox-dev/py-filelock/compare/3.9.1...3.10.0
3.9.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci
in tox-dev/py-filelock#188- Bump deps and tools by
@gaborbernat
in tox-dev/py-filelock#193- Bump deps and tools by
@gaborbernat
in tox-dev/py-filelock#197- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by
@dependabot
in tox-dev/py-filelock#198- use time.perf_counter instead of time.monotonic by
@zpz
in tox-dev/py-filelock#194
... (truncated)
Changelog
Sourced from filelock's changelog.
v3.10.4 (2023-03-24)
- Update os.open to preserve mode= for certain edge cases. by :user:
jahrules
.v3.10.3 (2023-03-23)
- Fix permission issue - by :user:
jahrules
.v3.10.2 (2023-03-22)
- Bug fix for using filelock with threaded programs causing undesired file permissions - by :user:
jahrules
.v3.10.1 (2023-03-22)
- Handle pickle for :class:
filelock.Timeout
🇵🇷 203
- by :user:TheMatt2
.v3.10.0 (2023-03-15)
- Add support for explicit file modes for lockfiles
🇵🇷 192
- by :user:jahrules
.v3.9.1 (2023-03-14)
- Use
time.perf_counter
instead oftime.monotonic
for calculating timeouts.
Commits
-
745da61
updated os.open to preserve mode (#211) -
b222c42
Update changelog.rst -
31b2891
bug fix (#209) -
b85b5cb
Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#207) -
d7e1e84
changed from os.umask to os.chmod (#206) -
0b10287
Properly pickle of Timeout objects + test cases (#203) -
66b2d49
Bump deps and tools (#201) -
b1b3e87
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#200) -
d0061e4
added multiuser support and associated tests (#192) -
df6b13c
use time.perf_counter instead of time.monotonic (#194) - Additional commits viewable in compare view