pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-gallery



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 26 10:25:33 UTC 2025

Modified Files:
        pkgsrc/textproc/py-sphinx-gallery: Makefile PLIST distinfo

Log Message:
py-sphinx-gallery: updated to 0.20.0

0.20.0

Bump version 0.20.0
MNT Add test for _bool_eval and add configs to _bool_eval check
Add POT, SKADA and TorchDR to the list in README
Update instructions for converting script to notebook
Add comment on path for sphinx_gallery_thumbnail_path
DOC Add plotly to supported scrapers
DOC: Add JUnit XML parsing example
DOC Update junit doc
[DOC] Add an example or index.rst file that allow example in multiple sections
Embed code links with dirhtml builder
Fix typo in note about Binder/JupyterLite
Remove "# noqa: E501" from end of text blocks
allow git archives to have dynamic versioning
Update FAQ with notebook and RST file guidance
DOC: Add cards for the subsections on the main topic pages
Fix sphinx warning
MNT: Use names instead of indices for Block namedtuple
FIX: Fix test_recommend_n_examples
ENH: Use :doc: instead of :ref: to link to examples
MAINT: Add MNE-Python doc build integration test
Support plain .rst files as example inputs
MNT Update jupyterlite-sphinx version in circle CI


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-sphinx-gallery/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-sphinx-gallery/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx-gallery/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-gallery/Makefile
diff -u pkgsrc/textproc/py-sphinx-gallery/Makefile:1.13 pkgsrc/textproc/py-sphinx-gallery/Makefile:1.14
--- pkgsrc/textproc/py-sphinx-gallery/Makefile:1.13     Thu Oct  9 07:58:03 2025
+++ pkgsrc/textproc/py-sphinx-gallery/Makefile  Fri Dec 26 10:25:33 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2025/10/09 07:58:03 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/12/26 10:25:33 adam Exp $
 
-DISTNAME=      sphinx_gallery-0.19.0
+DISTNAME=      sphinx_gallery-0.20.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-gallery/}
 

Index: pkgsrc/textproc/py-sphinx-gallery/PLIST
diff -u pkgsrc/textproc/py-sphinx-gallery/PLIST:1.7 pkgsrc/textproc/py-sphinx-gallery/PLIST:1.8
--- pkgsrc/textproc/py-sphinx-gallery/PLIST:1.7 Mon Apr 14 12:56:29 2025
+++ pkgsrc/textproc/py-sphinx-gallery/PLIST     Fri Dec 26 10:25:33 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/14 12:56:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/12/26 10:25:33 adam Exp $
 bin/sphinx_gallery_py2jupyter-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -61,6 +61,9 @@ ${PYSITELIB}/sphinx_gallery/py_source_pa
 ${PYSITELIB}/sphinx_gallery/recommender.py
 ${PYSITELIB}/sphinx_gallery/recommender.pyc
 ${PYSITELIB}/sphinx_gallery/recommender.pyo
+${PYSITELIB}/sphinx_gallery/rst_source_parser.py
+${PYSITELIB}/sphinx_gallery/rst_source_parser.pyc
+${PYSITELIB}/sphinx_gallery/rst_source_parser.pyo
 ${PYSITELIB}/sphinx_gallery/scrapers.py
 ${PYSITELIB}/sphinx_gallery/scrapers.pyc
 ${PYSITELIB}/sphinx_gallery/scrapers.pyo
@@ -110,6 +113,9 @@ ${PYSITELIB}/sphinx_gallery/tests/test_p
 ${PYSITELIB}/sphinx_gallery/tests/test_recommender.py
 ${PYSITELIB}/sphinx_gallery/tests/test_recommender.pyc
 ${PYSITELIB}/sphinx_gallery/tests/test_recommender.pyo
+${PYSITELIB}/sphinx_gallery/tests/test_rst_source_parser.py
+${PYSITELIB}/sphinx_gallery/tests/test_rst_source_parser.pyc
+${PYSITELIB}/sphinx_gallery/tests/test_rst_source_parser.pyo
 ${PYSITELIB}/sphinx_gallery/tests/test_scrapers.py
 ${PYSITELIB}/sphinx_gallery/tests/test_scrapers.pyc
 ${PYSITELIB}/sphinx_gallery/tests/test_scrapers.pyo
@@ -229,6 +235,7 @@ ${PYSITELIB}/sphinx_gallery/tests/tinybu
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_webp.py
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_webp.pyc
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_webp.pyo
+${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/rst_gallery_entry.rst
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples_README_header/README.txt
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples_README_header/plot_exp.py
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples_README_header/plot_exp.pyc

Index: pkgsrc/textproc/py-sphinx-gallery/distinfo
diff -u pkgsrc/textproc/py-sphinx-gallery/distinfo:1.6 pkgsrc/textproc/py-sphinx-gallery/distinfo:1.7
--- pkgsrc/textproc/py-sphinx-gallery/distinfo:1.6      Tue Feb 25 15:33:39 2025
+++ pkgsrc/textproc/py-sphinx-gallery/distinfo  Fri Dec 26 10:25:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/02/25 15:33:39 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/12/26 10:25:33 adam Exp $
 
-BLAKE2s (sphinx_gallery-0.19.0.tar.gz) = 5186b4a9e71487f212e8989d52bc4279fd075ebc8f770e3168f15467bf41be60
-SHA512 (sphinx_gallery-0.19.0.tar.gz) = 90ed1aafa718937ee9bd5c8f52937c5a65058ca5a2138606f48f41637dae8a1d3c22cfcbed2eef3aaf3180ee137d943cfbde72ba2625c23f6d7d8e911f3f374f
-Size (sphinx_gallery-0.19.0.tar.gz) = 471479 bytes
+BLAKE2s (sphinx_gallery-0.20.0.tar.gz) = 0b1cea37bfbe25e928ca176042df5ca8a2bda5732406b5446845ab2e017641dc
+SHA512 (sphinx_gallery-0.20.0.tar.gz) = 571ae48d7aba2b7807b68cdab7d73a538fe8cfb72436c80f85cd3c309d4ded6a5368400485f7684e607a980b1679438be4148ca9681c75a80f754ca084a716b3
+Size (sphinx_gallery-0.20.0.tar.gz) = 473502 bytes



Home | Main Index | Thread Index | Old Index