Andreas Tille pushed to branch master at Debian Med / python-intervaltree-bio
Commits: c9550b96 by Andreas Tille at 2019-08-21T05:57:45Z Remove Python2 package - - - - - d00e478c by Andreas Tille at 2019-08-21T06:02:03Z Droping Python2 also avoids test suite error - - - - - bd617ae2 by Andreas Tille at 2019-08-21T06:02:51Z debhelper-compat 12 - - - - - c25e5e4a by Andreas Tille at 2019-08-21T06:02:55Z Standards-Version: 4.4.0 - - - - - 06ebceaa by Andreas Tille at 2019-08-21T06:02:55Z Remove trailing whitespace in debian/changelog - - - - - 56e7f790 by Andreas Tille at 2019-08-21T06:03:04Z Set upstream metadata fields: Contact, Name. Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. - - - - - 0d4ee100 by Andreas Tille at 2019-08-21T06:18:17Z Bug is not really closed ... - - - - - 46039c30 by Andreas Tille at 2019-08-21T06:18:50Z Remove Python2 test from test suite - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - − debian/python3-intervaltree-bio.docs - debian/rules - debian/tests/control - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,19 @@ -python-intervaltree-bio (1.0.1-4) UNRELEASED; urgency=medium +python-intervaltree-bio (1.0.1-5) UNRELEASED; urgency=medium + + * Remove Python2 package + * debhelper-compat 12 + * Standards-Version: 4.4.0 + * Remove trailing whitespace in debian/changelog + * Set upstream metadata fields: Contact, Name. + + -- Andreas Tille <[email protected]> Wed, 21 Aug 2019 07:53:48 +0200 + +python-intervaltree-bio (1.0.1-4) unstable; urgency=medium + + * Team upload. [ Olivier Sallou ] - * d/tests/control Ignore .pc directory for autopkgtest (Closes: #920545). + * d/tests/control Ignore .pc directory for autopkgtest (Closes: #920545). [ Afif Elghraoui ] * Remove myself from Uploaders ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -3,32 +3,17 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: python Priority: optional -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, - python-intervaltree, python3-all, python3-setuptools, python3-intervaltree, -# Test-Depends: - python-pytest, - python3-pytest -Standards-Version: 4.3.0 + python3-pytest <!nocheck> +Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/med-team/python-intervaltree-bio Vcs-Git: https://salsa.debian.org/med-team/python-intervaltree-bio.git Homepage: https://github.com/konstantint/intervaltree-bio -Package: python-intervaltree-bio -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Description: Interval tree convenience classes for genomic data -- Python 2 library - Convenience classes for loading UCSC genomic annotation records into - a set of interval tree data structures. - . - This package provides the Python 2 library. - Package: python3-intervaltree-bio Architecture: all Depends: ${misc:Depends}, ===================================== debian/python3-intervaltree-bio.docs deleted ===================================== @@ -1 +0,0 @@ -docs \ No newline at end of file ===================================== debian/rules ===================================== @@ -8,7 +8,7 @@ export LC_ALL = C.UTF-8 export PYBUILD_NAME=intervaltree-bio %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ===================================== debian/tests/control ===================================== @@ -1,10 +1,3 @@ -Test-Command: - python2 -m pytest --ignore=.pc --verbose --datadir debian/data -Depends: - python-intervaltree-bio, - python-pytest -Restrictions: rw-build-tree - Test-Command: python3 -m pytest --ignore=.pc --verbose --datadir debian/data Depends: ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,2 @@ +Name: python-intervaltree-bio +Contact: Konstantin Tretyakov <[email protected]> View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/compare/86cc4e0eafcc1cd2e2916ecf7c476495f5c16f1f...46039c30b913edddd093391e81e5e68261b46cfc -- View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/compare/86cc4e0eafcc1cd2e2916ecf7c476495f5c16f1f...46039c30b913edddd093391e81e5e68261b46cfc 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
