+python-pysam (0.15.0.1+ds-1) experimental; urgency=medium
+
+ * Team upload.
+
+ * New upstream version.
+
+ -- Steffen Moeller <moeller@debian.org> Sun, 29 Jul 2018 00:51:38 +0200
+
python-pysam (0.14.1+ds-1) UNRELEASED; urgency=medium
[ Afif Elghraoui ]
Build-Depends: debhelper (>= 11~),
dh-exec,
dh-python,
- libhts-dev (>= 1.7),
+ libhts-dev (>= 1.9),
zlib1g-dev,
python-all-dev,
python-setuptools,
-execute-linking-tests-only-when-explicitely-reque.patch
-xfail.patch
-skip_test_needing_missing_data.patch
+#execute-linking-tests-only-when-explicitely-reque.patch
+#xfail.patch
+#skip_test_needing_missing_data.patch
Last-Update: Sat, 17 Feb 2018 15:24:34 +0100
Forwarded: https://github.com/pysam-developers/pysam/issues/626
---- python-pysam.orig/tests/pysam_data/Makefile
-+++ python-pysam/tests/pysam_data/Makefile
-@@ -20,8 +20,7 @@
- explicit_index.bam explicit_index.cram \
- faidx_empty_seq.fq.gz \
- ex1.fa.gz ex1.fa.gz.csi \
-- ex1_csi.bam \
-- example_reverse_complement.bam
-+ ex1_csi.bam
-
- # ex2.sam - as ex1.sam, but with header
- ex2.sam.gz: ex1.bam ex1.bam.bai
+Index: python-pysam/tests/AlignmentFile_test.py
+===================================================================
--- python-pysam.orig/tests/AlignmentFile_test.py
+++ python-pysam/tests/AlignmentFile_test.py
-@@ -1359,12 +1359,7 @@
+@@ -1403,12 +1403,7 @@ class TestEmptyHeader(unittest.TestCase)
'example_empty_header.bam'))
self.assertEqual(s.header.to_dict(), {'SQ': [{'LN': 1000, 'SN': 'chr1'}]})
Author: Afif Elghraoui <afif@debian.org>
Forwarded: not-needed
Last-Update: 2017-10-01
---- a/tests/AlignmentFile_test.py
-+++ b/tests/AlignmentFile_test.py
-@@ -474,6 +474,7 @@ class TestIO(unittest.TestCase):
+Index: python-pysam/tests/AlignmentFile_test.py
+===================================================================
+--- python-pysam.orig/tests/AlignmentFile_test.py
++++ python-pysam/tests/AlignmentFile_test.py
+@@ -472,6 +472,7 @@ class TestIO(unittest.TestCase):
"tmp_ex2.bam",
"rb", "wb")