pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-filelock



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 17 10:17:47 UTC 2022

Modified Files:
        pkgsrc/devel/py-filelock: Makefile PLIST distinfo

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`


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-filelock/Makefile \
    pkgsrc/devel/py-filelock/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-filelock/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-filelock/Makefile
diff -u pkgsrc/devel/py-filelock/Makefile:1.6 pkgsrc/devel/py-filelock/Makefile:1.7
--- pkgsrc/devel/py-filelock/Makefile:1.6       Thu Jan 13 19:31:23 2022
+++ pkgsrc/devel/py-filelock/Makefile   Thu Feb 17 10:17:47 2022
@@ -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 @@ HOMEPAGE=   https://github.com/tox-dev/py-
 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"
Index: pkgsrc/devel/py-filelock/distinfo
diff -u pkgsrc/devel/py-filelock/distinfo:1.6 pkgsrc/devel/py-filelock/distinfo:1.7
--- pkgsrc/devel/py-filelock/distinfo:1.6       Mon Jan 10 11:29:24 2022
+++ pkgsrc/devel/py-filelock/distinfo   Thu Feb 17 10:17:47 2022
@@ -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

Index: pkgsrc/devel/py-filelock/PLIST
diff -u pkgsrc/devel/py-filelock/PLIST:1.2 pkgsrc/devel/py-filelock/PLIST:1.3
--- pkgsrc/devel/py-filelock/PLIST:1.2  Mon Jan 10 11:29:24 2022
+++ pkgsrc/devel/py-filelock/PLIST      Thu Feb 17 10:17:47 2022
@@ -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/_util.pyo
 ${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



Home | Main Index | Thread Index | Old Index