pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pallets-sphinx-themes



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 11 16:28:39 UTC 2019

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

Log Message:
py-pallets-sphinx-themes: updated to 1.2.2

Version 1.2.2
Make the version warning sticky so that it appears when linking to the middle of a document.
Remove CSS for old ads.

Version 1.2.1
Sort versions taken from Read the Docs so that 2.10.x is considered newer than 2.9.x.

Version 1.2.0
Use HTTPS for font URLs in CSS.
Don't require sphinx.ext.autodoc to be enabled.
Implement the Jinja directives jinja:filters::, jinja:tests::, and jinja:nodes::.
Generate a table of contents for Jinja filters and tests.
Update the babel and platter themes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile \
    pkgsrc/textproc/py-pallets-sphinx-themes/PLIST \
    pkgsrc/textproc/py-pallets-sphinx-themes/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-pallets-sphinx-themes/Makefile
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.1 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.2
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.1       Wed Apr 24 15:52:31 2019
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Fri Oct 11 16:28:39 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/04/24 15:52:31 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/11 16:28:39 adam Exp $
 
-DISTNAME=      Pallets-Sphinx-Themes-1.1.4
+DISTNAME=      Pallets-Sphinx-Themes-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
Index: pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.1 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.2
--- pkgsrc/textproc/py-pallets-sphinx-themes/PLIST:1.1  Wed Apr 24 15:52:31 2019
+++ pkgsrc/textproc/py-pallets-sphinx-themes/PLIST      Fri Oct 11 16:28:39 2019
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/24 15:52:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/11 16:28:39 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pallets_sphinx_themes/__init__.py
@@ -15,8 +14,6 @@ ${PYSITELIB}/pallets_sphinx_themes/theme
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.py
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyc
 ${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyo
-${PYSITELIB}/pallets_sphinx_themes/themes/babel/sidebarintro.html
-${PYSITELIB}/pallets_sphinx_themes/themes/babel/sidebarlogo.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/babel/static/babel.css
 ${PYSITELIB}/pallets_sphinx_themes/themes/babel/theme.conf
 ${PYSITELIB}/pallets_sphinx_themes/themes/click/__init__.py
@@ -32,10 +29,11 @@ ${PYSITELIB}/pallets_sphinx_themes/theme
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.py
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyc
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyo
+${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.py
+${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.pyc
+${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.pyo
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/static/jinja.css
 ${PYSITELIB}/pallets_sphinx_themes/themes/jinja/theme.conf
-${PYSITELIB}/pallets_sphinx_themes/themes/platter/sidebarintro.html
-${PYSITELIB}/pallets_sphinx_themes/themes/platter/sidebarlogo.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/platter/static/platter.css
 ${PYSITELIB}/pallets_sphinx_themes/themes/platter/theme.conf
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/404.html
@@ -47,6 +45,7 @@ ${PYSITELIB}/pallets_sphinx_themes/theme
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/project.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/relations.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/pocoo.css
+${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/version_warning_offset.js
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/theme.conf
 ${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/versions.html
 ${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/static/werkzeug.css
Index: pkgsrc/textproc/py-pallets-sphinx-themes/distinfo
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.1 pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.2
--- pkgsrc/textproc/py-pallets-sphinx-themes/distinfo:1.1       Wed Apr 24 15:52:31 2019
+++ pkgsrc/textproc/py-pallets-sphinx-themes/distinfo   Fri Oct 11 16:28:39 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/04/24 15:52:31 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/10/11 16:28:39 adam Exp $
 
-SHA1 (Pallets-Sphinx-Themes-1.1.4.tar.gz) = e8ff5e3c94d5250223140fc1452ece9889776062
-RMD160 (Pallets-Sphinx-Themes-1.1.4.tar.gz) = 8fc63392b05c082a02b67a6ecdb0a0d130d35db9
-SHA512 (Pallets-Sphinx-Themes-1.1.4.tar.gz) = f651b5c15faff8758776773dfb1603480f29ed534f69480a4b3d7bcc538f0361c3e7098a2b57fef3ac3953b7994abb21d86df9a9b583e4ad52356e1ea070e4d2
-Size (Pallets-Sphinx-Themes-1.1.4.tar.gz) = 17291 bytes
+SHA1 (Pallets-Sphinx-Themes-1.2.2.tar.gz) = 5a9ed4d6133573105679091dff8cc7085898a7e5
+RMD160 (Pallets-Sphinx-Themes-1.2.2.tar.gz) = d79a4b8dfb08a77ebd5bcbcf06444ff64f403549
+SHA512 (Pallets-Sphinx-Themes-1.2.2.tar.gz) = a99ffb45df57f2624062d9d8425961cbe8579c53eba75f95f2097dcdeb2fc5bafc1e70b9fcf75eb13b320296cd8621e8b2d381b853586e1efa5a01de48d91056
+Size (Pallets-Sphinx-Themes-1.2.2.tar.gz) = 19717 bytes



Home | Main Index | Thread Index | Old Index