Changelog
pypy3 (7.3.0+dfsg-4) unstable; urgency=medium
* Patch: Build Sphinx docs with Python 3. This requires disabling autodoc
and other custom extensions.
* Byte compile exception patterns (bcep) changes following python3-defaults
(3.8.2-2):
- new "file" type to list just one file
example: file|-4.0|/usr/share/foo/test.py
- ignore lines that start with hash char. (to allow comments)
- tighten checking directory name (partial match was possible before)
- in "re" type's pattern - check relative paths in addition to full path
(i.e. no need to include directory path in the pattern)
example: re|-4.0|/usr/lib/bar|baz/test.*\.py
- only warn about invalid patterns (instead of failing)
* Execute python2 (instead of python) during the build.
* We don't need python-docutils, any more.
-- Stefano Rivera <email address hidden> Tue, 24 Mar 2020 19:16:53 -0700