forked from pool/python-watchdog
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:
committed by
Git OBS Bridge
parent
0f1e630cf2
commit
86c992a267
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user