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
This commit is contained in:
parent
1da6e53b31
commit
0b237d30c8
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 10 19:18:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <alarrosa@suse.com>
|
Mon Jul 12 07:35:48 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-watchdog
|
Name: python-watchdog
|
||||||
Version: 2.1.3
|
Version: 2.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem events monitoring
|
Summary: Filesystem events monitoring
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -31,7 +31,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
Requires: python-PyYAML >= 3.10
|
Requires: python-PyYAML >= 3.10
|
||||||
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:e5236a8e8602ab6db4b873664c2d356c365ab3cac96fbdec4970ad616415dd45
|
|
||||||
size 109053
|
|
3
watchdog-2.1.6.tar.gz
Normal file
3
watchdog-2.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7
|
||||||
|
size 107292
|
Loading…
Reference in New Issue
Block a user