Changelog for
python3-watchdog-doc-1.0.2-33.1.noarch.rpm :
* Wed Jan 13 2021 John Vandenberg
- 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 2020 Marketa Calabkova - Update to 0.10.3
* Ensure ``ObservedWatch.path`` is a string
* [inotify] Allow to monitor single file
* [inotify] Prevent raising an exception when a file in a monitored folder has no permissions
* Wed Jun 03 2020 Tomáš Chvátal - Skip randomly failing test test_event_dispatcher
* Mon May 18 2020 Petr Gajdos - %python3_only -> %python_alternative
* Tue Mar 10 2020 pgajdosAATTsuse.com- version update to 0.10.2 - Fixed the ``build_ext`` command on macOS Catalina (`#628 `__) - Fixed the installation of macOS requirements on non-macOS OSes (`#635 `__) - Refactored ``dispatch()`` method of ``FileSystemEventHandler``, ``PatternMatchingEventHandler`` and ``RegexMatchingEventHandler`` - [bsd] Improved tests support on non Windows/Linux platforms (`#633 `__, `#639 `__) - [bsd] Added FreeBSD CI support (`#532 `__) - [bsd] Restored full support (`#638 `__, `#641 `__)- deleted patches - add-missing-conftest.patch (upstreamed)
* Wed Nov 06 2019 Tomáš Chvátal - Do not pull in Brownie as it is not needed
* Mon Nov 19 2018 John Paul Adrian Glaubitz - Update to version 0.8.3- Cherry-pick upstream patch to fix testsuite + add-missing-conftest.patch- Update BuildRequires from setup.py
* Thu Aug 09 2018 tchvatalAATTsuse.com- Remove devel dependency- Use %license macro
* Sat Aug 12 2017 jengelhAATTinai.de- Specify RPM group more exactly
* Sat Apr 22 2017 aloisioAATTgmx.com- Converted to single-spec- Split docs into separate package
* Fri Mar 11 2016 freitagAATTopensuse.org- Update to version 0.8.3
* Event emitters are no longer started on schedule if Observer is not already running. Changes from 0.8.0:
* DirectorySnapshot: methods returning internal stat info replaced by mtime, inode and path methods.
* DirectorySnapshot: walker_callback parameter deprecated. no more changelog available upstream- Fix py compile mtime issue- use record filelist feature of setup.py to gather proper filelist
* Mon Jan 14 2013 p.drouandAATTgmail.com- Update to 0.6.0 version:
* No changelog or NEWS file provided
* Tue Jan 31 2012 saschpeAATTsuse.de- Initial version