Your message dated Fri, 06 Oct 2023 22:21:10 +0000
with message-id <[email protected]>
and subject line Bug#1042604: fixed in sphinx-notfound-page 0.8.3-3
has caused the Debian Bug report #1042604,
regarding sphinx-notfound-page: FTBFS with Sphinx 7.1, docutils 0.20: 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1042604: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042604
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sphinx-notfound-page
Version: 0.8.3-2
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx7.1

Hi,

sphinx-notfound-page fails to build with Sphinx 7.1 and docutils 0.20, both of 
which
are currently available in experimental.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:107: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page 
> * Building wheel...
> Successfully built sphinx_notfound_page-0.8.3-py2.py3-none-any.whl
> I: pybuild plugin_pyproject:119: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: pytest.ini
> collected 30 items
> 
> tests/test_urls.py ..F..FFFFFFF.F...FFFF......x..                        
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ____________________________ test_default_settings 
> _____________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e6631bd0>
> warning = <_io.StringIO object at 0x7f28e66320e0>
> 
>     @pytest.mark.sphinx(srcdir=srcdir)
>     def test_default_settings(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>         content = open(path).read()
>     
>         chunks = [
>             '<h1>Page not found</h1>',
>             "Unfortunately we couldn't find the content you were looking 
> for.",
>             '<title>Page not found &#8212; Python  documentation</title>',
>     
>             # favicon and logo
>             '<link rel="shortcut icon" 
> href="/en/latest/_static/favicon.png"/>',
>             '<img class="logo" src="/en/latest/_static/logo.svg" 
> alt="Logo"/>',
>     
>             # sidebar URLs
>             '<h1 class="logo"><a 
> href="/en/latest/index.html">Python</a></h1>',
>             '<form class="search" action="/en/latest/search.html" 
> method="get">',
>             '<li><a href="/en/latest/index.html">Documentation 
> overview</a><ul>',
>     
>             # resources
>             _get_css_html_link_tag('en', 'latest', 'alabaster.css'),
>             _get_css_html_link_tag('en', 'latest', 'pygments.css'),
>             '<link rel="stylesheet" href="/en/latest/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="shortcut icon" 
> href="/en/latest/_static/favicon.png"/>' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:81: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> ________________________ test_default_language_setting 
> _________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e6631ab0>
> warning = <_io.StringIO object at 0x7f28e6632560>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_default_language': 'ja',
>         },
>     )
>     def test_default_language_setting(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<h1 class="logo"><a 
> href="/ja/latest/index.html">Python</a></h1>',
>             '<form class="search" action="/ja/latest/search.html" 
> method="get">',
>             '<li><a href="/ja/latest/index.html">Documentation 
> overview</a><ul>',
>     
>             # favicon and logo
>             '<link rel="shortcut icon" 
> href="/ja/latest/_static/favicon.png"/>',
>             '<img class="logo" src="/ja/latest/_static/logo.svg" 
> alt="Logo"/>',
>     
>             # resources
>             _get_css_html_link_tag('ja', 'latest', 'alabaster.css'),
>             _get_css_html_link_tag('ja', 'latest', 'pygments.css'),
>             '<link rel="stylesheet" href="/ja/latest/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="shortcut icon" 
> href="/ja/latest/_static/favicon.png"/>' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:148: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> _________________________ test_default_version_setting 
> _________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e6633400>
> warning = <_io.StringIO object at 0x7f28e6422290>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_default_version': 'customversion',
>         },
>     )
>     def test_default_version_setting(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<h1 class="logo"><a 
> href="/en/customversion/index.html">Python</a></h1>',
>             '<form class="search" action="/en/customversion/search.html" 
> method="get">',
>             '<li><a href="/en/customversion/index.html">Documentation 
> overview</a><ul>',
>     
>             # favicon and logo
>             '<link rel="shortcut icon" 
> href="/en/customversion/_static/favicon.png"/>',
>             '<img class="logo" src="/en/customversion/_static/logo.svg" 
> alt="Logo"/>',
>     
>             # resources
>             _get_css_html_link_tag('en', 'customversion', 'alabaster.css'),
>             _get_css_html_link_tag('en', 'customversion', 'pygments.css'),
>             '<link rel="stylesheet" 
> href="/en/customversion/_static/custom.css" type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="shortcut icon" 
> href="/en/customversion/_static/favicon.png"/>' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:181: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> _________________________ test_no_urls_prefix_setting 
> __________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e6422200>
> warning = <_io.StringIO object at 0x7f28e6422710>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_no_urls_prefix': True,
>         },
>     )
>     def test_no_urls_prefix_setting(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<h1 class="logo"><a href="/index.html">Python</a></h1>',
>             '<form class="search" action="/search.html" method="get">',
>             '<li><a href="/index.html">Documentation overview</a><ul>',
>     
>             # resources
>             _get_css_html_link_tag('', '', 'alabaster.css'),
>             _get_css_html_link_tag('', '', 'pygments.css'),
>             '<link rel="stylesheet" href="/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="stylesheet" type="text/css" 
> href="/_static/alabaster.css" />' in '<!DOCTYPE html>\n\n<html lang="en">\n  
> <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:210: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> ___________________________ test_urls_prefix_setting 
> ___________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e64224d0>
> warning = <_io.StringIO object at 0x7f28e644d870>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_urls_prefix': '/language/version/',
>         },
>     )
>     def test_urls_prefix_setting(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<h1 class="logo"><a 
> href="/language/version/index.html">Python</a></h1>',
>             '<form class="search" action="/language/version/search.html" 
> method="get">',
>             '<li><a href="/language/version/index.html">Documentation 
> overview</a><ul>',
>     
>             # favicon and logo
>             '<link rel="shortcut icon" 
> href="/language/version/_static/favicon.png"/>',
>             '<img class="logo" src="/language/version/_static/logo.svg" 
> alt="Logo"/>',
>     
>             # resources
>             _get_css_html_link_tag('language', 'version', 'alabaster.css'),
>             _get_css_html_link_tag('language', 'version', 'pygments.css'),
>             '<link rel="stylesheet" 
> href="/language/version/_static/custom.css" type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="shortcut icon" 
> href="/language/version/_static/favicon.png"/>' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:243: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> ________________________ test_urls_prefix_setting_none 
> _________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e644ecb0>
> warning = <_io.StringIO object at 0x7f28e644f130>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_urls_prefix': None,
>         },
>     )
>     def test_urls_prefix_setting_none(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<h1 class="logo"><a href="/index.html">Python</a></h1>',
>             '<form class="search" action="/search.html" method="get">',
>             '<li><a href="/index.html">Documentation overview</a><ul>',
>     
>             # favicon and logo
>             '<link rel="shortcut icon" href="/_static/favicon.png"/>',
>             '<img class="logo" src="/_static/logo.svg" alt="Logo"/>',
>     
>             # resources
>             _get_css_html_link_tag('', '', 'alabaster.css'),
>             _get_css_html_link_tag('', '', 'pygments.css'),
>             '<link rel="stylesheet" href="/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="shortcut icon" href="/_static/favicon.png"/>' 
> in '<!DOCTYPE html>\n\n<html lang="en">\n  <head>\n    <meta charset="utf-8" 
> />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:276: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 1 warning.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> WARNING: The config value `notfound_urls_prefix' has type `NoneType', 
> defaults to `str'.
> 
> ____________________ test_no_urls_prefix_setting_preference 
> ____________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e644ed40>
> warning = <_io.StringIO object at 0x7f28e644e830>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_default_language': 'es',
>             'notfound_default_version': 'customversion',
>             'notfound_no_urls_prefix': True,
>         },
>     )
>     def test_no_urls_prefix_setting_preference(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<h1 class="logo"><a href="/index.html">Python</a></h1>',
>             '<form class="search" action="/search.html" method="get">',
>             '<li><a href="/index.html">Documentation overview</a><ul>',
>     
>             # resources
>             _get_css_html_link_tag('', '', 'alabaster.css'),
>             _get_css_html_link_tag('', '', 'pygments.css'),
>             '<link rel="stylesheet" href="/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="stylesheet" type="text/css" 
> href="/_static/alabaster.css" />' in '<!DOCTYPE html>\n\n<html lang="en">\n  
> <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:307: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> ____________________ test_default_version_language_setting 
> _____________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e5fdf9a0>
> warning = <_io.StringIO object at 0x7f28e5fdfbe0>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_default_version': 'v2.0.5',
>             'notfound_default_language': 'pt',
>         },
>     )
>     def test_default_version_language_setting(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<h1 class="logo"><a 
> href="/pt/v2.0.5/index.html">Python</a></h1>',
>             '<form class="search" action="/pt/v2.0.5/search.html" 
> method="get">',
>             '<li><a href="/pt/v2.0.5/index.html">Documentation 
> overview</a><ul>',
>     
>             # resource URLs
>             _get_css_html_link_tag('pt', 'v2.0.5', 'alabaster.css'),
>             _get_css_html_link_tag('pt', 'v2.0.5', 'pygments.css'),
>             '<link rel="stylesheet" href="/pt/v2.0.5/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="stylesheet" type="text/css" 
> href="/pt/v2.0.5/_static/alabaster.css" />' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:337: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> __________________________ test_custom_404_rst_source 
> __________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e644e5f0>
> warning = <_io.StringIO object at 0x7f28e644d870>
> 
>     @pytest.mark.sphinx(
>         srcdir=rstsrcdir,
>         confoverrides={
>             'version': '2.5.1',
>         },
>     )
>     def test_custom_404_rst_source(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # custom 404.rst file content
>             '<title>Oh, oh - Page not found &#8212; Python  
> documentation</title>',
>             '<p>This is a custom 404.rst file.</p>',
>             '<p>This file should be rendered instead of the default one.</p>',
>             "<p>Variables Sphinx substitution should be allowed 
> here.\nExample, version: 2.5.1.</p>",
>     
>             # sidebar URLs
>             '<h1 class="logo"><a 
> href="/en/latest/index.html">Python</a></h1>',
>             '<form class="search" action="/en/latest/search.html" 
> method="get">',
>             '<li><a href="/en/latest/index.html">Documentation 
> overview</a><ul>',
>     
>             # resources
>             _get_css_html_link_tag('en', 'latest', 'alabaster.css'),
>             _get_css_html_link_tag('en', 'latest', 'pygments.css'),
>             '<link rel="stylesheet" href="/en/latest/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="stylesheet" type="text/css" 
> href="/en/latest/_static/alabaster.css" />' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width...latest/_sources/404.rst.txt"\n          rel="nofollow">Page 
> source</a>\n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:401: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/404rst
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/404rst/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 2 source files that are out of 
> date
> updating environment: [new config] 2 added, 0 changed, 0 
> removed
> reading sources... [ 50%] 404
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 50%] 404
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> copying images... [ 33%] test.png
> copying images... [ 67%] 
> images/loudly-crying-face.png
> copying images... [100%] https.png
> 
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/404rst/_build/html.
> 
> # warning: 
> 
> ________________________ test_urls_for_dirhtml_builder 
> _________________________
> 
> app = <SphinxTestApp buildername='dirhtml'>
> status = <_io.StringIO object at 0x7f28e5fdcdc0>
> warning = <_io.StringIO object at 0x7f28e6379fc0>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         buildername='dirhtml',
>     )
>     def test_urls_for_dirhtml_builder(app, status, warning):
>         app.build()
>         path = app.outdir / '404' / 'index.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<form class="search" action="/en/latest/search/" method="get">',
>             '<li class="toctree-l1"><a class="reference internal" 
> href="/en/latest/chapter/">Chapter</a></li>',
>     
>             # resources
>             _get_css_html_link_tag('en', 'latest', 'alabaster.css'),
>             _get_css_html_link_tag('en', 'latest', 'pygments.css'),
>             '<link rel="stylesheet" href="/en/latest/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="stylesheet" type="text/css" 
> href="/en/latest/_static/alabaster.css" />' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:509: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: dirhtml
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/dirhtml
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [dirhtml]: targets for 3 source files that are out 
> of date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/dirhtml.
> 
> # warning: 
> 
> ___________________ test_no_prefix_urls_for_dirhtml_builder 
> ____________________
> 
> app = <SphinxTestApp buildername='dirhtml'>
> status = <_io.StringIO object at 0x7f28e63792d0>
> warning = <_io.StringIO object at 0x7f28e63793f0>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         buildername='dirhtml',
>         confoverrides={
>             'notfound_no_urls_prefix': True,
>         },
>     )
>     def test_no_prefix_urls_for_dirhtml_builder(app, status, warning):
>         app.build()
>         path = app.outdir / '404' / 'index.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<form class="search" action="/search/" method="get">',
>             '<li class="toctree-l1"><a class="reference internal" 
> href="/chapter/">Chapter</a></li>',
>     
>             # resources
>             _get_css_html_link_tag('', '', 'alabaster.css'),
>             _get_css_html_link_tag('', '', 'pygments.css'),
>             '<link rel="stylesheet" href="/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="stylesheet" type="text/css" 
> href="/_static/alabaster.css" />' in '<!DOCTYPE html>\n\n<html lang="en">\n  
> <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:538: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: dirhtml
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/dirhtml
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [dirhtml]: targets for 3 source files that are out 
> of date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/dirhtml.
> 
> # warning: 
> 
> __________________________ test_sphinx_resource_urls 
> ___________________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e637b9a0>
> warning = <_io.StringIO object at 0x7f28e6379090>
> 
>     @pytest.mark.sphinx(srcdir=srcdir)
>     def test_sphinx_resource_urls(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # Sphinx's resources URLs
>             _get_js_html_link_tag('en', 'latest', 'jquery.js'),
>             _get_js_html_link_tag('en', 'latest', 'underscore.js'),
>             _get_js_html_link_tag('en', 'latest', 'doctools.js'),
>         ]
>     
>         # This file was added to all the HTML pages in Sphinx>=1.8. However, 
> it was
>         # only required for search page. Sphinx>=3.4 fixes this and only adds 
> it on
>         # search. See 
> (https://github.com/sphinx-doc/sphinx/blob/v3.4.0/CHANGES#L87)
>         if (1, 8) <= sphinx.version_info < (3, 4, 0):
>             chunks.append(
>                 _get_js_html_link_tag('en', 'latest', 'language_data.js'),
>             )
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<script src="/en/latest/_static/jquery.js"></script>' in 
> '<!DOCTYPE html>\n\n<html lang="en">\n  <head>\n    <meta charset="utf-8" 
> />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:565: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> ______________________ test_toctree_urls_notfound_default 
> ______________________
> 
> app = <SphinxTestApp buildername='html'>
> status = <_io.StringIO object at 0x7f28e6379bd0>
> warning = <_io.StringIO object at 0x7f28e637ba30>
> 
>     @pytest.mark.sphinx(
>         srcdir=srcdir,
>         confoverrides={
>             'notfound_default_version': 'default',
>             'notfound_default_language': 'ja',
>         },
>     )
>     def test_toctree_urls_notfound_default(app, status, warning):
>         app.build()
>         path = app.outdir / '404.html'
>         assert path.exists()
>     
>         content = open(path).read()
>     
>         chunks = [
>             # sidebar URLs
>             '<form class="search" action="/ja/default/search.html" 
> method="get">',
>             '<li class="toctree-l1"><a class="reference internal" 
> href="/ja/default/chapter.html">Chapter</a></li>',
>     
>             # resources
>             _get_css_html_link_tag('ja', 'default', 'alabaster.css'),
>             _get_css_html_link_tag('ja', 'default', 'pygments.css'),
>             '<link rel="stylesheet" href="/ja/default/_static/custom.css" 
> type="text/css" />',
>         ]
>     
>         for chunk in chunks:
> >           assert chunk in content
> E           assert '<link rel="stylesheet" type="text/css" 
> href="/ja/default/_static/alabaster.css" />' in '<!DOCTYPE html>\n\n<html 
> lang="en">\n  <head>\n    <meta charset="utf-8" />\n    <meta name="viewport" 
> content="width..."https://github.com/bitprophet/alabaster";>Alabaster 
> 0.7.12</a>\n      \n    </div>\n\n    \n\n    \n  </body>\n</html>'
> 
> tests/test_urls.py:594: AssertionError
> --------------------------- Captured stdout teardown 
> ---------------------------
> # testroot: root
> # builder: html
> # srcdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default
> # outdir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/examples/default/_build/html
> # status: 
> Running Sphinx v7.1.1
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 3 source files that are out of 
> date
> updating environment: [new config] 3 added, 0 changed, 0 
> removed
> reading sources... [ 33%] chapter
> reading sources... [ 67%] chapter-i
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [ 33%] chapter
> writing output... [ 67%] chapter-i
> writing output... [100%] index
> 
> generating indices... genindex done
> writing additional pages... search done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in tests/examples/default/_build/html.
> 
> # warning: 
> 
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/babel/messages/catalog.py:13
>   /usr/lib/python3/dist-packages/babel/messages/catalog.py:13: 
> DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
>     from cgi import parse_header
> 
> .pybuild/cpython3_3.11_sphinx-notfound-page/build/tests/test_urls.py: 27 
> warnings
>   /<<PKGBUILDDIR>>/notfound/utils.py:34: PendingDeprecationWarning: 
> nodes.Node.traverse() is obsoleted by Node.findall().
>     for node in doctree.traverse(nodetype):
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> FAILED tests/test_urls.py::test_default_settings - assert '<link 
> rel="shortcu...
> FAILED tests/test_urls.py::test_default_language_setting - assert '<link 
> rel=...
> FAILED tests/test_urls.py::test_default_version_setting - assert '<link 
> rel="...
> FAILED tests/test_urls.py::test_no_urls_prefix_setting - assert '<link 
> rel="s...
> FAILED tests/test_urls.py::test_urls_prefix_setting - assert '<link 
> rel="shor...
> FAILED tests/test_urls.py::test_urls_prefix_setting_none - assert '<link 
> rel=...
> FAILED tests/test_urls.py::test_no_urls_prefix_setting_preference - assert 
> '<...
> FAILED tests/test_urls.py::test_default_version_language_setting - assert 
> '<l...
> FAILED tests/test_urls.py::test_custom_404_rst_source - assert '<link 
> rel="st...
> FAILED tests/test_urls.py::test_urls_for_dirhtml_builder - assert '<link 
> rel=...
> FAILED tests/test_urls.py::test_no_prefix_urls_for_dirhtml_builder - assert 
> '...
> FAILED tests/test_urls.py::test_sphinx_resource_urls - assert '<script 
> src="/...
> FAILED tests/test_urls.py::test_toctree_urls_notfound_default - assert 
> '<link...
> ============ 13 failed, 16 passed, 1 xfailed, 28 warnings in 6.10s 
> =============
> E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinx-notfound-page/build; 
> python3.11 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/sphinx-notfound-page_0.8.3-2_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

Some notable changes in Sphinx 6 and Sphinx 7:

- Sphinx no longer includes jquery.js and underscore.js by default.
  Please use python3-sphinxcontrib.jquery package if you are using a custom
  template and it still needs jquery.

- The setup.py build_sphinx command was removed. Please instead call
  sphinx-build or "python3 -m sphinx" directly.

- For packages using the extlinks extension, the caption should contain
  exactly one "%s" placeholder (if caption is not None).

In case you have questions, please Cc [email protected] on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: 
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]: 
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

--- End Message ---
--- Begin Message ---
Source: sphinx-notfound-page
Source-Version: 0.8.3-3
Done: Mo Zhou <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sphinx-notfound-page, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mo Zhou <[email protected]> (supplier of updated sphinx-notfound-page package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 06 Oct 2023 17:50:16 -0400
Source: sphinx-notfound-page
Architecture: source
Version: 0.8.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Mo Zhou <[email protected]>
Closes: 1042604 1052853
Changes:
 sphinx-notfound-page (0.8.3-3) unstable; urgency=medium
 .
   * Override dh_auto_test to fix FTBFS due to test failure.
     (Closes: #1042604, #1052853)
   * Add autopkgtest test case.
Checksums-Sha1:
 11025ba97261c99317965c2f9ba000006399571c 2297 sphinx-notfound-page_0.8.3-3.dsc
 90eca48c963a914d8ef9500b3a479722fe96cd31 2460 
sphinx-notfound-page_0.8.3-3.debian.tar.xz
 f749aeb2ee9c0506aa7bea9ef62740428ffa686c 7405 
sphinx-notfound-page_0.8.3-3_source.buildinfo
Checksums-Sha256:
 ce26c425c4a33d1648e7172822a8edde4890f93e6b008e7d129d798c9df35570 2297 
sphinx-notfound-page_0.8.3-3.dsc
 6b2ec09fe5b098e8850187c57312da2bfaa7f98d4a35d9f70f2ca947be879ba5 2460 
sphinx-notfound-page_0.8.3-3.debian.tar.xz
 c7473a0bb17a065f5918b2b904eba4cfd0391077023c08f416a694d918611365 7405 
sphinx-notfound-page_0.8.3-3_source.buildinfo
Files:
 6a96d5ae9e9f4903de7d9f47102b1cf7 2297 python optional 
sphinx-notfound-page_0.8.3-3.dsc
 fed2d59f8c4a8923e21494ffbbda1175 2460 python optional 
sphinx-notfound-page_0.8.3-3.debian.tar.xz
 95c65c483d164ae7fcb58055ff399ee8 7405 python optional 
sphinx-notfound-page_0.8.3-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAmUggiYRHGx1bWluQGRl
Ymlhbi5vcmcACgkQYmRes19oaopDHg//ZptOkYV0gbFblcGevCyNpTOZSec6lXqZ
sYp4luqwm1Q+BvS9lyU5KeGqeldCJDciW2V7S0m1qRI29K8Y7Ox5p4cssul53YD0
F1jciGuBnSqkCoPvbSNOmbLqNok2bksfUWympPphgvMbsqjvRGFC9/xjbhdLQqGL
wo2r1hdkEcT1MbD5cLFc13ShAWBd0dwlLnuq05D5R41BSKLEqPv+utAbZ0tdgfcT
fwzmD1/xggRqdkzD/Qh1N/HOyZzAgL14XQ/nhiR/waUuwdI1xmJNBF+JlZipZEuS
0nv+Epflwb5mvKrZewKm34BagGf/ruKcw8G0nW8LYkKEjdFBykaop8hFpq3cg2NK
poPe78NkJP6shSbCgLmuxtsQipf8l//1YAoAxA/RLdMHvXGWUnoI3whofIWrszcw
dDSUUY3EJ05Zo6qs9APNBavLzqo6PWoGqqwahwbC5JEjyGFPOMtFq9dHZssb189p
DKMKAxtDncovge+wCQ/QvMfO/UoNIShwxtq2iHFbxXosVA5K0RPYq4qaFaEdx0Xv
4crtOUFTXp5HWRVtpXn2qy/s2/CTVVrl6ixN1vSdflVD2d+U0bNvTDgiNPgl0xif
q6RIowC/dBcEyyRmUVJi3QBPJN01qkIDsOx1irQDWbXhAnQIgR1+81yVBj1F0d5Z
EJGMJo5eBnM=
=v/L/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to