Package: pydicom / 2.4.3-2

Metadata

Package Version Patches format
pydicom 2.4.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
deb_no_unicode | (download)

pydicom/tests/test_filereader.py | 2 1 + 1 - 0 !
pydicom/tests/test_gdcm_pixel_data.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 disable unicode filenames handling 
 Unicode+Python in a minimal debian env without locales
 configured and code insisting on non-ascii encodable filenames
 is the task for masocists.. thus  cheated for today
Bug-Debian: http://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
ignore_tests_downloading_data.patch | (download)

pydicom/tests/test_JPEG_LS_transfer_syntax.py | 11 6 + 5 - 0 !
pydicom/tests/test_cli.py | 7 7 + 0 - 0 !
pydicom/tests/test_data_manager.py | 10 8 + 2 - 0 !
pydicom/tests/test_dataelem.py | 1 1 + 0 - 0 !
pydicom/tests/test_dataset.py | 13 12 + 1 - 0 !
pydicom/tests/test_encaps.py | 4 4 + 0 - 0 !
pydicom/tests/test_encoders.py | 1 1 + 0 - 0 !
pydicom/tests/test_encoders_gdcm.py | 25 18 + 7 - 0 !
pydicom/tests/test_encoders_pydicom.py | 44 27 + 17 - 0 !
pydicom/tests/test_filereader.py | 81 45 + 36 - 0 !
pydicom/tests/test_filewriter.py | 3 3 + 0 - 0 !
pydicom/tests/test_gdcm_pixel_data.py | 219 57 + 162 - 0 !
pydicom/tests/test_handler_util.py | 92 66 + 26 - 0 !
pydicom/tests/test_jpeg_ls_pixel_data.py | 84 46 + 38 - 0 !
pydicom/tests/test_numpy_pixel_data.py | 217 134 + 83 - 0 !
pydicom/tests/test_overlay_np.py | 21 16 + 5 - 0 !
pydicom/tests/test_pillow_pixel_data.py | 445 231 + 214 - 0 !
pydicom/tests/test_pylibjpeg.py | 545 280 + 265 - 0 !
pydicom/tests/test_rle_pixel_data.py | 13 13 + 0 - 0 !
19 files changed, 975 insertions(+), 861 deletions(-)

 several data files need to be downloaded which is not possible at package build time
             Thus the downloading and the according tests are removed here


ignore_tests_with_wrong_gdcm_usage.patch | (download)

pydicom/tests/test_gdcm_pixel_data.py | 22 21 + 1 - 0 !
1 file changed, 21 insertions(+), 1 deletion(-)

 ignore test due to wrong gdcm usage.
  See https://lists.debian.org/debian-med/2021/12/msg00061.html


sphinx_no_git.patch | (download)

build_tools/sphinx/github_link.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 we are not in a git repository thus prevent sphinx from assuming we are
skip i386 incapable tests.patch | (download)

pydicom/tests/test_fileset.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 skip tests impoosible to run on 32-bit architectures.
 This patch prevents running into the following errors by stopping the
 test just before the error condition:
 .
        >       assert 36**6 + 1 == len(fs)
        E       OverflowError: cannot fit 'int' into an index-sized integer