Package: python-docxcompose / 1.4.0-5

Metadata

Package Version Patches format
python-docxcompose 1.4.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix datetime comparison.patch | (download)

tests/test_properties.py | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 fix test failure due to timestamps of different precision,
 see #1073390.
remove six.patch | (download)

docxcompose/properties.py | 4 2 + 2 - 0 !
setup.py | 1 0 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

---
drop pkg resources.patch | (download)

docxcompose/properties.py | 9 6 + 3 - 0 !
setup.py | 3 1 + 2 - 0 !
tox.ini | 2 1 + 1 - 0 !
3 files changed, 8 insertions(+), 6 deletions(-)

 replace pkg_resources with importlib_resources

Fixes #90
Require Python 3.9+, because importlib.resources.files is used.