pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-sybil
Module Name: pkgsrc
Committed By: adam
Date: Mon May 25 12:27:23 UTC 2026
Modified Files:
pkgsrc/devel/py-sybil: Makefile PLIST distinfo
Log Message:
py-sybil: updated to 10.0.1
10.0.1 (26 Mar 2026)
- Re-work :func:`~sybil.testing.run_pytest` to fix problems caused by re-invoking external plugins
during the nested runs.
10.0.0 (25 Mar 2026)
- Moved to a `uv`__-based, ``pyproject.toml``-driven project layout, with ``main`` replacing
``master`` as the default git branch.
__ https://docs.astral.sh/uv/
- Move from Circle CI to Github Actions for continuous integration and releasing.
- Introduce `ruff`__ code formatting.
__ https://docs.astral.sh/ruff/
- Fixed several issues with lexing of Markdown fenced code blocks.
- Add :func:`~sybil.testing.run_pytest` to for in-process pytest execution of example tests
that use :any:`fixtures <fixture>` in documentation.
- Supported Python versions are now 3.11 onwards.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-sybil/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-sybil/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-sybil/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-sybil/Makefile
diff -u pkgsrc/devel/py-sybil/Makefile:1.5 pkgsrc/devel/py-sybil/Makefile:1.6
--- pkgsrc/devel/py-sybil/Makefile:1.5 Thu Dec 4 07:47:49 2025
+++ pkgsrc/devel/py-sybil/Makefile Mon May 25 12:27:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/12/04 07:47:49 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/05/25 12:27:22 adam Exp $
-DISTNAME= sybil-9.3.0
+DISTNAME= sybil-10.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sybil/}
@@ -10,11 +10,13 @@ HOMEPAGE= https://github.com/simplistix/
COMMENT= Automated testing for the examples in your code and documentation
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-testfixtures-[0-9]*:../../devel/py-testfixtures
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-testfixtures>=11:../../devel/py-testfixtures
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 310
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-sybil/PLIST
diff -u pkgsrc/devel/py-sybil/PLIST:1.3 pkgsrc/devel/py-sybil/PLIST:1.4
--- pkgsrc/devel/py-sybil/PLIST:1.3 Thu Dec 4 07:47:49 2025
+++ pkgsrc/devel/py-sybil/PLIST Mon May 25 12:27:22 2026
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/12/04 07:47:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/05/25 12:27:22 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/sybil/__init__.py
${PYSITELIB}/sybil/__init__.pyc
${PYSITELIB}/sybil/__init__.pyo
Index: pkgsrc/devel/py-sybil/distinfo
diff -u pkgsrc/devel/py-sybil/distinfo:1.4 pkgsrc/devel/py-sybil/distinfo:1.5
--- pkgsrc/devel/py-sybil/distinfo:1.4 Thu Dec 4 07:47:49 2025
+++ pkgsrc/devel/py-sybil/distinfo Mon May 25 12:27:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/12/04 07:47:49 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/05/25 12:27:23 adam Exp $
-BLAKE2s (sybil-9.3.0.tar.gz) = 808381a13299a05c912bb4141737964e8d64c9ac35ad6b3ccecdf2c88bb4fbcb
-SHA512 (sybil-9.3.0.tar.gz) = e332fd542be0ba95b263ea55841dc6502296238f0e2c9a8ee9fa98d5dff5c9bc1301e3efd09b8820768655bf4aec54d9f08939a249c42729252751e41f4c34eb
-Size (sybil-9.3.0.tar.gz) = 89078 bytes
+BLAKE2s (sybil-10.0.1.tar.gz) = fd415ea33246ac336936e11b5c82d750dda02503114bda1662023e021b3a3675
+SHA512 (sybil-10.0.1.tar.gz) = f343fe9f4ed5248bdd8e31cfc8fd52970d6e57daceccb48fd961c9ca3f770c33b0b2f5f46df6e74590b285ba935a91455ac98097fba07f948f55c17212a72e6a
+Size (sybil-10.0.1.tar.gz) = 80120 bytes
Home |
Main Index |
Thread Index |
Old Index