2022-08-24 10:41:09 by Thomas Klausner | Files touched by this commit (13) |
Log message:
*: use py-test-cov from versioned_dependencies
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-11-26 11:45:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 0.10.4
0.10.4
- Add ``logger`` parameter for the ``LoggingEventHandler``
- Replace mutable default arguments with ``if None`` implementation
- Expand tests to Python 2.7 and 3.5-3.10 for GNU/Linux, macOS and Windows
- [mac] Performance improvements for the ``fsevents`` module
- [mac] Prevent compilation of ``watchdog_fsevents.c`` on non-macOS machines
- [watchmedo] Handle shutdown events from ``SIGTERM`` and ``SIGINT`` more reliably
|
2020-07-01 16:39:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-watchdog: updated to 0.10.3
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
|
2020-02-13 14:48:38 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
py-watchdog: Temporarily disable fsevents on macOS.
The python27 incompatibility from pyobjc creates huge problems as now every
recursive dependency of this package would also need to manually handle this
only on Darwin. That's too much work to fix for now when we just need bulk
builds to not be broken.
|
2020-02-12 23:26:31 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-watchdog: Mark incompatible with python27 due to pyobjc on macOS.
|
2020-02-12 14:29:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-watchdog: updated to 0.10.2
0.10.2
- Fixed the ``build_ext`` command on macOS Catalina
- Fixed the installation of macOS requirements on non-macOS OSes
- Refactored ``dispatch()`` method of ``FileSystemEventHandler``,
``PatternMatchingEventHandler`` and ``RegexMatchingEventHandler``
- [bsd] Improved tests support on non Windows/Linux platforms
- [bsd] Added FreeBSD CI support
- [bsd] Restored full support
|