forked from pool/python-watchdog
- 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``) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=39
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 20:02:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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``)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 10:15:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user