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-02-28 11:32:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-testmon: updated to 2.1.1 v2.1.1 Allow pytest 8 (after testing) and bump version to 2.1.1. |
2024-01-14 21:51:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-test-testmon: updated to 2.1.0 v2.1.0 Cli options improvement and a xdist fix v2.0.15 Fixed license metadata to state "MIT" license. v2.0.14 Opening .testmondata in readonly mode. MIT license. |
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-11-16 13:15:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-test-testmon: updated to 1.2.2 1.2.2: Unknown changes |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-11 15:02:53 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: py-test-testmon: updated to 1.2.0 v1.2.0 Failures are always re-executed. v1.1.2 Another fix for an edge case, refactoring. v1.1.1 Fixed behaviour when faced with keyboard interrupt or syntax errors v1.1.0 Tracking external package updates v1.0.3 pytest 6 support v1.0.0 Big rewrite of testmon |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2020-06-01 09:05:27 by Jonathan Perkin | Files touched by this commit (1) |
Log message: py-test-testmon: Remove .orig file. |
2020-05-31 22:49:34 by Joerg Sonnenberger | Files touched by this commit (14) |
Log message: Explicitly read files as unicode for Python 3. The content is converted using the system locale with Python 3.6 otherwise, falling back to ASCII. |