Path to this page:
./
sysutils/py-watchdog,
Filesystem events monitoring
Branch: CURRENT,
Version: 6.0.0,
Package name: py312-watchdog-6.0.0,
Maintainer: kamelderouichePython API and shell utilities to monitor file system events
Required to run:[
textproc/py-yaml] [
devel/py-setuptools] [
devel/py-argh] [
sysutils/py-pathtools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 128.145 KB
Version history: (Expand)
- (2024-11-04) Updated to version: py312-watchdog-6.0.0
- (2024-10-04) Updated to version: py312-watchdog-5.0.3
- (2024-09-11) Updated to version: py312-watchdog-5.0.2
- (2024-08-12) Updated to version: py312-watchdog-4.0.2
- (2024-05-27) Updated to version: py311-watchdog-4.0.1
- (2024-02-08) Updated to version: py311-watchdog-4.0.0
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-10-04 16:01:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 5.0.3
5.0.3
- [inotify] Improve cleaning up ``Inotify`` threads, and add ``eventlet`` test cases
|
2024-09-11 11:40:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 5.0.2
5.0.2
- Enable OS specific Mypy checks
- [watchmedo] Fix ``tricks`` argument type of ``schedule_tricks()``
5.0.1
- [kqueue] Fix ``TypeError: kqueue.control() only accepts positional parameters``
5.0.0
**Breaking Changes**
- Drop support for Python 3.8
- [core] Enforced usage of proper keyword-arguments
- [core] Renamed the ``BaseObserverSubclassCallable`` class to ``ObserverType``
- [inotify] Renamed the ``inotify_event_struct`` class to ``InotifyEventStruct``
- [inotify] Renamed the ``UnsupportedLibc`` exception to ``UnsupportedLibcError``
- [inotify] Removed the ``InotifyConstants.IN_CLOSE`` constant
- [watchmedo] Renamed the ``LogLevelException`` exception to ``LogLevelError``
- [watchmedo] Renamed the ``WatchdogShutdown`` exception to ``WatchdogShutdownError``
- [windows] Renamed the ``FILE_NOTIFY_INFORMATION`` class to \
``FileNotifyInformation``
- [windows] Removed the unused ``WATCHDOG_TRAVERSE_MOVED_DIR_DELAY`` constant
**Other Changes**
- [core] Enable ``disallow_untyped_calls`` Mypy rule
- [core] Enable ``disallow_untyped_defs`` Mypy rule
- [core] Improve typing references for events
- [inotify] Add support for ``IN_CLOSE_NOWRITE`` events. A \
``FileClosedNoWriteEvent`` event will be fired, and its ``on_closed_no_write()`` \
dispatcher has been introduced
|
2024-08-12 16:28:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 4.0.2
4.0.2
- Add support for Python 3.13
- [core] Run ``ruff``, apply several fixes
- [core] Remove execution rights from ``events.py``
- [documentation] Update ``PatternMatchingEventHandler`` docstrings
- [documentation] Simplify the quickstart example
- [fsevents] Add missing ``event_filter`` keyword-argument to \
``FSEventsObserver.schedule()``
- [utils] Fix a possible race condition in ``AutoRestartTrick``
- [watchmedo] Remove execution rights from ``watchmedo.py``
- Thanks to our beloved contributors: @BoboTiG, @nbelakovski, @ivg
|
2024-05-27 12:30:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 4.0.1
4.0.1
[inotify] Fix missing event_filter for the full emitter
|
2024-02-08 11:09:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 4.0.0
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_TRAVERSE_MOVED_DIR_DELAY`` hack was \
removed. The constant will be kept to prevent breaking other softwares.
|
2024-01-17 13:34:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-watchdog: convert to wheel.mk
Bump PKGREVISION.
|