[med-svn] [python-pbcore] 01/02: Merge branch 'master' into debian/jessie-backports
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sat Dec 19 20:58:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch debian/jessie-backports
in repository python-pbcore.
commit 6ad6a99f666e8d8fffb7409b8c52a52020a9e7b5
Merge: 2c0f431 a61daa3
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Dec 19 11:48:32 2015 -0800
Merge branch 'master' into debian/jessie-backports
.circleci/installHDF5.sh | 14 +
.gitignore | 13 +
CHANGELOG.org | 8 +
PKG-INFO | 69 -
circle.yml | 1 +
debian/changelog | 9 +
debian/copyright | 2 +-
debian/patches/enable-build-time-testing.patch | 9 +-
debian/patches/fix-pysam-compatibility.patch | 36 -
debian/patches/remove-unnecessary-cython-dep.patch | 14 +
debian/patches/series | 2 +-
debian/watch | 5 +-
pbcore.egg-info/PKG-INFO | 69 -
pbcore.egg-info/SOURCES.txt | 199 --
pbcore.egg-info/dependency_links.txt | 1 -
pbcore.egg-info/entry_points.txt | 3 -
pbcore.egg-info/not-zip-safe | 1 -
pbcore.egg-info/pbr.json | 1 -
pbcore.egg-info/requires.txt | 3 -
pbcore.egg-info/top_level.txt | 1 -
pbcore/__init__.py | 2 +-
pbcore/data/empty.ccs.bam | Bin 507 -> 540 bytes
...52550000001823085912221377_s1_X0.scraps.bam.pbi | Bin 0 -> 1574 bytes
...550000001823085912221377_s1_X0.subreads.bam.bai | Bin 16 -> 0 bytes
pbcore/io/BasH5IO.py | 10 -
pbcore/io/FastaIO.py | 12 +-
pbcore/io/align/BamAlignment.py | 2 +-
pbcore/io/align/BamIO.py | 13 +-
pbcore/io/align/CmpH5IO.py | 6 +-
pbcore/io/align/PacBioBamIndex.py | 7 +-
pbcore/io/dataset/DataSetIO.py | 294 +-
pbcore/io/dataset/DataSetMembers.py | 71 +-
pbcore/io/dataset/DataSetXsd.py | 3772 ++++++++++++++------
pbcore/io/dataset/EntryPoints.py | 3 +-
pbcore/io/dataset/_pbbase.py | 1063 +++---
pbcore/io/dataset/_pbds.py | 3639 -------------------
pbcore/io/dataset/_pbmeta.py | 520 ++-
pbcore/io/dataset/_pbpn.py | 939 -----
pbcore/io/dataset/_pbrk.py | 234 +-
pbcore/io/dataset/_pbsample.py | 130 +-
pbcore/io/dataset/utils.py | 55 +-
pbcore/io/opener.py | 3 +-
requirements-dev.txt | 1 -
requirements.txt | 2 +-
setup.cfg | 6 -
setup.py | 27 +-
tests/test_pbcore_io_BasH5Reader.py | 20 +-
tests/test_pbcore_io_GffIO.py | 7 +
tests/test_pbdataset.py | 109 +-
tests/test_pbdataset_subtypes.py | 21 +-
50 files changed, 4177 insertions(+), 7251 deletions(-)
diff --cc debian/changelog
index b1169df,b3d194d..e855def
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,12 +1,19 @@@
+ python-pbcore (1.2.7+dfsg-1) unstable; urgency=medium
+
+ * Revert "Set watch file to point to pypi rather than github"
+ * Imported Upstream version 1.2.7+dfsg
+ * Drop patch applied upstream
+ * Refresh patches
+
+ -- Afif Elghraoui <afif at ghraoui.name> Sun, 13 Dec 2015 17:18:26 -0800
+
+python-pbcore (1.2.6+dfsg-1~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+ * Update versioned dependency on pysam.
+
+ -- Afif Elghraoui <afif at ghraoui.name> Wed, 02 Dec 2015 21:20:20 -0800
+
python-pbcore (1.2.6+dfsg-1) unstable; urgency=medium
* Set watch file to point to pypi rather than github
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list