Steffen Möller pushed to branch master at Debian Med / python-cgecore
Commits: e7da6df0 by Steffen Moeller at 2020-09-25T00:28:33+02:00 New upstream version 1.5.5+ds - - - - - 7d59623e by Steffen Moeller at 2020-09-25T00:28:33+02:00 routine-update: New upstream version - - - - - 9e86adf3 by Steffen Moeller at 2020-09-25T00:28:33+02:00 Update upstream source from tag 'upstream/1.5.5+ds' Update to upstream version '1.5.5+ds' with Debian dir 79ba8ef4917250e4e7d2835b28a0cb939f346afb - - - - - 11c35447 by Steffen Moeller at 2020-09-25T00:28:34+02:00 routine-update: debhelper-compat 13 - - - - - 38617054 by Steffen Moeller at 2020-09-25T00:28:46+02:00 routine-update: Ready to upload to unstable - - - - - 5 changed files: - PKG-INFO - cgecore/__init__.py - cgecore/blaster/blaster.py - debian/changelog - debian/control Changes: ===================================== PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: cgecore -Version: 1.5.4 +Version: 1.5.5 Summary: Center for Genomic Epidemiology Core Module Home-page: https://bitbucket.org/genomicepidemiology/cge_core_module Author: Center for Genomic Epidemiology ===================================== cgecore/__init__.py ===================================== @@ -13,7 +13,7 @@ from .argumentparsing import (check_file_type, get_arguments, get_string, ) ##################### -__version__ = "1.5.4" +__version__ = "1.5.5" __all__ = [ "argumentparsing", "cmdline", ===================================== cgecore/blaster/blaster.py ===================================== @@ -194,6 +194,8 @@ class Blaster(): 'strand': strand, 'perc_coverage': perc_coverage } + else: + continue ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-cgecore (1.5.5+ds-1) unstable; urgency=medium + + * Team upload. + * New upstream version + * debhelper-compat 13 (routine-update) + + -- Steffen Moeller <[email protected]> Fri, 25 Sep 2020 00:28:37 +0200 + python-cgecore (1.5.4+ds-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: python Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools, View it on GitLab: https://salsa.debian.org/med-team/python-cgecore/-/compare/47f3267dd626b2a83b755db6b4bcf26442ad3908...38617054f1f46a349c3a0a544641c67e6b549cb7 -- View it on GitLab: https://salsa.debian.org/med-team/python-cgecore/-/compare/47f3267dd626b2a83b755db6b4bcf26442ad3908...38617054f1f46a349c3a0a544641c67e6b549cb7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
