Debian Patches

Status for python-biopython/1.86+dfsg-1

Patch Description Author Forwarded Bugs Origin Last update
remove_mathml-qname.patch Remove non DFSG free DTD Andreas Tille <tille@debian.org> yes debian 2014-04-30
privacy_breach.patch Do not use privacy-breach-logo Andreas Tille <tille@debian.org> not-needed 2015-05-12
privacy_breach_ie9.patch fix privacy breach with html5shiv
Actually the script called is commented out, except when reading the page with
Internet Explorer 9. This patch makes sure the script is not called at all,
even if it is very unlikely that HTML document installed in Debian will ever
be read with this browser.
=?utf-8?q?=C3=89tienne_Mollier?= <etienne.mollier@mailoo.org> not-needed 2020-09-11
fix-type-cast-i386.patch fix test failure on 32-bit platforms. This fixes the following symptom while running the test suite of
Biopython on 32-bit processors:
.
File "/builds/med-team/python-biopython/debian/output/source_dir/.pybuild/cpython3_3.12/build/Bio/PDB/binary_cif.py", line 85, in _run_length_decoder
decoded_data = np.repeat(data[::2].astype(dtype), data[1::2])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 466, in repeat
return _wrapfunc(a, 'repeat', repeats, axis=axis)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 68, in _wrapfunc
return _wrapit(obj, method, *args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 45, in _wrapit
result = getattr(asarray(obj), method)(*args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Cannot cast array data from dtype('uint32') to dtype('int32') according to the rule 'safe'
Étienne Mollier <emollier@debian.org> no 2024-09-16

All known versions for source package 'python-biopython'

Links