[med-svn] [python-pyfaidx] 01/02: Merge branch 'master' into debian/jessie-backports

Andreas Tille tille at debian.org
Thu Jun 8 08:00:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian/jessie-backports
in repository python-pyfaidx.

commit c28ff0beaf931f74d98d6d67a33f65cb53622bcf
Merge: 88ba6fd a09e0d2
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jun 8 09:39:04 2017 +0200

    Merge branch 'master' into debian/jessie-backports

 .coveragerc                         |   8 +-
 .gitignore                          |  12 ++
 .travis.yml                         |  13 +-
 README.rst                          |  26 ++-
 appveyor.yml                        |  31 +++
 ci/appveyor/vcvars64.bat            |   1 +
 debian/changelog                    |  16 ++
 debian/compat                       |   2 +-
 debian/control                      |  12 +-
 debian/rules                        |   4 +-
 debian/watch                        |   2 +-
 dev-requirements.txt                |  11 +-
 pyfaidx/__init__.py                 | 377 +++++++++++++++++++++++-------------
 pyfaidx/cli.py                      |   5 +-
 setup.py                            |   7 +-
 tests/data/issue_83.fasta           |   6 +
 tests/test_FastaRecord.py           |  13 +-
 tests/test_FastaVariant.py          |   1 +
 tests/test_Fasta_synchronization.py | 218 +++++++++++++++++++++
 tests/test_feature_bounds_check.py  |  27 +++
 tests/test_feature_indexing.py      |  97 +++++++++-
 tests/test_sequence_class.py        |  12 +-
 tox.ini                             |  27 +++
 23 files changed, 748 insertions(+), 180 deletions(-)

diff --cc debian/changelog
index 154c903,626cf12..dc2d8f0
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,19 +1,25 @@@
+ python-pyfaidx (0.4.8.1-1) unstable; urgency=medium
+ 
+   * New upstream version
+   * debhelper 10
+   * d/watch: version=4
+   * New Build-Depends: python-mock, python3-mock
+ 
+  -- Andreas Tille <tille at debian.org>  Sun, 11 Dec 2016 17:37:58 +0100
+ 
+ python-pyfaidx (0.4.7.1-1) unstable; urgency=medium
+ 
+   * New upstream version
+   * cme fix dpkg-control
+ 
+  -- Andreas Tille <tille at debian.org>  Sat, 14 May 2016 23:49:10 +0200
+ 
 +python-pyfaidx (0.4.5.2-1~bpo8+1) jessie-backports; urgency=medium
 +
 +  * Rebuild for jessie-backports.
 +
 + -- Andreas Tille <tille at debian.org>  Thu, 28 Jan 2016 11:12:43 +0100
 +
  python-pyfaidx (0.4.5.2-1) unstable; urgency=medium
  
    * Initial upload (Closes: #801721)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyfaidx.git



More information about the debian-med-commit mailing list