Package: python-cobra / 0.29.1-4

Metadata

Package Version Patches format
python-cobra 0.29.1-4 3.0 (quilt)

Patch series

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

documentation_builder/conf.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 use local mathjax.js
xfail_test_show_versions.patch | (download)

tests/test_util/test_util.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 mark test_show_versions as xfail.
The corresponding files aren't installed during build time. This simple xpass during autopkgtest and has been tested for the same.
ignore_tests.patch | (download)

tests/test_io/test_web/test_load.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 ignore test accessing online resources


32 bit test.patch | (download)

tests/test_io/test_mat.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 skip a test on 32-bit archs due to precision issues
no_future_dependency.patch | (download)

setup.cfg | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove extraneous dependency on python3-future
Bug-Debian: https://bugs.debian.org/1058070
remove appdirs.patch | (download)

setup.cfg | 2 1 + 1 - 0 !
src/cobra/core/configuration.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
a2b9d00a04b85b8c8eb12e4deba29ce2147896cf.patch | (download)

release-notes/next-release.md | 2 2 + 0 - 0 !
src/cobra/core/gene.py | 8 6 + 2 - 0 !
tests/test_core/test_gpr.py | 15 10 + 5 - 0 !
3 files changed, 18 insertions(+), 7 deletions(-)

 [patch] fix the gpr copy in python 3.13 (#1412)

* fix GPR copy overwrite

* add specific test

* add RNs

pr1452.patch | (download)

setup.cfg | 1 0 + 1 - 0 !
src/cobra/io/web/cobrapy_repository.py | 4 2 + 2 - 0 !
tests/conftest.py | 4 2 + 2 - 0 !
tests/data/update_pickles.py | 11 5 + 6 - 0 !
tests/test_io/test_json.py | 2 1 + 1 - 0 !
tox.ini | 1 0 + 1 - 0 !
6 files changed, 10 insertions(+), 13 deletions(-)

 [patch] use the importlib.resources from the standard library, not
 the external backport