Package: h5sparse / 0.1.0-9

Metadata

Package Version Patches format
h5sparse 0.1.0-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 disable coverage.patch | (download)

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

 coverage uselss for downstream maintenance
Last-Changed: September 2, 2020
0002 do not force version.patch | (download)

h5sparse/__init__.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 relax version constraint since this causes failures during build - it can't find the package during tests since it's not installed by then
Last-Changed: September 2, 2020
0003 open h5 file with write permissions.patch | (download)

h5sparse/tests.py | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 create h5 files with write permissions
Last-Changed: September 2, 2020
0004 dont seek nose.patch | (download)

setup.cfg | 15 0 + 15 - 0 !
setup.py | 9 1 + 8 - 0 !
tox.ini | 6 0 + 6 - 0 !
3 files changed, 1 insertion(+), 29 deletions(-)

 migrate from nosetest->pytest
0005 pkg resources to importlib.patch | (download)

h5sparse/__init__.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
0006 drop six.patch | (download)

h5sparse/h5sparse.py | 3 1 + 2 - 0 !
requirements.txt | 1 0 + 1 - 0 !
setup.py | 1 0 + 1 - 0 !
3 files changed, 1 insertion(+), 4 deletions(-)

---