pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-pallets-sphinx-themes py-pallets-sphinx-th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9d7d7bea6d7
branches: trunk
changeset: 340978:f9d7d7bea6d7
user: adam <adam%pkgsrc.org@localhost>
date: Fri Oct 11 16:28:39 2019 +0000
description:
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.
diffstat:
textproc/py-pallets-sphinx-themes/Makefile | 4 ++--
textproc/py-pallets-sphinx-themes/PLIST | 11 +++++------
textproc/py-pallets-sphinx-themes/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 13 deletions(-)
diffs (72 lines):
diff -r 8df5ede09ae4 -r f9d7d7bea6d7 textproc/py-pallets-sphinx-themes/Makefile
--- a/textproc/py-pallets-sphinx-themes/Makefile Fri Oct 11 16:25:15 2019 +0000
+++ b/textproc/py-pallets-sphinx-themes/Makefile Fri Oct 11 16:28:39 2019 +0000
@@ -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/}
diff -r 8df5ede09ae4 -r f9d7d7bea6d7 textproc/py-pallets-sphinx-themes/PLIST
--- a/textproc/py-pallets-sphinx-themes/PLIST Fri Oct 11 16:25:15 2019 +0000
+++ b/textproc/py-pallets-sphinx-themes/PLIST Fri Oct 11 16:28:39 2019 +0000
@@ -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/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/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/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
diff -r 8df5ede09ae4 -r f9d7d7bea6d7 textproc/py-pallets-sphinx-themes/distinfo
--- a/textproc/py-pallets-sphinx-themes/distinfo Fri Oct 11 16:25:15 2019 +0000
+++ b/textproc/py-pallets-sphinx-themes/distinfo Fri Oct 11 16:28:39 2019 +0000
@@ -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