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:   wiz
Date:           Mon Nov  4 18:17:06 UTC 2024

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

Log Message:
py-watchdog: update to 6.0.0.

6.0.0
~~~~~

2024-11-01 • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.3...v6.0.0>`__

- Pin test dependecies.
- [docs] Add typing info to quick start. (`#1082 <https://github.com/gorakhargosh/watchdog/pull/1082>`__)
- [inotify] Use of ``select.poll()`` instead of deprecated ``select.select()``, if available. (`#1078 <https://github.com/gorakhargosh/watchdog/pull/1078>`__)
- [inotify] Fix reading inotify file descriptor after closing it. (`#1081 <https://github.com/gorakhargosh/watchdog/pull/1081>`__)
- [utils] The ``stop_signal`` keyword-argument type of the ``AutoRestartTrick`` class can now be either a ``signal.Signals`` or an ``int``.
- [utils] Added the ``__repr__()`` method to the ``Trick`` class.
- [utils] Removed the unused ``echo_class()`` function from the ``echo`` module.
- [utils] Removed the unused ``echo_instancemethod()`` function from the ``echo`` module.
- [utils] Removed the unused ``echo_module()`` function from the ``echo`` module.
- [utils] Removed the unused ``is_class_private_name()`` function from the ``echo`` module.
- [utils] Removed the unused ``is_classmethod()`` function from the ``echo`` module.
- [utils] Removed the unused ``ic_method(met()`` function from the ``echo`` module.
- [utils] Removed the unused ``method_name()`` function from the ``echo`` module.
- [utils] Removed the unused ``name()`` function from the ``echo`` module.
- [watchmedo] Fixed Mypy issues.
- [watchmedo] Added the ``__repr__()`` method to the ``HelpFormatter`` class.
- [watchmedo] Removed the ``--trace`` CLI argument from the ``watchmedo log`` command, useless since events are logged by default at the ``LoggerTrick`` class level.
- [windows] Fixed Mypy issues.
- Thanks to our beloved contributors: @BoboTiG, @g-pichlern, @ethan-vanderheijden, @nhairs


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/py-watchdog/Makefile
cvs rdiff -u -r1.15 -r1.16 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.23 pkgsrc/sysutils/py-watchdog/Makefile:1.24
--- pkgsrc/sysutils/py-watchdog/Makefile:1.23   Mon Oct 14 06:45:58 2024
+++ pkgsrc/sysutils/py-watchdog/Makefile        Mon Nov  4 18:17:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/10/14 06:45:58 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2024/11/04 18:17:06 wiz Exp $
 
-DISTNAME=      watchdog-5.0.3
+DISTNAME=      watchdog-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/watchdog/}
@@ -18,6 +18,9 @@ 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
 
+# as of 6.0.0
+# 3 failed, 146 passed, 13 skipped, 21 warnings
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} watchmedo watchmedo-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/sysutils/py-watchdog/distinfo
diff -u pkgsrc/sysutils/py-watchdog/distinfo:1.15 pkgsrc/sysutils/py-watchdog/distinfo:1.16
--- pkgsrc/sysutils/py-watchdog/distinfo:1.15   Fri Oct  4 14:01:07 2024
+++ pkgsrc/sysutils/py-watchdog/distinfo        Mon Nov  4 18:17:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/10/04 14:01:07 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/11/04 18:17:06 wiz Exp $
 
-BLAKE2s (watchdog-5.0.3.tar.gz) = a08c18a0f2cba8f2762c03a4521183c87a51c7ce6bbed195e6e822110dad5c3d
-SHA512 (watchdog-5.0.3.tar.gz) = 92f9704daa0fc3fb3c7f8e94e586847e3eb98150f9397e0dfdff28b1bbcc8a9c0b11b8d1361fa66209203202ed6ad659c955bc02f4b6d38bf66ef6a26b5d35bf
-Size (watchdog-5.0.3.tar.gz) = 129556 bytes
+BLAKE2s (watchdog-6.0.0.tar.gz) = 53f01b5f294ed50b93ecd944db9ba435cfd862aad7124bb3c527614abfd9f41b
+SHA512 (watchdog-6.0.0.tar.gz) = a248e05b538a894a00e38dabbc0cc7490bb1a87689aa14aac5835f611136fcf6f1e3bd45a6ca4f10991ffabd9264c72f981f4619bd77eb8baf297d015975d57f
+Size (watchdog-6.0.0.tar.gz) = 131220 bytes



Home | Main Index | Thread Index | Old Index