pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-issues
Module Name: pkgsrc
Committed By: adam
Date: Thu May 28 11:53:38 UTC 2026
Modified Files:
pkgsrc/textproc/py-sphinx-issues: Makefile distinfo
Log Message:
py-sphinx-issues: updated to 6.0.0
6.0.0 (2026-03-13)
Backwards-incompatible: Remove implicit extraction of group/project from GitHub URLs in issues_uri. If you relied on setting _only_ issues_uri (e.g.
https://github.com/myuser/myproject/issues/{issue}) without also setting issues_github_path or issues_default_group_project, you must now explicitly set one of those options in your conf.py:
Before:
issues_uri = "https://github.com/myuser/myproject/issues/{issue}"
After:
issues_github_path = "myuser/myproject"
Support Python 3.10-3.14. 3.9 is no longer supported, as it is EOL.
Pin lower bound of Sphinx to 8.1.0 (see "Sphinx version support policy above").
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-sphinx-issues/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx-issues/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-sphinx-issues/Makefile
diff -u pkgsrc/textproc/py-sphinx-issues/Makefile:1.14 pkgsrc/textproc/py-sphinx-issues/Makefile:1.15
--- pkgsrc/textproc/py-sphinx-issues/Makefile:1.14 Tue Jan 6 11:18:18 2026
+++ pkgsrc/textproc/py-sphinx-issues/Makefile Thu May 28 11:53:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2026/01/06 11:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2026/05/28 11:53:37 adam Exp $
-DISTNAME= sphinx_issues-5.0.1
+DISTNAME= sphinx_issues-6.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-issues/}
@@ -11,7 +11,7 @@ COMMENT= Sphinx extension for linking to
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
-DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+DEPENDS+= ${PYPKGPREFIX}-sphinx>=8.1.0:../../textproc/py-sphinx
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-sphinx-issues/distinfo
diff -u pkgsrc/textproc/py-sphinx-issues/distinfo:1.6 pkgsrc/textproc/py-sphinx-issues/distinfo:1.7
--- pkgsrc/textproc/py-sphinx-issues/distinfo:1.6 Mon Apr 21 05:40:27 2025
+++ pkgsrc/textproc/py-sphinx-issues/distinfo Thu May 28 11:53:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/04/21 05:40:27 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/05/28 11:53:37 adam Exp $
-BLAKE2s (sphinx_issues-5.0.1.tar.gz) = 15909cc13c51f4befb230182d85b9163d46631b18cb68652635f12584f6fa590
-SHA512 (sphinx_issues-5.0.1.tar.gz) = 2fa1dac59f368291052cc00ebf71f9e7de980c7269661552ccd198c4d94af79f924a4f1729870039917ed60fca0b1782ac8419dc1ab53a12a0967dc528ac5b0e
-Size (sphinx_issues-5.0.1.tar.gz) = 14370 bytes
+BLAKE2s (sphinx_issues-6.0.0.tar.gz) = 4ffe7b466464528e8339c3b7e29b2c37074105e0b7bfdddf3fd688077c47a5b8
+SHA512 (sphinx_issues-6.0.0.tar.gz) = b7a2b573e291e491d2ce0abaa85a0d0e9d121d2ad0624d7ca046a726f44618e0ed9956dab2b5ee630de2d1a3510bec1a134c02723f0aaa2b271d1e8194051c2b
+Size (sphinx_issues-6.0.0.tar.gz) = 15230 bytes
Home |
Main Index |
Thread Index |
Old Index