CVS commit: pkgsrc/devel/py-flufl.lock

"Adam Ciarcinski" <[email protected]> Wed, 5 Aug 2026 02:35:38 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785897338640
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Aug  5 02:35:38 UTC 2026

Modified Files:
	pkgsrc/devel/py-flufl.lock: Makefile distinfo

Log Message:
py-flufl.lock: updated to 9.1.0

9.1.0 (2026-04-24)

* Small refactoring to provide a hook for custom synchronization of clocks in subclasses. (:GL:`40`)
* Switch to `pyrefly <https://pyrefly.org/>`_ for type checking.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-flufl.lock/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-flufl.lock/distinfo

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


--_----------=_1785897338640
Content-Disposition: inline
Content-Length: 1973
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/devel/py-flufl.lock/Makefile
diff -u pkgsrc/devel/py-flufl.lock/Makefile:1.15 pkgsrc/devel/py-flufl.lock/Makefile:1.16
--- pkgsrc/devel/py-flufl.lock/Makefile:1.15	Tue Dec 30 13:45:04 2025
+++ pkgsrc/devel/py-flufl.lock/Makefile	Wed Aug  5 02:35:38 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/12/30 13:45:04 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/08/05 02:35:38 adam Exp $
 
-DISTNAME=	flufl_lock-9.0.0
+DISTNAME=	flufl_lock-9.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/./}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=f/flufl.lock/}
@@ -14,7 +14,6 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling-
 DEPENDS+=	${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic
 DEPENDS+=	${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 TEST_DEPENDS+=	${PYPKGPREFIX}-sybil-[0-9]*:../../devel/py-sybil
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES=	# none
 

Index: pkgsrc/devel/py-flufl.lock/distinfo
diff -u pkgsrc/devel/py-flufl.lock/distinfo:1.8 pkgsrc/devel/py-flufl.lock/distinfo:1.9
--- pkgsrc/devel/py-flufl.lock/distinfo:1.8	Tue Dec 30 13:45:04 2025
+++ pkgsrc/devel/py-flufl.lock/distinfo	Wed Aug  5 02:35:38 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/12/30 13:45:04 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/08/05 02:35:38 adam Exp $
 
-BLAKE2s (flufl_lock-9.0.0.tar.gz) = 9170c5453de9c9a4493c785c4375fda714ef7b052fe465557e31f7c6fd5bcefc
-SHA512 (flufl_lock-9.0.0.tar.gz) = 4177c45988527114344d8d6e5f439f4f7446ef805578491a808091b20d5289b1203728f7b83bf1ab44e77a5d6c9a6e145a27f18a79f6c28fc4f98ab02e6999bc
-Size (flufl_lock-9.0.0.tar.gz) = 34151 bytes
+BLAKE2s (flufl_lock-9.1.0.tar.gz) = c62f0bc95a96c70ddc9edc81a17d59d390789284c49a5170cc85f8c793e6879e
+SHA512 (flufl_lock-9.1.0.tar.gz) = fb07b5f1898f7ae997663f42d14fc5cd6600f5576abcfb82a194748b559b8782bd62d40f26d7a6cc0b52fa82d6e527e5effae40407fe345cb23b1be2b5d0a5f8
+Size (flufl_lock-9.1.0.tar.gz) = 33999 bytes


--_----------=_1785897338640--