pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-filelock py-filelock: updated to 3.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34213fc035d0
branches:  trunk
changeset: 374249:34213fc035d0
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 17 10:17:47 2022 +0000

description:
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`

diffstat:

 devel/py-filelock/Makefile |  8 ++++----
 devel/py-filelock/PLIST    |  3 ++-
 devel/py-filelock/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (62 lines):

diff -r 1abba6095aef -r 34213fc035d0 devel/py-filelock/Makefile
--- a/devel/py-filelock/Makefile        Thu Feb 17 09:36:02 2022 +0000
+++ b/devel/py-filelock/Makefile        Thu Feb 17 10:17:47 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/01/13 19:31:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/17 10:17:47 adam Exp $
 
-DISTNAME=      filelock-3.2.1
+DISTNAME=      filelock-3.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/filelock/}
@@ -10,17 +10,17 @@
 COMMENT=       Platform independent file lock
 LICENSE=       unlicense
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>0:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=1.4.2:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES= setuptools_scm:build
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1abba6095aef -r 34213fc035d0 devel/py-filelock/PLIST
--- a/devel/py-filelock/PLIST   Thu Feb 17 09:36:02 2022 +0000
+++ b/devel/py-filelock/PLIST   Thu Feb 17 10:17:47 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/10 11:29:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/02/17 10:17:47 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -26,6 +26,7 @@
 ${PYSITELIB}/filelock/_windows.py
 ${PYSITELIB}/filelock/_windows.pyc
 ${PYSITELIB}/filelock/_windows.pyo
+${PYSITELIB}/filelock/py.typed
 ${PYSITELIB}/filelock/version.py
 ${PYSITELIB}/filelock/version.pyc
 ${PYSITELIB}/filelock/version.pyo
diff -r 1abba6095aef -r 34213fc035d0 devel/py-filelock/distinfo
--- a/devel/py-filelock/distinfo        Thu Feb 17 09:36:02 2022 +0000
+++ b/devel/py-filelock/distinfo        Thu Feb 17 10:17:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/01/10 11:29:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/02/17 10:17:47 adam Exp $
 
-BLAKE2s (filelock-3.2.1.tar.gz) = 220a70d3854ab9ec37b5fa96c0ff2af47f5634e7d9fe12d9817d25a0cc08bfe1
-SHA512 (filelock-3.2.1.tar.gz) = df78189fe683d498e272c5e6bebbdfe2fb208c83a76a332f0601db5cefba475b4e554a1a264ec6ff65fde82f7c55bd62ad4febfaddf850858187521ac646d327
-Size (filelock-3.2.1.tar.gz) = 202950 bytes
+BLAKE2s (filelock-3.5.1.tar.gz) = e0c46d9bdf8eed23afe590a0e27debf4ab33b1159f27435d3d6a9aa52b6b8da4
+SHA512 (filelock-3.5.1.tar.gz) = 32defab0151362fd6082a02e67d9a787cc0b6acc9ab6700c3889f87e29d4bb6cbefdf048f368cc6966eb203136c250f1439b5a62907fbae6fa33c26f1e079a03
+Size (filelock-3.5.1.tar.gz) = 206982 bytes



Home | Main Index | Thread Index | Old Index