From 86c992a267d16e8ad6a9890572ed0160fd3e88331d2921f9bf2ba1c0cb0201cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 Jul 2020 12:39:15 +0000 Subject: [PATCH] Accepting request 822207 from home:mcalabkova:branches:devel:languages:python - Update to 0.10.3 * Ensure ``ObservedWatch.path`` is a string * [inotify] Allow to monitor single file * [inotify] Prevent raising an exception when a file in a monitored folder has no permissions OBS-URL: https://build.opensuse.org/request/show/822207 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=22 --- python-watchdog.changes | 8 ++++++++ python-watchdog.spec | 8 ++++---- watchdog-0.10.2.tar.gz | 3 --- watchdog-0.10.3.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 watchdog-0.10.2.tar.gz create mode 100644 watchdog-0.10.3.tar.gz diff --git a/python-watchdog.changes b/python-watchdog.changes index b4e8292..806c4ee 100644 --- a/python-watchdog.changes +++ b/python-watchdog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 22 10:26:11 UTC 2020 - Marketa Calabkova + +- Update to 0.10.3 + * Ensure ``ObservedWatch.path`` is a string + * [inotify] Allow to monitor single file + * [inotify] Prevent raising an exception when a file in a monitored folder has no permissions + ------------------------------------------------------------------- Wed Jun 3 07:50:43 UTC 2020 - Tomáš Chvátal diff --git a/python-watchdog.spec b/python-watchdog.spec index 23aa0c8..982a891 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -18,21 +18,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-watchdog -Version: 0.10.2 +Version: 0.10.3 Release: 0 Summary: Filesystem events monitoring License: Apache-2.0 URL: https://github.com/gorakhargosh/watchdog Source: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz BuildRequires: %{python_module pathtools >= 0.1.1} -BuildRequires: %{python_module pytest-timeout >= 0.3} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx -Requires: python-PyYAML -Requires: python-argh +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-0.10.2.tar.gz b/watchdog-0.10.2.tar.gz deleted file mode 100644 index 4c24f67..0000000 --- a/watchdog-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c560efb643faed5ef28784b2245cf8874f939569717a4a12826a173ac644456b -size 95505 diff --git a/watchdog-0.10.3.tar.gz b/watchdog-0.10.3.tar.gz new file mode 100644 index 0000000..2cbe6e6 --- /dev/null +++ b/watchdog-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04 +size 94086