Changelog for
python3-watchdog-doc-2.1.6-2.6.noarch.rpm :
* Sun Oct 10 2021 codeAATTbnavigator.de- Update to v2.1.6
* [bsd] Fixed returned paths in kqueue.py and restored the overall results of the test suite. (#842)
* [bsd] Updated FreeBSD CI support .(#841)
* [watchmedo] Removed the argh dependency in favor of the builtin argparse module. (#836)
* [watchmedo] Removed unexistant WindowsApiAsyncObserver references and --debug-force-winapi-async arguments.
* [watchmedo] Improved the help output.
* Fri Sep 17 2021 codeAATTbnavigator.de- Update to v2.1.5
* Convert regexes of type str to list. (#831)
* [watchmedo] Fix usage of os.setsid() and os.killpg() Unix-only functions. (#809)
* Fix a possible AttributeError in SkipRepeatsQueue._put(). (#818)
* Allow overriding or adding custom event handlers to event dispatch map. (#814) -- reverted (#830)
* Fix tests on big endian platforms. (#828)
* Mon Jul 12 2021 alarrosaAATTsuse.com- Update to v2.1.3
* Publish macOS ``arm64`` and ``universal2`` wheels.
* Tue Jun 01 2021 alarrosaAATTsuse.com- Update to v2.1.2
* [mac] Fix relative path handling for non-recursive watch
* [windows] On PyPy, events happening right after start() were missed. Add a workaround for that
* Mon May 17 2021 mceplAATTsuse.com- Add missing BR on python-flaky.
* Mon May 17 2021 alarrosaAATTsuse.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 2021 jayvdbAATTgmail.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 2020 mcalabkovaAATTsuse.com- 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 tchvatalAATTsuse.com- Skip randomly failing test test_event_dispatcher
* Mon May 18 2020 pgajdosAATTsuse.com- %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 tchvatalAATTsuse.com- Do not pull in Brownie as it is not needed
* Mon Nov 19 2018 adrian.glaubitzAATTsuse.com- 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