14
0

- 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:
2023-03-20 12:18:14 +00:00
committed by Git OBS Bridge
parent f25f8bab89
commit e9257107e1
4 changed files with 19 additions and 4 deletions

View File

@@ -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>