1
0

Commit Graph

  • bd4608e56e Accepting request 1180728 from devel:languages:python factory Ana Guerrero 2024-06-14 16:57:48 +0000
  • d3e87e2bb4 - update to 4.0.1: * [inotify] Fix missing event_filter for the full emitter Dirk Mueller 2024-06-13 15:32:19 +0000
  • b9d1033f49 Accepting request 1158534 from devel:languages:python Ana Guerrero 2024-03-18 15:44:33 +0000
  • 7b8f05a68b - 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. * Eliminate timeout in waiting on event queue. Dirk Mueller 2024-03-16 16:28:22 +0000
  • 547354afda Accepting request 1092189 from devel:languages:python Dominique Leuenberger 2023-06-12 13:25:28 +0000
  • c40e1411e0 Accepting request 1092185 from home:ecsos:python Dirk Mueller 2023-06-11 11:26:21 +0000
  • e116a4785f Accepting request 1074701 from devel:languages:python Dominique Leuenberger 2023-03-27 16:17:56 +0000
  • e9257107e1 - 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 Dirk Mueller 2023-03-20 12:18:14 +0000
  • 30245c0d0a Accepting request 1068309 from devel:languages:python Dominique Leuenberger 2023-03-01 15:14:13 +0000
  • f25f8bab89 - 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`) Dirk Mueller 2023-02-28 20:06:47 +0000
  • ecba9a449f Accepting request 1046133 from devel:languages:python Dominique Leuenberger 2023-01-02 14:02:28 +0000
  • 8fff08f538 - 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) Dirk Mueller 2023-01-02 10:18:32 +0000
  • a6a1e00b8f Accepting request 1043116 from devel:languages:python Dominique Leuenberger 2022-12-15 18:25:51 +0000
  • 171583efd2 Accepting request 1042764 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-12-15 12:19:23 +0000
  • 75c71f239f Accepting request 990798 from devel:languages:python Richard Brown 2022-07-26 17:43:42 +0000
  • 66b84eb373 - 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. Dirk Mueller 2022-07-23 11:36:22 +0000
  • aeef180eef Accepting request 925613 from devel:languages:python Dominique Leuenberger 2021-10-16 20:47:09 +0000
  • 0b237d30c8 Accepting request 924562 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2021-10-16 09:18:26 +0000
  • a52abd8e87 Accepting request 905789 from devel:languages:python Dominique Leuenberger 2021-07-12 19:40:21 +0000
  • 1da6e53b31 Accepting request 905784 from home:alarrosa:branches:devel:languages:python Markéta Machová 2021-07-12 08:13:56 +0000
  • 85d03f275e Accepting request 896758 from devel:languages:python Dominique Leuenberger 2021-06-02 20:12:04 +0000
  • 4405d56685 Accepting request 896645 from home:alarrosa:branches:devel:languages:python Matej Cepl 2021-06-01 18:20:48 +0000
  • f6e2c3421f Accepting request 893715 from devel:languages:python Dominique Leuenberger 2021-05-17 16:45:26 +0000
  • c8175235b4 - Add missing BR on python-flaky. Matej Cepl 2021-05-17 11:26:43 +0000
  • e688a3eb3e Accepting request 893701 from home:alarrosa:branches:devel:languages:python Matej Cepl 2021-05-17 11:23:30 +0000
  • bd199b60af Accepting request 862821 from devel:languages:python Dominique Leuenberger 2021-01-13 17:24:02 +0000
  • f3244c21a0 Accepting request 862769 from home:jayvdb:branches:devel:languages:python Markéta Machová 2021-01-13 08:50:19 +0000
  • ab5b87cc2f Accepting request 822237 from devel:languages:python Dominique Leuenberger 2020-07-24 08:00:11 +0000
  • 86c992a267 Accepting request 822207 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-07-22 12:39:15 +0000
  • 3bac955048 Accepting request 811020 from devel:languages:python Dominique Leuenberger 2020-06-04 15:57:12 +0000
  • 0f1e630cf2 - Skip randomly failing test test_event_dispatcher Tomáš Chvátal 2020-06-03 07:50:56 +0000
  • 5eecbe3a46 Accepting request 806805 from devel:languages:python Dominique Leuenberger 2020-05-19 12:46:43 +0000
  • fa5ef35aed Accepting request 806792 from home:pgajdos:python Tomáš Chvátal 2020-05-18 08:12:07 +0000
  • 539470c69e Accepting request 783317 from devel:languages:python Dominique Leuenberger 2020-03-10 12:26:02 +0000
  • 0b03aee714 Accepting request 783286 from home:pgajdos:python Tomáš Chvátal 2020-03-10 11:16:55 +0000
  • f9ce5a07c7 Accepting request 746007 from devel:languages:python Dominique Leuenberger 2019-11-09 22:26:04 +0000
  • 0968948fbe - Do not pull in Brownie as it is not needed Tomáš Chvátal 2019-11-06 13:44:41 +0000
  • e2dcb75ab3 Accepting request 650294 from devel:languages:python Dominique Leuenberger 2018-11-20 21:43:13 +0000
  • 098d80a9c6 Accepting request 650196 from home:glaubitz:branches:devel:languages:python Tomáš Chvátal 2018-11-19 19:32:40 +0000
  • f7fa9b79e0 Accepting request 628373 from devel:languages:python Dominique Leuenberger 2018-08-24 15:01:31 +0000
  • 11057d69ae - Remove devel dependency - Use %license macro Tomáš Chvátal 2018-08-09 10:18:50 +0000
  • 3e3538583b Accepting request 533148 from devel:languages:python Dominique Leuenberger 2017-10-13 12:16:33 +0000
  • 344cb183b9 Accepting request 516587 from home:jengelh:branches:devel:languages:python Thomas Bechtold 2017-08-13 06:18:17 +0000
  • 2c9a9d2767 Accepting request 514604 from devel:languages:python Dominique Leuenberger 2017-08-17 09:51:20 +0000
  • fa4c28cb4d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=6 Todd R 2017-08-04 19:12:42 +0000
  • 1da16bf10d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=5 Todd R 2017-08-03 21:27:51 +0000
  • cac729941b Accepting request 489963 from home:alois:branches:devel:languages:python Jan Matejek 2017-05-16 13:55:44 +0000
  • 5bc133800a Accepting request 369927 from home:kfreitag:branches:devel:languages:python Dirk Mueller 2016-03-14 15:26:02 +0000
  • 7931ec63f1 Accepting request 148467 from home:posophe:branches:devel:languages:python Sascha Peilicke 2013-01-15 14:17:28 +0000
  • dd2ded87fe - Initial version Sascha Peilicke 2012-01-31 13:37:58 +0000