pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-watchdog
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 8 10:09:09 UTC 2024
Modified Files:
pkgsrc/sysutils/py-watchdog: Makefile distinfo
Log Message:
py-watchdog: updated to 4.0.0
4.0.0
- Drop support for Python 3.7.
- Add support for Python 3.12.
- [snapshot] Add typing to ``dirsnapshot``
- [snapshot] Added ``DirectorySnapshotDiff.ContextManager``
- [events] ``FileSystemEvent``, and subclasses, are now ``dataclass``es, and their ``repr()`` has changed
- [windows] ``WinAPINativeEvent`` is now a ``dataclass``, and its ``repr()`` has changed
- [events] Log ``FileOpenedEvent``, and ``FileClosedEvent``, events in ``LoggingEventHandler``
- [tests] Improve ``FileSystemEvent`` coverage
- [watchmedo] Log all events in ``LoggerTrick``
- [windows] The ``observers.read_directory_changes.WATCHDOG_TRAVERSE_MOVED_DIR_DELAY`` hack was removed. The constant will be kept to prevent breaking other softwares.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/py-watchdog/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/py-watchdog/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-watchdog/Makefile
diff -u pkgsrc/sysutils/py-watchdog/Makefile:1.17 pkgsrc/sysutils/py-watchdog/Makefile:1.18
--- pkgsrc/sysutils/py-watchdog/Makefile:1.17 Wed Jan 17 12:34:06 2024
+++ pkgsrc/sysutils/py-watchdog/Makefile Thu Feb 8 10:09:09 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2024/01/17 12:34:06 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/02/08 10:09:09 adam Exp $
-DISTNAME= watchdog-3.0.0
+DISTNAME= watchdog-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/watchdog/}
@@ -13,11 +12,9 @@ LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+# watchmedo
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
-# as of 3.0.0
-# 3 failed, 141 passed, 13 skipped, 20 warnings, 1 error
TEST_DEPENDS+= ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=0.3:../../devel/py-test-timeout
Index: pkgsrc/sysutils/py-watchdog/distinfo
diff -u pkgsrc/sysutils/py-watchdog/distinfo:1.10 pkgsrc/sysutils/py-watchdog/distinfo:1.11
--- pkgsrc/sysutils/py-watchdog/distinfo:1.10 Fri May 5 11:39:41 2023
+++ pkgsrc/sysutils/py-watchdog/distinfo Thu Feb 8 10:09:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/05/05 11:39:41 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/02/08 10:09:09 adam Exp $
-BLAKE2s (watchdog-3.0.0.tar.gz) = ee9358f8c6cb50cc5d94a233219901bf15de8cbcc4abe3ddd6453708e670abb8
-SHA512 (watchdog-3.0.0.tar.gz) = fa1421b01af99d7fa676c9077b2330ead17c004d9bb9e9edd78d4bbf87cf41624ecd669ca48613d99be2109373bbab4e004b69665d2ca42e082573e4740c13d0
-Size (watchdog-3.0.0.tar.gz) = 124593 bytes
+BLAKE2s (watchdog-4.0.0.tar.gz) = 20689982966d0eada7d6453005e29b39ae5140168690ee3aadb8f2d9f94db714
+SHA512 (watchdog-4.0.0.tar.gz) = ba1beafe292b52b4628eb570b05d816faffe09acd3b63bc50d986cf04f3c7b4fa9c1ebe5c99a10c0723b5604cfdcbd0c09a17507196a32b8fddeeb46faccf4dd
+Size (watchdog-4.0.0.tar.gz) = 126415 bytes
Home |
Main Index |
Thread Index |
Old Index