Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-watchdog for openSUSE:Factory
checked in at 2022-07-26 19:43:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-watchdog (Old)
and /work/SRC/openSUSE:Factory/.python-watchdog.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-watchdog"
Tue Jul 26 19:43:42 2022 rev:15 rq:990798 version:2.1.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-watchdog/python-watchdog.changes
2021-10-16 22:47:42.980695767 +0200
+++
/work/SRC/openSUSE:Factory/.python-watchdog.new.1533/python-watchdog.changes
2022-07-26 19:44:04.731008924 +0200
@@ -1,0 +2,20 @@
+Sat Jul 23 11:29:19 UTC 2022 - Dirk M??ller <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
watchdog-2.1.6.tar.gz
New:
----
watchdog-2.1.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-watchdog.spec ++++++
--- /var/tmp/diff_new_pack.OFK3U5/_old 2022-07-26 19:44:05.246929202 +0200
+++ /var/tmp/diff_new_pack.OFK3U5/_new 2022-07-26 19:44:05.250928584 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-watchdog
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-watchdog
-Version: 2.1.6
+Version: 2.1.9
Release: 0
Summary: Filesystem events monitoring
License: Apache-2.0
@@ -70,7 +70,8 @@
sed -i '/--cov/d' setup.cfg
export LANG=en_US.UTF-8
# test_event_dispatcher randomly fails on SLE15
-%pytest -k 'not test_event_dispatcher'
+# test_unmount_watched_directory_filesystem requires sudo/root which is not
available
+%pytest -k 'not test_event_dispatcher and not
test_unmount_watched_directory_filesystem'
%post
%python_install_alternative watchmedo
++++++ watchdog-2.1.6.tar.gz -> watchdog-2.1.9.tar.gz ++++++
++++ 2380 lines of diff (skipped)