Package: texext / 0.6.7-8

Metadata

Package Version Patches format
texext 0.6.7-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sphinx7.2 | (download)

texext/tests/test_docstrings.py | 16 10 + 6 - 0 !
1 file changed, 10 insertions(+), 6 deletions(-)

 adapt docstring test to sphinx 7.2.x
sphinx8.2 | (download)

texext/tests/test_plotdirective.py | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 adapt plotdirective test to sphinx 8.2.x
drop_distutils | (download)

test-requirements.txt | 1 1 + 0 - 0 !
texext/tests/plotdirective/conf.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 use packaging.version instead of distutils.version
versioneer upgrade1 | (download)

texext/__init__.py | 5 2 + 3 - 0 !
texext/_version.py | 260 199 + 61 - 0 !
versioneer.py | 906 647 + 259 - 0 !
3 files changed, 848 insertions(+), 323 deletions(-)

 update versioneer to version 0.28
versioneer upgrade2 | (download)

versioneer.py | 318 195 + 123 - 0 !
1 file changed, 195 insertions(+), 123 deletions(-)

 update versioneer to latest.
sphinx.ext.autodoc | (download)

texext/tests/plotdirective/conf.py | 1 1 + 0 - 0 !
texext/tests/tinypages/conf.py | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 [patch] use sphinx.ext.autodoc in tests


remove_six.patch | (download)

texext/mathcode.py | 4 1 + 3 - 0 !
texext/tests/test_plotdirective.py | 6 1 + 5 - 0 !
2 files changed, 2 insertions(+), 8 deletions(-)

 remove undeclared usage of "six"
docutils_0.22.patch | (download)

texext/tests/test_plotdirective.py | 13 8 + 5 - 0 !
texext/tests/test_tinypages.py | 7 5 + 2 - 0 !
2 files changed, 13 insertions(+), 7 deletions(-)

 make the tests pass with docutils 0.22

Docutils now normalizes boolean values using str(int(value)):
https://sourceforge.net/p/docutils/code/9691/

(cherry picked from commit 338ecee3f6c03a9fb541096725bf2ea657ebd9cd)