1
0

Accepting request 862769 from home:jayvdb:branches:devel:languages:python

- Run spec-cleaner
- Update to v1.0.2

OBS-URL: https://build.opensuse.org/request/show/862769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=24
This commit is contained in:
2021-01-13 08:50:19 +00:00
committed by Git OBS Bridge
parent 86c992a267
commit f3244c21a0
4 changed files with 40 additions and 8 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jan 13 05:45:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Run spec-cleaner
- Update to v1.0.2
* [mac] Fix missing `event_id` attribute in `fsevents`
* [mac] Add compatibility with old macOS versions
- from v1.0.1
* Fix version with good metadatas.
- from v1.0.0
* Versioning is now following https://semver.org/
* Drop support for Python 2.7, 3.4 and 3.5
* [mac] Regression fixes for native ``fsevents``
* [windows] winapi.BUFFER_SIZE now defaults to 64000 instead of 2048
* [windows] Introduced winapi.PATH_BUFFER_SIZE defaults to 2048
* Use ``pathlib`` from the standard library, instead of pathtools
* Allow file paths on Unix that don't follow the file system encoding
* Removed long-time deprecated events.LoggingFileSystemEventHandler,
use LoggingEventHandler instead
- from v0.10.4
* Add ``logger`` parameter for the ``LoggingEventHandler``
* Replace mutable default arguments with ``if None`` implementation
* Expand tests to Python 2.7 and 3.5-3.10 for GNU/Linux, macOS
and Windows
* [mac] Performance improvements for the fsevents module
* [mac] Prevent compilation of watchdog_fsevents.c on
non-macOS machines
* [watchmedo] Handle SIGTERM and SIGINT more reliably
-------------------------------------------------------------------
Wed Jul 22 10:26:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>