Package: python-pyvcf / 0.6.8+git20170215.476169c-9

Metadata

Package Version Patches format
python-pyvcf 0.6.8+git20170215.476169c-9 3.0 (quilt)

Patch series

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

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

 remove use_2to3 option and languages python 2 and 2.7 from setuptools
2to3.patch | (download)

docs/conf.py | 12 6 + 6 - 0 !
scripts/vcf_filter.py | 2 1 + 1 - 0 !
scripts/vcf_sample_filter.py | 4 2 + 2 - 0 !
vcf/model.py | 7 3 + 4 - 0 !
vcf/parser.py | 26 13 + 13 - 0 !
vcf/sample_filter.py | 6 3 + 3 - 0 !
vcf/test/prof.py | 4 2 + 2 - 0 !
vcf/test/test_vcf.py | 60 30 + 30 - 0 !
vcf/utils.py | 6 3 + 3 - 0 !
9 files changed, 63 insertions(+), 64 deletions(-)

 convert python2 syntax to python3
quitechar.patch | (download)

vcf/parser.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix 'typeerror: "quotechar" must be a 1-character string'