Fri Apr 29 13:34:52 2022 UTC ()
py-pallets-sphinx-themes: update to 2.0.2.

Version 2.0.2
-------------

Released 2021-11-10

-   Detect if Sphinx dirhtml builder is generating canonical URLs with
    ".html" and replace with the correct dir URL. :issue:`47`
-   ``canonical_url`` config is deprecated. Use Sphinx's built-in
    ``html_baseurl`` config instead. :pr:`53`
-   Address deprecations in Jinja 2.0. :pr:`54`

Version 2.0.1
-------------

Released 2021-05-20

-   Remove workaround for search URLs when using the ``dirhtml``
    builder. The issue has been fixed in Sphinx and the workaround was
    causing the issue again. :issue:`39`
-   Remove ``html_context["readthedocs_docsearch"]`` for controlling
    whether Read the Docs' search is used. :issue:`40`
-   Add an ``ethicalads.html`` sidebar to have Read the Docs always show
    ads in the sidebar instead of other possible locations. The sidebar
    is enabled by default at the end of the list. :issue:`41`

Version 2.0.0
-------------

Released 2021-05-11

-   Drop Python < 3.6.
-   Update for Jinja 2.0.
-   Update for Click 8.0.


(wiz)
diff -r1.7 -r1.8 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST
diff -r1.5 -r1.6 pkgsrc/textproc/py-pallets-sphinx-themes/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile 2022/01/25 09:05:11 1.7
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile 2022/04/29 13:34:52 1.8
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.7 2022/01/25 09:05:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/04/29 13:34:52 wiz Exp $
2 2
3DISTNAME= Pallets-Sphinx-Themes-1.2.3 3DISTNAME= Pallets-Sphinx-Themes-2.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5PKGREVISION= 1 
6CATEGORIES= textproc python 5CATEGORIES= textproc python
7MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/pallets/pallets-sphinx-themes 9HOMEPAGE= https://github.com/pallets/pallets-sphinx-themes
11COMMENT= Sphinx themes for Pallets and related projects 10COMMENT= Sphinx themes for Pallets and related projects
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14PYTHON_VERSIONED_DEPENDENCIES+= sphinx 13DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 14DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
 18PYTHON_VERSIONS_INCOMPATIBLE= 27
 19
18.include "../../lang/python/pyversion.mk" 20.include "../../lang/python/pyversion.mk"
 21
