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-06-18 08:13:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-subprocess-tee: updated to 0.4.2 0.4.2 Bugfixes Use exec mode when passed a list of strings |
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message: python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. |
2022-12-18 11:06:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-subprocess-tee: updated to 0.4.1 v0.4.1 Bugfixes Correct trove metadata related to supported platforms Move mypy config to pyproject.toml Stop using deprecated get_event_loop() Configure packit Add "setuptools >= 61.0" to build system requires Clear build dependencies |
2022-11-26 22:11:11 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-subprocess-tee: add missing tool dependency on py-wheel |
2022-11-26 20:43:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-subprocess-tee: updated to 0.4.0 v0.4.0 Minor Changes Enable support for py311 Bugfixes Remove support for py37 Remove support for py36 Mark test test_rich_console_ex as broken |
2022-10-13 14:18:48 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-subprocess-tee: bump py-setuptools_scm requirement and remove \ py-setuptools_scm_git_archive |
2022-05-12 10:06:13 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: py-subprocess-tee: added version 0.3.5 This package provides a drop-in alternative to subprocess.run that captures the output while still printing it in real-time, just the way tee does. Printing output in real-time while still capturing is valuable for any tool that executes long-running child processes. For those, you do want to provide instant feedback (progress) related to what is happening. |