pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinxcontrib-spelling
Module Name: pkgsrc
Committed By: adam
Date: Wed Dec 3 12:15:40 UTC 2025
Modified Files:
pkgsrc/textproc/py-sphinxcontrib-spelling: Makefile PLIST distinfo
Log Message:
py-sphinxcontrib-spelling: updated to 8.0.2
8.0.2
Switch to hatch
build(deps): bump actions/checkout from 4 to 5
feat: explicitly add python 3.13 support
feat: add automatically generated documentation for key modules
build(deps): bump actions/setup-python from 5 to 6
build(deps): bump actions/checkout from 5 to 6
fix: handle TypeError when source is None in Sphinx 8.2
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.10 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.11
--- pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.10 Thu Oct 9 07:58:06 2025
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile Wed Dec 3 12:15:40 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2025/10/09 07:58:06 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/12/03 12:15:40 adam Exp $
-DISTNAME= sphinxcontrib_spelling-8.0.1
+DISTNAME= sphinxcontrib_spelling-8.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-spelling/}
@@ -11,8 +10,8 @@ HOMEPAGE= https://github.com/sphinx-cont
COMMENT= Sphinx spelling extension
LICENSE= 2-clause-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>0:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-enchant>=3.2.2nb1:../../textproc/py-enchant
DEPENDS+= ${PYPKGPREFIX}-requests>=2.32.3:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx
Index: pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST:1.3 pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST:1.4
--- pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST:1.3 Mon Apr 14 12:56:30 2025
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST Wed Dec 3 12:15:40 2025
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/14 12:56:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/12/03 12:15:40 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/sphinxcontrib/spelling/__init__.py
${PYSITELIB}/sphinxcontrib/spelling/__init__.pyc
${PYSITELIB}/sphinxcontrib/spelling/__init__.pyo
Index: pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo:1.2 pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo:1.3
--- pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo:1.2 Thu Dec 26 22:14:08 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo Wed Dec 3 12:15:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/12/26 22:14:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/12/03 12:15:40 adam Exp $
-BLAKE2s (sphinxcontrib_spelling-8.0.1.tar.gz) = 50fced7bcc21dfd9e0f4d6b60dd9900755ba23f9238183cb47d30135ca3fa838
-SHA512 (sphinxcontrib_spelling-8.0.1.tar.gz) = 8d1e98e50f040b773d117422582315f9535a8a3ccee3984012b3b21e70e8600b325f39579583cace1cd8d3eed096b187eba5e2e9b1ba0f32e5f554ac4b43d48f
-Size (sphinxcontrib_spelling-8.0.1.tar.gz) = 36005 bytes
+BLAKE2s (sphinxcontrib_spelling-8.0.2.tar.gz) = 199523d7ae3fb4c944f625b3e97ac8184651a5289e3da12b747f556904107824
+SHA512 (sphinxcontrib_spelling-8.0.2.tar.gz) = 9e8a681ff04e959446fb6a294273609d62f17fa4deb5e38ab7b4965e1498dbbcb8faeeef654bfcd9689158bb7f952a031387c9469bf26aaef2d97df9e55b31ed
+Size (sphinxcontrib_spelling-8.0.2.tar.gz) = 30955 bytes
Home |
Main Index |
Thread Index |
Old Index