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:           Mon Feb 14 10:17:22 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-breathe/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-breathe/PLIST \
    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.3 pkgsrc/textproc/py-breathe/Makefile:1.4
--- pkgsrc/textproc/py-breathe/Makefile:1.3     Mon Jan 31 11:39:40 2022
+++ pkgsrc/textproc/py-breathe/Makefile Mon Feb 14 10:17:22 2022
@@ -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/}

Index: pkgsrc/textproc/py-breathe/PLIST
diff -u pkgsrc/textproc/py-breathe/PLIST:1.2 pkgsrc/textproc/py-breathe/PLIST:1.3
--- pkgsrc/textproc/py-breathe/PLIST:1.2        Sun Jan 30 07:29:04 2022
+++ pkgsrc/textproc/py-breathe/PLIST    Mon Feb 14 10:17:22 2022
@@ -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/exception.pyo
 ${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
Index: pkgsrc/textproc/py-breathe/distinfo
diff -u pkgsrc/textproc/py-breathe/distinfo:1.2 pkgsrc/textproc/py-breathe/distinfo:1.3
--- pkgsrc/textproc/py-breathe/distinfo:1.2     Mon Jan 31 11:39:40 2022
+++ pkgsrc/textproc/py-breathe/distinfo Mon Feb 14 10:17:22 2022
@@ -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