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:           Wed Sep 11 09:40:46 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-watchdog: Makefile distinfo

Log Message:
py-watchdog: updated to 5.0.2

5.0.2

- Enable OS specific Mypy checks
- [watchmedo] Fix ``tricks`` argument type of ``schedule_tricks()``

5.0.1

- [kqueue] Fix ``TypeError: kqueue.control() only accepts positional parameters``

5.0.0

**Breaking Changes**

- Drop support for Python 3.8
- [core] Enforced usage of proper keyword-arguments
- [core] Renamed the ``BaseObserverSubclassCallable`` class to ``ObserverType``
- [inotify] Renamed the ``inotify_event_struct`` class to ``InotifyEventStruct``
- [inotify] Renamed the ``UnsupportedLibc`` exception to ``UnsupportedLibcError``
- [inotify] Removed the ``InotifyConstants.IN_CLOSE`` constant
- [watchmedo] Renamed the ``LogLevelException`` exception to ``LogLevelError``
- [watchmedo] Renamed the ``WatchdogShutdown`` exception to ``WatchdogShutdownError``
- [windows] Renamed the ``FILE_NOTIFY_INFORMATION`` class to ``FileNotifyInformation``
- [windows] Removed the unused ``WATCHDOG_TRAVERSE_MOVED_DIR_DELAY`` constant

**Other Changes**

- [core] Enable ``disallow_untyped_calls`` Mypy rule
- [core] Enable ``disallow_untyped_defs`` Mypy rule
- [core] Improve typing references for events
- [inotify] Add support for ``IN_CLOSE_NOWRITE`` events. A ``FileClosedNoWriteEvent`` event will be fired, and its ``on_closed_no_write()`` dispatcher has been introduced


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/py-watchdog/Makefile
cvs rdiff -u -r1.13 -r1.14 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.20 pkgsrc/sysutils/py-watchdog/Makefile:1.21
--- pkgsrc/sysutils/py-watchdog/Makefile:1.20   Mon Aug 12 14:28:20 2024
+++ pkgsrc/sysutils/py-watchdog/Makefile        Wed Sep 11 09:40:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/08/12 14:28:20 adam Exp $
+# $NetBSD: Makefile,v 1.21 2024/09/11 09:40:46 adam Exp $
 
-DISTNAME=      watchdog-4.0.2
+DISTNAME=      watchdog-5.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/watchdog/}
@@ -18,7 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-mypy-[0-9]
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=0.3:../../devel/py-test-timeout
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  38
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/sysutils/py-watchdog/distinfo
diff -u pkgsrc/sysutils/py-watchdog/distinfo:1.13 pkgsrc/sysutils/py-watchdog/distinfo:1.14
--- pkgsrc/sysutils/py-watchdog/distinfo:1.13   Mon Aug 12 14:28:20 2024
+++ pkgsrc/sysutils/py-watchdog/distinfo        Wed Sep 11 09:40:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/12 14:28:20 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/09/11 09:40:46 adam Exp $
 
-BLAKE2s (watchdog-4.0.2.tar.gz) = 279bdc5becd2ecdef5d9420f21d8c048d63b684a8eb0e198ff74b4f24fb61391
-SHA512 (watchdog-4.0.2.tar.gz) = 9fe63309ae818ac37d44a75f8635691621da49d95d1ec5d7cdab044f2fd296eb9e970cb5e46ad92029533ab384e3e3d7f5d297ca25c9c9dd99aec96efa3ecb94
-Size (watchdog-4.0.2.tar.gz) = 126587 bytes
+BLAKE2s (watchdog-5.0.2.tar.gz) = a7ce5d745425fe5b5db077d4f0569ecc4725836179a839caca2552b03c1c61b8
+SHA512 (watchdog-5.0.2.tar.gz) = ebacbeb0c48b5117500cc3479677dff2982dcbc0792c459f3bda14f56bd0c028cdaee15a8cca9dee06c650a04e290a7850a5abcc9c48995767b1f0ef7fca7ce3
+Size (watchdog-5.0.2.tar.gz) = 127779 bytes



Home | Main Index | Thread Index | Old Index