Package: ctdconverter / 2.1-8

Metadata

Package Version Patches format
ctdconverter 2.1-8 3.0 (quilt)

Patch series

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

convert.py | 4 2 2 - 0 !
setup.py | 170 170 0 - 0 !
2 files changed, 172 insertions( ), 2 deletions(-)

 add setup.py
upgrade_deprecated_strip | (download)

common/utils.py | 7 3 4 - 0 !
1 file changed, 3 insertions( ), 4 deletions(-)

 upgrade deprecated using of string.strip()

correct_name | (download)

convert.py | 12 7 5 - 0 !
1 file changed, 7 insertions( ), 5 deletions(-)

 unify script name reporting

py3_compat | (download)

cwl/converter.py | 4 3 1 - 0 !
1 file changed, 3 insertions( ), 1 deletion(-)

 use `open` instead of `file`

python3 syntax.patch | (download)

galaxy/converter.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix python3 syntax
Bug-Debian: https://bugs.debian.org/1040294
2to3.patch | (download)

common/utils.py | 12 6 6 - 0 !
convert.py | 10 5 5 - 0 !
galaxy/converter.py | 22 11 11 - 0 !
3 files changed, 22 insertions( ), 22 deletions(-)

---