2020-02-06 21:56:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-watchdog: updated to 0.10.1
0.10.1
Fixed Python 2.7 to 3.6 installation when the OS locale is set to POSIX
Fixed the build_ext command on macOS
Moved requirements to setup.cfg
[mac] Removed old C code for Python 2.5 in the fsevents C implementation
[snapshot] Added EmptyDirectorySnapshot
0.10.0
Breaking Changes
Dropped support for Python 2.6, 3.2 and 3.3
Emitters that failed to start are now removed
[snapshot] Removed the deprecated walker_callback argument, use stat instead
[watchmedo] The utility is no more installed by default but via the extra \
watchdog[watchmedo]
Other Changes
Fixed several Python 3 warnings
Identify synthesized events with is_synthetic attribute
Use os.scandir() to improve memory usage
[bsd] Fixed flavors of FreeBSD detection
[bsd] Skip unprocessable socket files
[inotify] Fixed events containing non-ASCII characters
[inotify] Fixed the way OSError are re-raised
[inotify] Fixed wrong source path after renaming a top level folder
[inotify] Removed delay from non-move events
[mac] Fixed a bug when calling FSEventsEmitter.stop() twice
[mac] Support for unscheduling deleted watch
[mac] Fixed missing field initializers and unused parameters in watchdog_fsevents.c
[snapshot] Don't walk directories without read permissions
[snapshot] Fixed a race condition crash when a directory is swapped for a file
[snasphot] Fixed an AttributeError about forgotten path_for_inode attr
[snasphot] Added the ignore_device=False parameter to the ctor (597)
[watchmedo] Fixed the path separator used
[watchmedo] Fixed the use of yaml.load() for yaml.safe_load()
[watchmedo] Handle all available signals
[watchmedo] Added the --debug-force-polling argument
[windows] Fixed issues when the observed directory is deleted
[windows] WindowsApiEmitter made easier to subclass
[windows] Use separate ctypes DLL instances
[windows] Generate sub created events only if recursive=True
|
2018-09-12 12:43:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 0.9.0
0.9.0:
Unknown changes.
|
2018-05-23 09:43:54 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-watchdog: added PLIST.Darwin, TEST_DEPENDS, ALTERNATIVES
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2016-06-01 14:37:14 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix MASTER_SITES.
|
2015-12-30 15:22:34 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
Import py-watchdog-0.8.3 as sysutils/py-watchdog.
Packaged in pkgsrc-wip by Kamel Ibn Aziz Derouiche.
Python API and shell utilities to monitor file system events
|