Revisions of python-watchdog
buildservice-autocommit
accepted
request 1180728
from
Dirk Mueller (dirkmueller)
(revision 48)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 47)
- update to 4.0.1: * [inotify] Fix missing event_filter for the full emitter
buildservice-autocommit
accepted
request 1158534
from
Dirk Mueller (dirkmueller)
(revision 46)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 45)
- update to 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_TRAVE RSE_MOVED_DIR_DELAY hack was removed. The constant will be kept to prevent breaking other softwares. * Thanks to our beloved contributors: @BoboTiG, @msabramo Generate doc only for Leap because it rise up an syntax error in in the future. - Update to version 2.2.0 * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown. * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates. * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``. * Fix adding failed emitters on observer schedule. * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command. * [watchmedo] Fix broken parsing of boolean arguments. * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``. * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments. * Eliminate timeout in waiting on event queue.
buildservice-autocommit
accepted
request 1092189
from
Dirk Mueller (dirkmueller)
(revision 44)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1092185
from
Eric Schirra (ecsos)
(revision 43)
- Add %{?sle15_python_module_pythons} - Fix build error for Leap Generate doc only for Leap because it rise up an syntax error in version.py
buildservice-autocommit
accepted
request 1074701
from
Factory Maintainer (factory-maintainer)
(revision 42)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 41)
- update to 3.0.0: * Drop support for Python 3.6. * ``watchdog`` is now PEP 561 compatible, and tested with ``mypy`` * Fix missing ``>`` in ``FileSystemEvent.__repr__()`` * [ci] Lots of improvements * [inotify] Return from ``InotifyEmitter.queue_events()`` if not launched when thread is inactive * [tests] Stability improvements * [utils] Remove handling of ``threading.Event.isSet`` spelling * [watchmedo] Fixed tricks YAML generation
buildservice-autocommit
accepted
request 1068309
from
Dirk Mueller (dirkmueller)
(revision 40)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 39)
- update to 2.3.1: * Run ``black`` on the entire source code * Bundle the ``requirements-tests.txt`` file in the source distribution * [watchmedo] Exclude ``FileOpenedEvent`` events from ``AutoRestartTrick``, and ``ShellCommandTrick``, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. * [watchmedo] Log ``FileOpenedEvent``, and ``FileClosedEvent``, events in ``LoggerTrick`` * [inotify] Add support for ``IN_OPEN`` events: a ``FileOpenedEvent`` event will be fired * [watchmedo] Add optional event debouncing for ``auto- restart``, only restarting once if many events happen in quick succession (``--debounce-interval``) * [watchmedo] Exit gracefully on ``KeyboardInterrupt`` exception (Ctrl+C) * [watchmedo] Add option to not auto-restart the command after it exits (``--no-restart-on-command-exit``)
buildservice-autocommit
accepted
request 1046133
from
Dirk Mueller (dirkmueller)
(revision 38)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 37)
- update to v2.2.1: * [ci] Set the expected Python version when building release files * [ci] Update actions versions in use * [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on non-Unix OSes (#935)
buildservice-autocommit
accepted
request 1043116
from
Markéta Machová (mcalabkova)
(revision 36)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1042764
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 35)
- Update to version 2.2.0 * 2022-12-05 • full history [build] Wheels are now available for Python 3.11 (#932) [documentation] HTML documentation builds are now tested for errors (#902) [documentation] Fix typos here, and there (#910) [fsevents2] The fsevents2 observer is now deprecated (#909) [tests] The error message returned by musl libc for error code -1 is now allowed (#923) [utils] Remove unnecessary code in dirsnapshot.py (#930) [watchmedo] Handle shutdown events from SIGHUP (#912) Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42, @BoboTiG
buildservice-autocommit
accepted
request 990798
from
Dirk Mueller (dirkmueller)
(revision 34)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 33)
- update to 2.1.9: * [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter. * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown. * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates. * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``. * Fix adding failed emitters on observer schedule. * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command. * [watchmedo] Fix broken parsing of boolean arguments. * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``. * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments. * Thanks to our beloved contributors: @taleinat, @kianmeng, @palfrey, @IlayRosenberg, @BoboTiG * Eliminate timeout in waiting on event queue. * [inotify] Fix ``not`` equality implementation for ``InotifyEvent``. * [watchmedo] Fix calling commands from within a Python script. * [watchmedo] ``PyYAML`` is loaded only when strictly necessary.
Dirk Mueller (dirkmueller)
accepted
request 924562
from
Benjamin Greiner (bnavigator)
(revision 32)
- Update to v2.1.6 * [bsd] Fixed returned paths in kqueue.py and restored the overall results of the test suite. (#842) * [bsd] Updated FreeBSD CI support .(#841) * [watchmedo] Removed the argh dependency in favor of the builtin argparse module. (#836) * [watchmedo] Removed unexistant WindowsApiAsyncObserver references and --debug-force-winapi-async arguments. * [watchmedo] Improved the help output. - Update to v2.1.5 * Convert regexes of type str to list. (#831) * [watchmedo] Fix usage of os.setsid() and os.killpg() Unix-only functions. (#809) * Fix a possible AttributeError in SkipRepeatsQueue._put(). (#818) * Allow overriding or adding custom event handlers to event dispatch map. (#814) -- reverted (#830) * Fix tests on big endian platforms. (#828)
Markéta Machová (mcalabkova)
accepted
request 905784
from
Antonio Larrosa (alarrosa)
(revision 31)
- Update to v2.1.3 * Publish macOS ``arm64`` and ``universal2`` wheels.
buildservice-autocommit
accepted
request 896758
from
Matej Cepl (mcepl)
(revision 30)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 896645
from
Antonio Larrosa (alarrosa)
(revision 29)
- Update to v2.1.2 * [mac] Fix relative path handling for non-recursive watch * [windows] On PyPy, events happening right after start() were missed. Add a workaround for that
Displaying revisions 1 - 20 of 48