Package: openpyxl / 3.1.5+dfsg-3

Metadata

Package Version Patches format
openpyxl 3.1.5+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_thumbnail.patch | (download)

openpyxl/reader/tests/test_excel.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't expect to find a thumbnail that has been removed

(for copyright reasons)

privacy.patch | (download)

README.rst | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 don't embed external images

reproducibility.patch | (download)

doc/conf.py | 8 6 + 2 - 0 !
openpyxl/descriptors/base.py | 7 5 + 2 - 0 !
2 files changed, 11 insertions(+), 4 deletions(-)

 make ordering and date in documentation reproducible

fromstring_not_iterparse.patch | (download)

openpyxl/xml/tests/test_functions.py | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 lxml fromstring does not accept iterables

This test has never actually checked that XML entities are rejected:
the ValueError it catches is actually lxml fromstring() rejecting
any stream input.  lxml upstream pull 448 (release 6.0) changes this
error from ValueError to TypeError, failing this test.

Also stop using empty input (which lxml also rejects), and
rename the test to something that isn't a duplicate or misleading.