From f25f8bab89961e09c81c7641ee3f3db55e2f587a84a50ac749101ac328800c91 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Feb 2023 20:06:47 +0000 Subject: [PATCH] - 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 --- python-watchdog.changes | 23 +++++++++++++++++++++++ python-watchdog.spec | 2 +- watchdog-2.2.1.tar.gz | 3 --- watchdog-2.3.1.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 watchdog-2.2.1.tar.gz create mode 100644 watchdog-2.3.1.tar.gz diff --git a/python-watchdog.changes b/python-watchdog.changes index 89da83c..2435824 100644 --- a/python-watchdog.changes +++ b/python-watchdog.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Feb 28 20:02:59 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-watchdog.spec b/python-watchdog.spec index 5a4bda8..32322cd 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-watchdog -Version: 2.2.1 +Version: 2.3.1 Release: 0 Summary: Filesystem events monitoring License: Apache-2.0 diff --git a/watchdog-2.2.1.tar.gz b/watchdog-2.2.1.tar.gz deleted file mode 100644 index 5d11e96..0000000 --- a/watchdog-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f -size 119871 diff --git a/watchdog-2.3.1.tar.gz b/watchdog-2.3.1.tar.gz new file mode 100644 index 0000000..bc5e6f2 --- /dev/null +++ b/watchdog-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f9ed26ed22a9d331820a8432c3680707ea8b54121ddcc9dc7d9f2ceeb36906 +size 123140