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
This commit is contained in:
parent
0f1e630cf2
commit
86c992a267
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 22 10:26:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Wed Jun 3 07:50:43 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -18,21 +18,21 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-watchdog
|
Name: python-watchdog
|
||||||
Version: 0.10.2
|
Version: 0.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem events monitoring
|
Summary: Filesystem events monitoring
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/gorakhargosh/watchdog
|
URL: https://github.com/gorakhargosh/watchdog
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pathtools >= 0.1.1}
|
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 pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML >= 3.10
|
||||||
Requires: python-argh
|
Requires: python-argh >= 0.24.1
|
||||||
Requires: python-pathtools >= 0.1.1
|
Requires: python-pathtools >= 0.1.1
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c560efb643faed5ef28784b2245cf8874f939569717a4a12826a173ac644456b
|
|
||||||
size 95505
|
|
3
watchdog-0.10.3.tar.gz
Normal file
3
watchdog-0.10.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04
|
||||||
|
size 94086
|
Loading…
Reference in New Issue
Block a user