1
0

Accepting request 822207 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/822207
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2020-07-22 12:39:15 +00:00
committed by Git OBS Bridge
parent 0f1e630cf2
commit 86c992a267
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 22 10:26:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.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 3 07:50:43 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>