forked from pool/python-filelock
Accepting request 980652 from home:mcalabkova:branches:devel:languages:python
- Update to 3.7.1
* Ownership moved from @benediktschmitt to the tox-dev organization
(new primary maintainer @gaborbernat)
* Raise when trying to acquire in R/O or missing folder
* Drop python 2.7, 3.5 and 3.6 support, add type hints
* Document asyncio support
* Accept path types (like pathlib.Path and pathlib.PurePath) in the
constructor for FileLock objects.
* Add correct spelling of poll interval parameter for acquire method
* Enable use as context decorator
* More changes, see upstream changelog
- Use PyPI tarball, switch to wheel for build (testsuite expects it)
OBS-URL: https://build.opensuse.org/request/show/980652
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 15:17:25 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 3.7.1
|
||||
* Ownership moved from @benediktschmitt to the tox-dev organization
|
||||
(new primary maintainer @gaborbernat)
|
||||
* Raise when trying to acquire in R/O or missing folder
|
||||
* Drop python 2.7, 3.5 and 3.6 support, add type hints
|
||||
* Document asyncio support
|
||||
* Accept path types (like pathlib.Path and pathlib.PurePath) in the
|
||||
constructor for FileLock objects.
|
||||
* Add correct spelling of poll interval parameter for acquire method
|
||||
* Enable use as context decorator
|
||||
* More changes, see upstream changelog
|
||||
- Use PyPI tarball, switch to wheel for build (testsuite expects it)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 13:38:01 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user