19.if ${_PYTHON_VERSION} < 38 22.if ${_PYTHON_VERSION} < 38
20PYTHON_VERSIONED_DEPENDENCIES+= importlib-metadata 23PYTHON_VERSIONED_DEPENDENCIES+= importlib-metadata
21.endif 24.endif
22 25
23.include "../../lang/python/egg.mk" 26.include "../../lang/python/egg.mk"
24.include "../../lang/python/versioned_dependencies.mk" 
25.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-pallets-sphinx-themes/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-pallets-sphinx-themes/PLIST 2019/10/11 16:28:39 1.2
+++ pkgsrc/textproc/py-pallets-sphinx-themes/PLIST 2022/04/29 13:34:52 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2019/10/11 16:28:39 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2022/04/29 13:34:52 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/pallets_sphinx_themes/__init__.py 8${PYSITELIB}/pallets_sphinx_themes/__init__.py
9${PYSITELIB}/pallets_sphinx_themes/__init__.pyc 9${PYSITELIB}/pallets_sphinx_themes/__init__.pyc
10${PYSITELIB}/pallets_sphinx_themes/__init__.pyo 10${PYSITELIB}/pallets_sphinx_themes/__init__.pyo
11${PYSITELIB}/pallets_sphinx_themes/theme_check.py 11${PYSITELIB}/pallets_sphinx_themes/theme_check.py
12${PYSITELIB}/pallets_sphinx_themes/theme_check.pyc 12${PYSITELIB}/pallets_sphinx_themes/theme_check.pyc
13${PYSITELIB}/pallets_sphinx_themes/theme_check.pyo 13${PYSITELIB}/pallets_sphinx_themes/theme_check.pyo
14${PYSITELIB}/pallets_sphinx_themes/themes/__init__.py 14${PYSITELIB}/pallets_sphinx_themes/themes/__init__.py
@@ -30,26 +30,27 @@ ${PYSITELIB}/pallets_sphinx_themes/theme @@ -30,26 +30,27 @@ ${PYSITELIB}/pallets_sphinx_themes/theme
30${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyc 30${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyc
31${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyo 31${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyo
32${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.py 32${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.py
33${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.pyc 33${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.pyc
34${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.pyo 34${PYSITELIB}/pallets_sphinx_themes/themes/jinja/domain.pyo
35${PYSITELIB}/pallets_sphinx_themes/themes/jinja/static/jinja.css 35${PYSITELIB}/pallets_sphinx_themes/themes/jinja/static/jinja.css
36${PYSITELIB}/pallets_sphinx_themes/themes/jinja/theme.conf 36${PYSITELIB}/pallets_sphinx_themes/themes/jinja/theme.conf
37${PYSITELIB}/pallets_sphinx_themes/themes/platter/static/platter.css 37${PYSITELIB}/pallets_sphinx_themes/themes/platter/static/platter.css
38${PYSITELIB}/pallets_sphinx_themes/themes/platter/theme.conf 38${PYSITELIB}/pallets_sphinx_themes/themes/platter/theme.conf
39${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/404.html 39${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/404.html
40${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.py 40${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.py
41${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyc 41${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyc
42${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyo 42${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyo
 43${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/ethicalads.html
43${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/layout.html 44${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/layout.html
44${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/localtoc.html 45${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/localtoc.html
45${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/project.html 46${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/project.html
46${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/relations.html 47${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/relations.html
47${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/pocoo.css 48${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/pocoo.css
48${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/version_warning_offset.js 49${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/version_warning_offset.js
49${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/theme.conf 50${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/theme.conf
50${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/versions.html 51${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/versions.html
51${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/static/werkzeug.css 52${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/static/werkzeug.css
52${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/theme.conf 53${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/theme.conf
53${PYSITELIB}/pallets_sphinx_themes/versions.py 54${PYSITELIB}/pallets_sphinx_themes/versions.py
54${PYSITELIB}/pallets_sphinx_themes/versions.pyc 55${PYSITELIB}/pallets_sphinx_themes/versions.pyc
55${PYSITELIB}/pallets_sphinx_themes/versions.pyo 56${PYSITELIB}/pallets_sphinx_themes/versions.pyo

cvs diff -r1.5 -r1.6 pkgsrc/textproc/py-pallets-sphinx-themes/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-pallets-sphinx-themes/distinfo 2021/10/26 11:23:09 1.5
+++ pkgsrc/textproc/py-pallets-sphinx-themes/distinfo 2022/04/29 13:34:52 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 11:23:09 nia Exp $ 1$NetBSD: distinfo,v 1.6 2022/04/29 13:34:52 wiz Exp $
2 2
3BLAKE2s (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 064a1177b41b447e940125b88a57cf96c1e86da05de8ded105cbb86405ec2813 3BLAKE2s (Pallets-Sphinx-Themes-2.0.2.tar.gz) = 67c6a109c4ec638e94361b43216a3215485e7c51f67f02b618ddfedc8e106941
4SHA512 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 26a8ea77307c1e7afefdef3ee63749235348dfa370dd8ef4bf0b7bc5871a144f47199b615a0a20d63033e4117ad134d51e064cf0368eeb852ef4b87e355a0586 4SHA512 (Pallets-Sphinx-Themes-2.0.2.tar.gz) = c835256c92f25b35068042a7c0ce1594b58121edaa036940880459ba6ae4757dad7ad5de72afd122372e03aaf7523fdb5714fe3fb94eb55569501556c9f01d71
5Size (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 21382 bytes 5Size (Pallets-Sphinx-Themes-2.0.2.tar.gz) = 21818 bytes