forked from pool/python-watchdog
- update to 3.0.0:
* Drop support for Python 3.6.
* ``watchdog`` is now PEP 561 compatible, and tested with
``mypy``
* Fix missing ``>`` in ``FileSystemEvent.__repr__()``
* [ci] Lots of improvements
* [inotify] Return from ``InotifyEmitter.queue_events()`` if
not launched when thread is inactive
* [tests] Stability improvements
* [utils] Remove handling of ``threading.Event.isSet`` spelling
* [watchmedo] Fixed tricks YAML generation
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=41
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 12:17:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.0:
|
||||
* Drop support for Python 3.6.
|
||||
* ``watchdog`` is now PEP 561 compatible, and tested with
|
||||
``mypy``
|
||||
* Fix missing ``>`` in ``FileSystemEvent.__repr__()``
|
||||
* [ci] Lots of improvements
|
||||
* [inotify] Return from ``InotifyEmitter.queue_events()`` if
|
||||
not launched when thread is inactive
|
||||
* [tests] Stability improvements
|
||||
* [utils] Remove handling of ``threading.Event.isSet`` spelling
|
||||
* [watchmedo] Fixed tricks YAML generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 20:02:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user