pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-breathe



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  6 15:27:45 UTC 2022

Modified Files:
        pkgsrc/textproc/py-breathe: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-breathe/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-breathe/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-breathe/Makefile
diff -u pkgsrc/textproc/py-breathe/Makefile:1.5 pkgsrc/textproc/py-breathe/Makefile:1.6
--- pkgsrc/textproc/py-breathe/Makefile:1.5     Mon Feb 14 18:27:56 2022
+++ pkgsrc/textproc/py-breathe/Makefile Wed Jul  6 15:27:45 2022
@@ -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 @@ COMMENT=      Sphinx plugin providing integra
 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
 

Index: pkgsrc/textproc/py-breathe/distinfo
diff -u pkgsrc/textproc/py-breathe/distinfo:1.4 pkgsrc/textproc/py-breathe/distinfo:1.5
--- pkgsrc/textproc/py-breathe/distinfo:1.4     Mon Feb 14 18:27:56 2022
+++ pkgsrc/textproc/py-breathe/distinfo Wed Jul  6 15:27:45 2022
@@ -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