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  6 10:52:23 UTC 2024

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

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

v0.18.0

Implemented enhancements:
- Allow to disable writing computation times
- [ENH] Add option to render multiple images from same cell as single-img

Fixed bugs:
- Fix ``indexst`` variable does not exist when own index gallery is first


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-sphinx-gallery/Makefile
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/textproc/py-sphinx-gallery/Makefile:1.9
--- pkgsrc/textproc/py-sphinx-gallery/Makefile:1.8      Mon Nov 11 07:29:08 2024
+++ pkgsrc/textproc/py-sphinx-gallery/Makefile  Fri Dec  6 10:52:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:29:08 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/12/06 10:52:23 adam Exp $
 
-DISTNAME=      sphinx_gallery-0.17.1
+DISTNAME=      sphinx_gallery-0.18.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.4 pkgsrc/textproc/py-sphinx-gallery/PLIST:1.5
--- pkgsrc/textproc/py-sphinx-gallery/PLIST:1.4 Wed Aug 21 15:11:01 2024
+++ pkgsrc/textproc/py-sphinx-gallery/PLIST     Fri Dec  6 10:52:23 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/08/21 15:11:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/12/06 10:52:23 adam Exp $
 bin/sphinx_gallery_py2jupyter-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -179,6 +179,12 @@ ${PYSITELIB}/sphinx_gallery/tests/tinybu
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_matplotlib_backend.py
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_matplotlib_backend.pyc
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_matplotlib_backend.pyo
+${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_multi_image_block_separate.py
+${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_multi_image_block_separate.pyc
+${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_multi_image_block_separate.pyo
+${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_multi_image_separate.py
+${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_multi_image_separate.pyc
+${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_multi_image_separate.pyo
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_numpy_matplotlib.py
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_numpy_matplotlib.pyc
 ${PYSITELIB}/sphinx_gallery/tests/tinybuild/examples/plot_numpy_matplotlib.pyo
Index: pkgsrc/textproc/py-sphinx-gallery/distinfo
diff -u pkgsrc/textproc/py-sphinx-gallery/distinfo:1.4 pkgsrc/textproc/py-sphinx-gallery/distinfo:1.5
--- pkgsrc/textproc/py-sphinx-gallery/distinfo:1.4      Wed Aug 21 15:11:01 2024
+++ pkgsrc/textproc/py-sphinx-gallery/distinfo  Fri Dec  6 10:52:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/08/21 15:11:01 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/12/06 10:52:23 adam Exp $
 
-BLAKE2s (sphinx_gallery-0.17.1.tar.gz) = a20658200bfd0b1dc949ad081b448d6a5ca4b21e4fd478fcdf66ead5b6cb2e4b
-SHA512 (sphinx_gallery-0.17.1.tar.gz) = 7d580e3e603f6778dbf47e3f46ade2e612596337e432ee0ca5b603c7e002f43b65e0258dda04d427613b2a3331466b7c852287937c4706fe0bdafa1e7804f9fa
-Size (sphinx_gallery-0.17.1.tar.gz) = 464013 bytes
+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



Home | Main Index | Thread Index | Old Index