Revisions of python-watchdog

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1158534 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
- update to 4.0.0:
  * Drop support for Python 3.7.
  * Add support for Python 3.12.
  * [snapshot] Add typing to dirsnapshot
  * [snapshot] Added DirectorySnapshotDiff.ContextManager
  * [events] FileSystemEvent, and subclasses, are now
    dataclass``es, and their ``repr() has changed
  * [windows] WinAPINativeEvent is now a dataclass, and its
    repr() has changed
  * [events] Log FileOpenedEvent, and FileClosedEvent, events in
    LoggingEventHandler
  * [tests] Improve FileSystemEvent coverage
  * [watchmedo] Log all events in LoggerTrick
  * [windows] The observers.read_directory_changes.WATCHDOG_TRAVE
    RSE_MOVED_DIR_DELAY hack was removed. The constant will be
    kept to prevent breaking other softwares.
  * Thanks to our beloved contributors: @BoboTiG, @msabramo

  Generate doc only for Leap because it rise up an syntax error in
    in the future.
- Update to version 2.2.0
  * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown.
  * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates.
  * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``.
  * Fix adding failed emitters on observer schedule.
  * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem.
  * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command.
  * [watchmedo] Fix broken parsing of boolean arguments.
  * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``.
  * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074701 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1068309 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
- update to 2.3.1:
  * Run ``black`` on the entire source code
  * Bundle the ``requirements-tests.txt`` file in the source
    distribution
  * [watchmedo] Exclude ``FileOpenedEvent`` events from
    ``AutoRestartTrick``, and ``ShellCommandTrick``, to restore
    watchdog < 2.3.0 behavior. A better solution should be found
    in the future. 
  * [watchmedo] Log ``FileOpenedEvent``, and ``FileClosedEvent``,
    events in ``LoggerTrick``
  * [inotify] Add support for ``IN_OPEN`` events: a
    ``FileOpenedEvent`` event will be fired
  * [watchmedo] Add optional event debouncing for ``auto-
    restart``, only restarting once if many events happen in
    quick succession (``--debounce-interval``)
  * [watchmedo] Exit gracefully on ``KeyboardInterrupt``
    exception (Ctrl+C)
  * [watchmedo] Add option to not auto-restart the command after
    it exits (``--no-restart-on-command-exit``)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1046133 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- update to v2.2.1:
  * [ci] Set the expected Python version when building release files
  * [ci] Update actions versions in use
  * [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on
    non-Unix OSes (#935)
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 990798 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- update to 2.1.9:
  * [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter.
  * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown. 
  * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates. 
  * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``. 
  * Fix adding failed emitters on observer schedule. 
  * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. 
  * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command. 
  * [watchmedo] Fix broken parsing of boolean arguments. 
  * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``. 
  * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments. 
  * Thanks to our beloved contributors: @taleinat, @kianmeng, @palfrey, @IlayRosenberg, @BoboTiG
  * Eliminate timeout in waiting on event queue. 
  * [inotify] Fix ``not`` equality implementation for ``InotifyEvent``. 
  * [watchmedo] Fix calling commands from within a Python script. 
  * [watchmedo] ``PyYAML`` is loaded only when strictly necessary.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 893715 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
- Add missing BR on python-flaky.
- 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+
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 811020 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
- Skip randomly failing test test_event_dispatcher
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 746007 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 5)
- Do not pull in Brownie as it is not needed
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 628373 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 3)
- Remove devel dependency
- Use %license macro
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 533148 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by