Path to this page:
Subject: CVS commit: pkgsrc/devel/py-filelock
From: Adam Ciarcinski
Date: 2022-02-17 11:17:47
Message id: 20220217101747.77F09FB24@cvs.NetBSD.org
Log Message:
py-filelock: updated to 3.5.1
v3.5.1 (2022-02-16)
-------------------
- Use ``time.monotonic`` instead of ``time.time`` for calculating timeouts.
v3.5.0 (2022-02-15)
-------------------
- Enable use as context decorator
v3.4.2 (2021-12-16)
-------------------
- Drop support for python ``3.6``
v3.4.1 (2021-12-16)
-------------------
- Add ``stacklevel`` to deprecation warnings for argument name change
v3.4.0 (2021-11-16)
-------------------
- Add correct spelling of poll interval parameter for :meth:`acquire \
<filelock.BaseFileLock.acquire>` method, raise
deprecation warning when using the misspelled form :pr:`119`
v3.3.2 (2021-10-29)
-------------------
- Accept path types (like ``pathlib.Path`` and ``pathlib.PurePath``) in the \
constructor for ``FileLock`` objects.
v3.3.1 (2021-10-15)
-------------------
- Add changelog to the documentation :pr:`108`
- Leave the log level of the ``filelock`` logger as not set (previously was set \
to warning) :pr:`108` - by
:user:`gaborbernat`
v3.3.0 (2021-10-03)
-------------------
- Drop python 2.7 and 3.5 support, add type hints :pr:`100`
- Document asyncio support
- fix typo :pr:`98`
Files: