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:           Tue Feb 25 15:33:39 UTC 2025

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

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

v0.19.0
-------

**Implemented enhancements:**

- Add block-level ``sphinx_gallery_capture_repr_block`` setting

**Fixed bugs:**

- Fix minigallery duplicates and add tests and update documenation
- Fix: Fix minigallery duplicates
- Fix incorrect paths for JupyterLite Notebook interface URLs, unpin ``jupyterlite-sphinx``, and update JupyterLite integration docs
- BUG: make \_anim_rst windows compatible
- Fix custom sort

**Documentation**

- DOC Fixes to minigallery doc in ``configuration\.rst``
- DOC Improve doc on linking code blocks
- Doc: mention color css property to hide links
- DOC Improve custom sort key docs


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-sphinx-gallery/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinx-gallery/PLIST \
    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.10 pkgsrc/textproc/py-sphinx-gallery/Makefile:1.11
--- pkgsrc/textproc/py-sphinx-gallery/Makefile:1.10     Sun Feb 23 16:59:23 2025
+++ pkgsrc/textproc/py-sphinx-gallery/Makefile  Tue Feb 25 15:33:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/02/23 16:59:23 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/25 15:33:39 adam Exp $
 
-DISTNAME=      sphinx_gallery-0.18.0
+DISTNAME=      sphinx_gallery-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 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.5 pkgsrc/textproc/py-sphinx-gallery/PLIST:1.6
--- pkgsrc/textproc/py-sphinx-gallery/PLIST:1.5 Fri Dec  6 10:52:23 2024
+++ pkgsrc/textproc/py-sphinx-gallery/PLIST     Tue Feb 25 15:33:39 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/12/06 10:52:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/02/25 15:33:39 adam Exp $
 bin/sphinx_gallery_py2jupyter-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -116,8 +116,21 @@ ${PYSITELIB}/sphinx_gallery/tests/test_s
 ${PYSITELIB}/sphinx_gallery/tests/test_sorting.py
 ${PYSITELIB}/sphinx_gallery/tests/test_sorting.pyc
 ${PYSITELIB}/sphinx_gallery/tests/test_sorting.pyo
+${PYSITELIB}/sphinx_gallery/tests/test_utils.py
+${PYSITELIB}/sphinx_gallery/tests/test_utils.pyc
+${PYSITELIB}/sphinx_gallery/tests/test_utils.pyo
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/index.rst
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/src/GALLERY_HEADER.rst
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/GALLERY_HEADER.rst
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_4.py
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_4.pyc
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_4.pyo
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_5.py
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_5.pyc
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_5.pyo
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_6.py
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_6.pyc
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/first-subsection/plot_6.pyo
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/src/plot_1.py
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/src/plot_1.pyc
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/src/plot_1.pyo
@@ -127,6 +140,16 @@ ${PYSITELIB}/sphinx_gallery/tests/testco
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/src/plot_3.py
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/src/plot_3.pyc
 ${PYSITELIB}/sphinx_gallery/tests/testconfs/src/plot_3.pyo
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/GALLERY_HEADER.rst
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_7.py
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_7.pyc
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_7.pyo
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_8.py
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_8.pyc
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_8.pyo
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_9.py
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_9.pyc
+${PYSITELIB}/sphinx_gallery/tests/testconfs/src/second-subsection/plot_9.pyo
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/doc/Makefile
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/doc/_static_nonstandard/broken_example.png
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/doc/_static_nonstandard/demo.png
Index: pkgsrc/textproc/py-sphinx-gallery/distinfo
diff -u pkgsrc/textproc/py-sphinx-gallery/distinfo:1.5 pkgsrc/textproc/py-sphinx-gallery/distinfo:1.6
--- pkgsrc/textproc/py-sphinx-gallery/distinfo:1.5      Fri Dec  6 10:52:23 2024
+++ pkgsrc/textproc/py-sphinx-gallery/distinfo  Tue Feb 25 15:33:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/12/06 10:52:23 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/02/25 15:33:39 adam Exp $
 
-BLAKE2s (sphinx_gallery-0.18.0.tar.gz) = 168a94e6d1842063434b9f467a5cb366bc0d7f898f846bfeb6277ba83c60886e
-SHA512 (sphinx_gallery-0.18.0.tar.gz) = 59712e6a50d0a01e091b51e8532798ba4068a3a65472c25ea5a913dea599ac1afa54c44a057d332e6204930fa958d5b88dafe796af913566f504f0d9cf91e72a
-Size (sphinx_gallery-0.18.0.tar.gz) = 466371 bytes
+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



Home | Main Index | Thread Index | Old Index