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