pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-breathe py-breathe: updated to 4.34.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6a4a3147381
branches:  trunk
changeset: 381408:b6a4a3147381
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 06 15:27:45 2022 +0000

description:
py-breathe: updated to 4.34.0

Breathe v4.34.0
Treat .unparsed as plain text.
Remove unneeded type: ignore annotations.
Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive.
Rename lint workflow.
Type check pygments and limit docutils stub version.
Convert dot files' relative path to absolute.
CI, update Sphinx versions to test.
CI, update for Sphinx 5.0.1.
Fix inconsistency in example.
Fix C# enum rendering crash.
Drop Sphinx 3 support, add Sphinx 5 support.
CICD: Disable python 3.6 for Sphinx master tests.
Populate default include text-node's data field instead of raw-source.

diffstat:

 textproc/py-breathe/Makefile |  6 +++---
 textproc/py-breathe/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r a03709ec7166 -r b6a4a3147381 textproc/py-breathe/Makefile
--- a/textproc/py-breathe/Makefile      Wed Jul 06 15:27:01 2022 +0000
+++ b/textproc/py-breathe/Makefile      Wed Jul 06 15:27:45 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/02/14 18:27:56 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/06 15:27:45 adam Exp $
 
-DISTNAME=      breathe-4.33.1
+DISTNAME=      breathe-4.34.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/breathe/}
@@ -11,7 +11,7 @@
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=4.0:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none
 
diff -r a03709ec7166 -r b6a4a3147381 textproc/py-breathe/distinfo
--- a/textproc/py-breathe/distinfo      Wed Jul 06 15:27:01 2022 +0000
+++ b/textproc/py-breathe/distinfo      Wed Jul 06 15:27:45 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/02/14 18:27:56 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/07/06 15:27:45 adam Exp $
 
-BLAKE2s (breathe-4.33.1.tar.gz) = 3a42bb1c1ce13433ab630746988fb375cb1e1a93182064ca23a92f9ce8ad744d
-SHA512 (breathe-4.33.1.tar.gz) = a67400172f42d649b6ae858dc8aa4adc078622f0bd3845a12e4883ce29d5add76ad5a7af8271d150055cbdf0c91d4c165731006682ffdb0b991b884d59df9adb
-Size (breathe-4.33.1.tar.gz) = 82556 bytes
+BLAKE2s (breathe-4.34.0.tar.gz) = 072c86b58d718537df635dfa370eafcc18b026718235d8099f25655af5b718b6
+SHA512 (breathe-4.34.0.tar.gz) = 39a8e279956611b9082884f8697773da6adc90240affb697414f7fb4cb3f8c51eb74a0801284ffd304c9713790de0124a74d356b23b897b5577a9ba55b2eafac
+Size (breathe-4.34.0.tar.gz) = 83184 bytes



Home | Main Index | Thread Index | Old Index