From 0b237d30c884329ff670bc10b0c08b6420bfae1882e627412b997d157d031504 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 09:18:26 +0000 Subject: [PATCH] Accepting request 924562 from home:bnavigator:branches:devel:languages:python:numeric - 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) OBS-URL: https://build.opensuse.org/request/show/924562 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=32 --- python-watchdog.changes | 26 ++++++++++++++++++++++++++ python-watchdog.spec | 5 ++--- watchdog-2.1.3.tar.gz | 3 --- watchdog-2.1.6.tar.gz | 3 +++ 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 watchdog-2.1.3.tar.gz create mode 100644 watchdog-2.1.6.tar.gz diff --git a/python-watchdog.changes b/python-watchdog.changes index 380bace..d5b4f4d 100644 --- a/python-watchdog.changes +++ b/python-watchdog.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Oct 10 19:18:31 UTC 2021 - Ben Greiner + +- 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. + +------------------------------------------------------------------- +Fri Sep 17 10:34:32 UTC 2021 - Ben Greiner + +- 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) + ------------------------------------------------------------------- Mon Jul 12 07:35:48 UTC 2021 - Antonio Larrosa diff --git a/python-watchdog.spec b/python-watchdog.spec index 5fc19f8..cb49014 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -16,10 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-watchdog -Version: 2.1.3 +Version: 2.1.6 Release: 0 Summary: Filesystem events monitoring License: Apache-2.0 @@ -31,7 +31,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx Requires: python-PyYAML >= 3.10 -Requires: python-argh >= 0.24.1 Requires: python-pathtools >= 0.1.1 Requires(post): update-alternatives Requires(postun):update-alternatives diff --git a/watchdog-2.1.3.tar.gz b/watchdog-2.1.3.tar.gz deleted file mode 100644 index 6490c8b..0000000 --- a/watchdog-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5236a8e8602ab6db4b873664c2d356c365ab3cac96fbdec4970ad616415dd45 -size 109053 diff --git a/watchdog-2.1.6.tar.gz b/watchdog-2.1.6.tar.gz new file mode 100644 index 0000000..9f4a2e0 --- /dev/null +++ b/watchdog-2.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7 +size 107292