Your message dated Thu, 16 Apr 2020 13:34:30 +0000
with message-id <e1jp4f0-000bna...@fasolo.debian.org>
and subject line Bug#955101: fixed in sphinx-testing 1.0.1-0.1
has caused the Debian Bug report #955101,
regarding sphinx-testing: FTBFS with Sphinx 2.4: dh_auto_test: error: pybuild 
--test -i python{version} -p "3.7 3.8" 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 ow...@bugs.debian.org
immediately.)


-- 
955101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sphinx-testing
Version: 0.8.1-1.2
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx2.4

Hi,

sphinx-testing fails to build with Sphinx 2.4, currently available in
experimental.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.7 setup.py config 
> running config
> I: pybuild base:217: python3.8 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.7 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/tmpdir.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/path.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing
> running egg_info
> writing src/sphinx_testing.egg-info/PKG-INFO
> writing dependency_links to src/sphinx_testing.egg-info/dependency_links.txt
> writing requirements to src/sphinx_testing.egg-info/requires.txt
> writing top-level names to src/sphinx_testing.egg-info/top_level.txt
> reading manifest file 'src/sphinx_testing.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/sphinx_testing.egg-info/SOURCES.txt'
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/tmpdir.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_sphinx-testing/build/sphinx_testing
> copying src/sphinx_testing/path.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_sphinx-testing/build/sphinx_testing
> running egg_info
> writing src/sphinx_testing.egg-info/PKG-INFO
> writing dependency_links to src/sphinx_testing.egg-info/dependency_links.txt
> writing requirements to src/sphinx_testing.egg-info/requires.txt
> writing top-level names to src/sphinx_testing.egg-info/top_level.txt
> reading manifest file 'src/sphinx_testing.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/sphinx_testing.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build; python3.7 -m 
> nose -v tests
> test_abspath (test_path.TestPath) ... ok
> test_basename (test_path.TestPath) ... ok
> test_copytree (test_path.TestPath) ... ok
> test_dirname (test_path.TestPath) ... ok
> test_exists (test_path.TestPath) ... ok
> test_instantiate (test_path.TestPath) ... ok
> test_isabs (test_path.TestPath) ... ok
> test_isdir (test_path.TestPath) ... ok
> test_isfile (test_path.TestPath) ... ok
> test_islink (test_path.TestPath) ... ok
> test_ismount (test_path.TestPath) ... ok
> test_jonpath (test_path.TestPath) ... ok
> test_listdir (test_path.TestPath) ... ok
> test_makedirs (test_path.TestPath) ... ok
> test_move (test_path.TestPath) ... ok
> test_read_bytes (test_path.TestPath) ... ok
> test_read_text (test_path.TestPath) ... ok
> test_rmtree (test_path.TestPath) ... ok
> test_suffix (test_path.TestPath) ... ok
> test_unlink (test_path.TestPath) ... ok
> test_utime (test_path.TestPath) ... ok
> test_write_bytes (test_path.TestPath) ... ok
> test_write_text (test_path.TestPath) ... ok
> test_mkdtemp (test_tmpdir.TestTmpdir) ... ok
> test_with_tmpdir (test_tmpdir.TestTmpdir) ... ok
> test_TestApp (test_util.TestSphinxTesting) ... ERROR
> test_TestApp_cleanup (test_util.TestSphinxTesting) ... ERROR
> test_TestApp_cleanup_when_cleanup_on_errors (test_util.TestSphinxTesting) ... 
> ERROR
> test_TestApp_when_copy_srcdir_to_tmpdir (test_util.TestSphinxTesting) ... 
> ERROR
> test_TestApp_when_create_new_srcdir (test_util.TestSphinxTesting) ... ERROR
> test_TestApp_when_srcdir_and_create_new_srcdir_conflict 
> (test_util.TestSphinxTesting) ... ok
> test_TestApp_when_srcdir_is_None (test_util.TestSphinxTesting) ... ok
> test_TestApp_when_srcdir_specified (test_util.TestSphinxTesting) ... ERROR
> test_with_app (test_util.TestSphinxTesting) ... ERROR
> test_with_app_bad_args (test_util.TestSphinxTesting) ... ERROR
> test_with_app_write_docstring (test_util.TestSphinxTesting) ... ERROR
> test_with_app_write_docstring_by_name (test_util.TestSphinxTesting) ... ERROR
> test_with_app_write_docstring_with_master_doc (test_util.TestSphinxTesting) 
> ... ERROR
> test_with_app_write_docstring_with_source_suffix 
> (test_util.TestSphinxTesting) ... ERROR
> 
> ======================================================================
> ERROR: test_TestApp (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 39, in test_TestApp
>     app.cleanup()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_TestApp_cleanup (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 99, in test_TestApp_cleanup
>     with patch("sphinx.ext.autodoc.AutoDirective") as AutoDirective:
>   File "/usr/lib/python3.7/unittest/mock.py", line 1323, in __enter__
>     original, local = self.get_original()
>   File "/usr/lib/python3.7/unittest/mock.py", line 1297, in get_original
>     "%s does not have the attribute %r" % (target, name)
> AttributeError: <sphinx.deprecation._ModuleWrapper object at 0x7f609624fa10> 
> does not have the attribute 'AutoDirective'
> 
> ======================================================================
> ERROR: test_TestApp_cleanup_when_cleanup_on_errors 
> (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 108, in test_TestApp_cleanup_when_cleanup_on_errors
>     with patch("sphinx.ext.autodoc.AutoDirective") as AutoDirective:
>   File "/usr/lib/python3.7/unittest/mock.py", line 1323, in __enter__
>     original, local = self.get_original()
>   File "/usr/lib/python3.7/unittest/mock.py", line 1297, in get_original
>     "%s does not have the attribute %r" % (target, name)
> AttributeError: <sphinx.deprecation._ModuleWrapper object at 0x7f609624fa10> 
> does not have the attribute 'AutoDirective'
> 
> ======================================================================
> ERROR: test_TestApp_when_copy_srcdir_to_tmpdir (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 86, in test_TestApp_when_copy_srcdir_to_tmpdir
>     (app.srcdir / 'conf.py').read_text())
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 90, in test_TestApp_when_copy_srcdir_to_tmpdir
>     app.cleanup()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_TestApp_when_create_new_srcdir (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 68, in test_TestApp_when_create_new_srcdir
>     self.assertEqual('', (app.srcdir / 'conf.py').read_text())
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 70, in test_TestApp_when_create_new_srcdir
>     app.cleanup()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_TestApp_when_srcdir_specified (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 51, in test_TestApp_when_srcdir_specified
>     (app.srcdir / 'conf.py').read_text())
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 55, in test_TestApp_when_srcdir_specified
>     app.cleanup()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_with_app (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 162, in decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 124, in execute
>     (app.srcdir / 'unknown.rst').write_text('')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 138, in test_with_app
>     execute()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 169, in decorator
>     app.cleanup(error=exc)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_with_app_bad_args (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 162, in decorator
>     func(*(args + (app, status, warning)), **kwargs)
> TypeError: execute() takes 1 positional argument but 3 were given
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3.7/unittest/mock.py", line 1259, in patched
>     return func(*args, **keywargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 152, in test_with_app_bad_args
>     execute()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 169, in decorator
>     app.cleanup(error=exc)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_with_app_write_docstring (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 160, in decorator
>     self.write_docstring(app, func.__doc__)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 143, in write_docstring
>     filename = app.srcdir / basename
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 163, in test_with_app_write_docstring
>     execute()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 169, in decorator
>     app.cleanup(error=exc)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_with_app_write_docstring_by_name (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 160, in decorator
>     self.write_docstring(app, func.__doc__)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 145, in write_docstring
>     filename = app.srcdir / self._write_docstring
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 192, in test_with_app_write_docstring_by_name
>     execute()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 169, in decorator
>     app.cleanup(error=exc)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_with_app_write_docstring_with_master_doc 
> (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 160, in decorator
>     self.write_docstring(app, func.__doc__)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 143, in write_docstring
>     filename = app.srcdir / basename
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 173, in test_with_app_write_docstring_with_master_doc
>     execute()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 169, in decorator
>     app.cleanup(error=exc)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ======================================================================
> ERROR: test_with_app_write_docstring_with_source_suffix 
> (test_util.TestSphinxTesting)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 160, in decorator
>     self.write_docstring(app, func.__doc__)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 143, in write_docstring
>     filename = app.srcdir / basename
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/tests/test_util.py",
>  line 183, in test_with_app_write_docstring_with_source_suffix
>     execute()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 169, in decorator
>     app.cleanup(error=exc)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build/sphinx_testing/util.py",
>  line 113, in cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> ----------------------------------------------------------------------
> Ran 39 tests in 0.530s
> 
> FAILED (errors=12)
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_sphinx-testing/build; python3.7 -m 
> nose -v tests
> dh_auto_test: error: pybuild --test -i python{version} -p "3.7 3.8" returned 
> exit code 13

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/26/sphinx-testing_0.8.1-1.2_unstable_sphinx243.log

Please see [1] for Sphinx changelog, which may give a hint of what changes in
Sphinx caused this error.

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

Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that
happens, the severity of this bug will be bumped to serious.

In case you have questions, please Cc sph...@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/2.0/changes.html
[2]: 
https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: sphinx-testing
Source-Version: 1.0.1-0.1
Done: Dmitry Shachnev <mity...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sphinx-testing, 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 955...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated sphinx-testing 
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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 14 Apr 2020 15:49:42 +0300
Source: sphinx-testing
Architecture: source
Version: 1.0.1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Kouhei Maeda <mkou...@palmtb.net>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 955098 955101
Changes:
 sphinx-testing (1.0.1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release.
     - Compatible with Sphinx 2.x (closes: #955101, #955098).
   * Update upstream Homepage URL.
   * Stop using deprecated nose for tests, just unittest is enough.
   * Run the autopkgtest for all supported Python versions.
Checksums-Sha1:
 93ffabdd776fec5a36490e47551d008458cee636 2014 sphinx-testing_1.0.1-0.1.dsc
 645e351ce08c3487941f069ca4defafa945fc99e 11513 sphinx-testing_1.0.1.orig.tar.gz
 ab926868777dd7996037c2c48c9c599490b7ddf3 3484 
sphinx-testing_1.0.1-0.1.debian.tar.xz
 360bf596b1b0ef41426f0877bd884f3c181c256e 7973 
sphinx-testing_1.0.1-0.1_source.buildinfo
Checksums-Sha256:
 eb7fb099c31fc1728115f045a9d5326662f2272674117a5655c21f12491bd284 2014 
sphinx-testing_1.0.1-0.1.dsc
 ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09 11513 
sphinx-testing_1.0.1.orig.tar.gz
 71f16b4a1bb8dd612c3722b32f7a62155909e4d081caec4a1c90a8cf6ea8d243 3484 
sphinx-testing_1.0.1-0.1.debian.tar.xz
 3d42d31007a5303a9dc1b5a5b12866874ce3483c1229de02a5aab6a8c7778d05 7973 
sphinx-testing_1.0.1-0.1_source.buildinfo
Files:
 d950ecbd77e894ba24249d41f0124687 2014 python optional 
sphinx-testing_1.0.1-0.1.dsc
 0f60adab66d877ac8c2c23f78dc7ed32 11513 python optional 
sphinx-testing_1.0.1.orig.tar.gz
 5f8f38002c55cb9b762c2fa12b80e360 3484 python optional 
sphinx-testing_1.0.1-0.1.debian.tar.xz
 5415fda45cfbb1cb6ad11d267be81b81 7973 python optional 
sphinx-testing_1.0.1-0.1_source.buildinfo

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

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl6Vs6gTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy7csEACCggu2wYHFdf5rUukUo9ySjIkjRnJf
cLOOAxJJLOAPpFxjA3rJxphQ2WY/Zh334kTjK4OWlwZa9+YvjwVKOS7OTlqbJJPC
bYxyE/Lr1BzBSjxM237DbNkbm7XiDLHhv1zhj+NwSyWWVR6H1avAnJ/Kdogjw5LE
5dOAvbW3HePHuret1UFZ/OvG9VVc6b8au9raoUf8MIjZEGT438Zdn9dVudOuALyF
Bssh70QkP8lhJW0za5PfSmcjW0JFLzCwGjF2Oktfa++TKlnk8z/rVV9FizYOb+rV
sw1IwmFmQfB2/cgdQDLk13xlhH6gD35Bf7B69sw7St+i00mIqqDXyUdxJAmz4l6U
4FNBJXPbIgGMzMICEKID8SFnJ22bLUfVE/uv2V22w2TY1MK9ez73PNLDBTcQ3yN7
f7SAJWEYmePEzndd38eTlJuecs30glzfMBtcwerH2+tdnTsrcpy/Ls9Y4YHwlvxM
hgmNoVEClhgWCWQhZeVsdhJ5FovfTQaLuIjp9klDsm1Xbt1pjary3L14dvK8pXCE
cjzmhamxfpQhsxQbneZfkq0OkdZUdcT3CW0oR6ky/YxZLqVBPNd+A1Yc10rtodG2
VuCB21sDIcxE5rQrgQ/p2WpBgIuqIwU+ssn5ZhmLr6TXAnThyYX1FUHAMJT4N0d0
SBtuWEMSd3Ywgw==
=rCbv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to