pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-order
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 30 12:31:04 UTC 2026
Modified Files:
pkgsrc/devel/py-test-order: Makefile distinfo
Log Message:
py-test-order: updated to 1.4.0
1.4.0
Allows the plugin to run after `--failed-first` and similar options.
Changes
* removed official support for Python 3.7-3.9 (EOL), added Python 3.13 and 3.14
New features
* added option `--order-after-ff`, that allows to run `pytest-order` after built-in hooks
like the `--failed-first` option
Infrastructure
* use trusted publisher for release (see https://docs.pypi.org/trusted-publishers/)
* use `pyproject.toml` for project setup
Documentation
* use a theme for documentation supporting dark mode
* added use case for ordering test modules
* fixed documentation for `--indulgent-ordering` option
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-order/Makefile \
pkgsrc/devel/py-test-order/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-order/Makefile
diff -u pkgsrc/devel/py-test-order/Makefile:1.1 pkgsrc/devel/py-test-order/Makefile:1.2
--- pkgsrc/devel/py-test-order/Makefile:1.1 Tue Apr 22 11:25:38 2025
+++ pkgsrc/devel/py-test-order/Makefile Thu Apr 30 12:31:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/04/22 11:25:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/04/30 12:31:04 adam Exp $
-DISTNAME= pytest_order-1.3.0
+DISTNAME= pytest_order-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-order/}
Index: pkgsrc/devel/py-test-order/distinfo
diff -u pkgsrc/devel/py-test-order/distinfo:1.1 pkgsrc/devel/py-test-order/distinfo:1.2
--- pkgsrc/devel/py-test-order/distinfo:1.1 Tue Apr 22 11:25:38 2025
+++ pkgsrc/devel/py-test-order/distinfo Thu Apr 30 12:31:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/04/22 11:25:38 adam Exp $
+$NetBSD: distinfo,v 1.2 2026/04/30 12:31:04 adam Exp $
-BLAKE2s (pytest_order-1.3.0.tar.gz) = e87fac902863e581ebecb1dc8b14da791a5b81af19a4d83b97ccad534c4f6080
-SHA512 (pytest_order-1.3.0.tar.gz) = e6accdf49fee88b4911eca991a404e00071a58291bdd564a361640ede68e4c3f80ad79522075258f9e7451dd704627c2950922015f66068dd4969e9da20caef9
-Size (pytest_order-1.3.0.tar.gz) = 47544 bytes
+BLAKE2s (pytest_order-1.4.0.tar.gz) = a300b8c9c8ce084bbb1736023d1c947751a2411d20acfcc668b708b05bedece4
+SHA512 (pytest_order-1.4.0.tar.gz) = 11213fd825a5092d273a3a3508816097f5f376ea9457cd445be796bdeb2a672bfaedd8acbd278f3012152faf0cb5ec8de647fe86499745e541409a32bb888ec0
+Size (pytest_order-1.4.0.tar.gz) = 49891 bytes
Home |
Main Index |
Thread Index |
Old Index