forked from pool/python-watchdog
Accepting request 893701 from home:alarrosa:branches:devel:languages:python
- Update to v2.1.1
* [mac] Fix callback exceptions when the watcher is deleted but
still receiving events
- Update to v2.1.0
* [inotify] Simplify libc loading
* [mac] Add support for non-recursive watches in FSEventsEmitter
* [watchmedo] Add support for --debug-force-* arguments to tricks
- Update to v2.0.3
* [mac] Use logger.debug() instead of logger.info()
* Updated documentation links
- Update to v2.0.2
* [mac] Add missing exception objects
- Update to v2.0.1
* [mac] Fix a segmentation fault when dealing with unicode paths
* Moved the CI from Travis-CI to GitHub Actions
- Update to v2.0.0
* [mac] Drop support for macOS 10.12 and earlier
* [mac] Support coalesced filesystem events
* [mac] Fix an issue when renaming an item changes only the
casing
* [inotify] Add support for IN_CLOSE_WRITE events.
A FileCloseEvent event will be fired. Note that
IN_CLOSE_NOWRITE events are not handled to prevent much noise.
* [inotify] Allow to stop the emitter multiple times
* Avoid deprecated PyEval_InitThreads on Python 3.7+
OBS-URL: https://build.opensuse.org/request/show/893701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 17 10:46:39 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Update to v2.1.1
|
||||||
|
* [mac] Fix callback exceptions when the watcher is deleted but
|
||||||
|
still receiving events
|
||||||
|
- Update to v2.1.0
|
||||||
|
* [inotify] Simplify libc loading
|
||||||
|
* [mac] Add support for non-recursive watches in FSEventsEmitter
|
||||||
|
* [watchmedo] Add support for --debug-force-* arguments to tricks
|
||||||
|
|
||||||
|
- Update to v2.0.3
|
||||||
|
* [mac] Use logger.debug() instead of logger.info()
|
||||||
|
* Updated documentation links
|
||||||
|
|
||||||
|
- Update to v2.0.2
|
||||||
|
* [mac] Add missing exception objects
|
||||||
|
|
||||||
|
- Update to v2.0.1
|
||||||
|
* [mac] Fix a segmentation fault when dealing with unicode paths
|
||||||
|
* Moved the CI from Travis-CI to GitHub Actions
|
||||||
|
|
||||||
|
- Update to v2.0.0
|
||||||
|
* [mac] Drop support for macOS 10.12 and earlier
|
||||||
|
* [mac] Support coalesced filesystem events
|
||||||
|
* [mac] Fix an issue when renaming an item changes only the
|
||||||
|
casing
|
||||||
|
* [inotify] Add support for IN_CLOSE_WRITE events.
|
||||||
|
A FileCloseEvent event will be fired. Note that
|
||||||
|
IN_CLOSE_NOWRITE events are not handled to prevent much noise.
|
||||||
|
* [inotify] Allow to stop the emitter multiple times
|
||||||
|
* Avoid deprecated PyEval_InitThreads on Python 3.7+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 13 05:45:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
Wed Jan 13 05:45:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-watchdog
|
Name: python-watchdog
|
||||||
Version: 1.0.2
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem events monitoring
|
Summary: Filesystem events monitoring
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:376cbc2a35c0392b0fe7ff16fbc1b303fd99d4dd9911ab5581ee9d69adc88982
|
|
||||||
size 98483
|
|
||||||
3
watchdog-2.1.1.tar.gz
Normal file
3
watchdog-2.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2894440b4ea95a6ef4c5d152deedbe270cae46092682710b7028a04d6a6980f6
|
||||||
|
size 105882
|
||||||
Reference in New Issue
Block a user