[med-svn] [python-pyfaidx] branch debian/jessie-backports updated (88ba6fd -> 63b28e9)
Andreas Tille
tille at debian.org
Thu Jun 8 08:00:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch debian/jessie-backports
in repository python-pyfaidx.
from 88ba6fd Rebuild for jessie-backports.
adds 12ea052 Imported Upstream version 0.4.7.1
adds d9815b7 Merge tag 'upstream/0.4.7.1'
adds 192df63 New upstream version
adds e7c3368 cme fix dpkg-control
adds 8e873ef Make sure the whole build has LC_ALL set to UTF-8, upload to unstable
adds c24135f New upstream version 0.4.8.1
adds 54ade05 Updated version 0.4.8.1 from 'upstream/0.4.8.1'
adds 2cee075 New upstream version
adds 128c207 debhelper 10
adds e3f5f2e d/watch: version=4
adds a09e0d2 New Build-Depends: python-mock, python3-mock, upload to unstable
new c28ff0b Merge branch 'master' into debian/jessie-backports
new 63b28e9 Rebuild for jessie-backports
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.coveragerc | 8 +-
.gitignore | 12 ++
.travis.yml | 13 +-
README.rst | 26 ++-
appveyor.yml | 31 +++
ci/appveyor/vcvars64.bat | 1 +
debian/changelog | 22 +++
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, 754 insertions(+), 180 deletions(-)
create mode 100644 .gitignore
create mode 100644 appveyor.yml
create mode 100644 ci/appveyor/vcvars64.bat
create mode 100644 tests/data/issue_83.fasta
create mode 100644 tests/test_Fasta_synchronization.py
create mode 100644 tox.ini
--
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