Steffen Möller pushed to branch master at Debian Med / q2-cutadapt
Commits: 96109dc2 by Steffen Moeller at 2020-12-08T18:32:19+01:00 New upstream version 2020.11.1 - - - - - 173c4df3 by Steffen Moeller at 2020-12-08T18:32:19+01:00 routine-update: New upstream version - - - - - 611ee985 by Steffen Moeller at 2020-12-08T18:32:23+01:00 Update upstream source from tag 'upstream/2020.11.1' Update to upstream version '2020.11.1' with Debian dir b164f2ba0e7870520f989377e42c736b37f374d6 - - - - - eff2edd9 by Steffen Moeller at 2020-12-08T18:32:26+01:00 routine-update: Remove trailing whitespace in debian/rules - - - - - cee296ff by Steffen Moeller at 2020-12-08T18:32:27+01:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - fe4d50ff by Steffen Moeller at 2020-12-08T18:35:53+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/rules - debian/upstream/metadata - q2_cutadapt/_version.py Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +q2-cutadapt (2020.11.1-1) unstable; urgency=medium + + * Team upload. + * New upstream version + * Remove trailing whitespace in debian/rules (routine-update) + * d/u/metadata: add refs to registries + + -- Steffen Moeller <[email protected]> Tue, 08 Dec 2020 18:32:29 +0100 + q2-cutadapt (2020.11.0-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -13,7 +13,7 @@ export PYBUILD_AFTER_TEST=rm -v {build_dir}/site.py {build_dir}/.coverage*; \ %: dh $@ --with python3 --buildsystem=pybuild -# FIXME: similarly to the qiime and q2-types packages, the build time testing fails, as +# FIXME: similarly to the qiime and q2-types packages, the build time testing fails, as # the Qiime plugin system is not fully available at this point of the package # construction. The test suite is only run at autopkgtest time, but this # is not ideal, since the only tested python version is the default one. @@ -25,4 +25,3 @@ endif override_dh_auto_clean: dh_auto_clean rm -f q2_cutadapt.egg-info/PKG-INFO q2_cutadapt.egg-info/SOURCES.txt q2_cutadapt.egg-info/dependency_links.txt q2_cutadapt.egg-info/entry_points.txt q2_cutadapt.egg-info/not-zip-safe q2_cutadapt.egg-info/top_level.txt - ===================================== debian/upstream/metadata ===================================== @@ -46,3 +46,8 @@ Reference: eprint: https://www.nature.com/articles/s41587-019-0209-9.pdf Repository: https://github.com/qiime2/q2-cutadapt.git Repository-Browse: https://github.com/qiime2/q2-cutadapt +Registry: + - Name: bio.tools + Entry: NA + - Name: conda:qiime2 + Entry: q2-cutadapt ===================================== q2_cutadapt/_version.py ===================================== @@ -23,9 +23,9 @@ def get_keywords(): # setup.py/versioneer.py will grep for the variable names, so they must # each be defined on a line of their own. _version.py will just call # get_keywords(). - git_refnames = " (HEAD -> master, tag: 2020.11.0)" - git_full = "8a18174db6b284af087f8bc82b0b717a446aab4e" - git_date = "2020-11-25 17:13:09 +0000" + git_refnames = " (HEAD -> master, tag: 2020.11.1)" + git_full = "13b69a6fd0be98d8d089cec05612466765dcb0de" + git_date = "2020-12-05 20:44:46 +0000" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords View it on GitLab: https://salsa.debian.org/med-team/q2-cutadapt/-/compare/16dc7b27bfed6fea2e2d421edf0bb0b3ef33a1b1...fe4d50ff836f6570ca6b599348a3858322a7c8fd -- View it on GitLab: https://salsa.debian.org/med-team/q2-cutadapt/-/compare/16dc7b27bfed6fea2e2d421edf0bb0b3ef33a1b1...fe4d50ff836f6570ca6b599348a3858322a7c8fd 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
