Package: texext / 0.6.7-8
Metadata
Package | Version | Patches format |
---|---|---|
texext | 0.6.7-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
sphinx7.2 | (download) |
texext/tests/test_docstrings.py |
16 10 + 6 - 0 ! |
adapt docstring test to sphinx 7.2.x |
sphinx8.2 | (download) |
texext/tests/test_plotdirective.py |
6 4 + 2 - 0 ! |
adapt plotdirective test to sphinx 8.2.x |
drop_distutils | (download) |
test-requirements.txt |
1 1 + 0 - 0 ! |
use packaging.version instead of distutils.version |
versioneer upgrade1 | (download) |
texext/__init__.py |
5 2 + 3 - 0 ! |
update versioneer to version 0.28 |
versioneer upgrade2 | (download) |
versioneer.py |
318 195 + 123 - 0 ! |
update versioneer to latest. |
sphinx.ext.autodoc | (download) |
texext/tests/plotdirective/conf.py |
1 1 + 0 - 0 ! |
[patch] use sphinx.ext.autodoc in tests |
remove_six.patch | (download) |
texext/mathcode.py |
4 1 + 3 - 0 ! |
remove undeclared usage of "six" |
docutils_0.22.patch | (download) |
texext/tests/test_plotdirective.py |
13 8 + 5 - 0 ! |
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) |