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.33.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b76e35eda968
branches:  trunk
changeset: 373859:b76e35eda968
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 14 10:17:22 2022 +0000

description:
py-breathe: updated to 4.33.0

Breathe v4.33.0
Fix duplicate static in variable declarations.
Update CICD for Sphinx 4.4.0 series.
Pin version of black in CICD and reformat files.
Fix code block highlighting.
Refactoring, cleanup and typing improvements.
Doxygen dot graphs to Sphinx graphviz.
Support externally hosted images.
Address a peculiarity in Doxygen aliases in doc.
Add flag to doxygengroup, doxygennamespace to display only the description.
Add support for MD block quotes with attribution(s).

diffstat:

 textproc/py-breathe/Makefile |  4 ++--
 textproc/py-breathe/PLIST    |  5 ++++-
 textproc/py-breathe/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r a3b13a7f10dd -r b76e35eda968 textproc/py-breathe/Makefile
--- a/textproc/py-breathe/Makefile      Mon Feb 14 10:15:33 2022 +0000
+++ b/textproc/py-breathe/Makefile      Mon Feb 14 10:17:22 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/01/31 11:39:40 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/02/14 10:17:22 adam Exp $
 
-DISTNAME=      breathe-4.32.0
+DISTNAME=      breathe-4.33.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/breathe/}
diff -r a3b13a7f10dd -r b76e35eda968 textproc/py-breathe/PLIST
--- a/textproc/py-breathe/PLIST Mon Feb 14 10:15:33 2022 +0000
+++ b/textproc/py-breathe/PLIST Mon Feb 14 10:17:22 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/30 07:29:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/02/14 10:17:22 adam Exp $
 bin/breathe-apidoc-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -43,6 +43,9 @@
 ${PYSITELIB}/breathe/file_state_cache.py
 ${PYSITELIB}/breathe/file_state_cache.pyc
 ${PYSITELIB}/breathe/file_state_cache.pyo
+${PYSITELIB}/breathe/filetypes.py
+${PYSITELIB}/breathe/filetypes.pyc
+${PYSITELIB}/breathe/filetypes.pyo
 ${PYSITELIB}/breathe/finder/__init__.py
 ${PYSITELIB}/breathe/finder/__init__.pyc
 ${PYSITELIB}/breathe/finder/__init__.pyo
diff -r a3b13a7f10dd -r b76e35eda968 textproc/py-breathe/distinfo
--- a/textproc/py-breathe/distinfo      Mon Feb 14 10:15:33 2022 +0000
+++ b/textproc/py-breathe/distinfo      Mon Feb 14 10:17:22 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/01/31 11:39:40 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/02/14 10:17:22 adam Exp $
 
-BLAKE2s (breathe-4.32.0.tar.gz) = 39ea8a0365475bd435147b5e4596dd26aa122da81516376ecca2cb4ab2e34c6d
-SHA512 (breathe-4.32.0.tar.gz) = a2a680fdadcf2bbceff193ef78332a65223e9f7ed2240728aa995f831fe51561b7b85e472117d8be4dfbfca6f6f1fd5859843d51f9ddce15463c6c24a636109a
-Size (breathe-4.32.0.tar.gz) = 79201 bytes
+BLAKE2s (breathe-4.33.0.tar.gz) = 0067e2915604f4d6e7746560c633c769518f98736f61f64606c9e39ab078ff45
+SHA512 (breathe-4.33.0.tar.gz) = b3130093832fb7e49356cf663456fc7132405413fbf53c587bf1973138a670107430020ef8cc7b73b7b6c5666878ff03b35eadb4f570c02361084a1b0f939d2a
+Size (breathe-4.33.0.tar.gz) = 82690 bytes



Home | Main Index | Thread Index | Old Index