Étienne Mollier pushed to branch master at Debian Med / q2-types
Commits: 44d7d365 by Étienne Mollier at 2020-12-12T11:01:10+01:00 New upstream version 2020.11.1 - - - - - 2cda96e8 by Étienne Mollier at 2020-12-12T11:01:10+01:00 routine-update: New upstream version - - - - - 068a2ded by Étienne Mollier at 2020-12-12T11:01:12+01:00 Update upstream source from tag 'upstream/2020.11.1' Update to upstream version '2020.11.1' with Debian dir a05dd82e68c34fd1b3d689152c4c0c676f5d2e62 - - - - - e00f544b by Étienne Mollier at 2020-12-12T11:01:15+01:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - a97097bd by Étienne Mollier at 2020-12-12T11:02:56+01:00 routine-update: Ready to upload to unstable - - - - - 23189afe by Étienne Mollier at 2020-12-12T11:04:25+01:00 Add myself to Uploaders. - - - - - ca10fb56 by Étienne Mollier at 2020-12-12T11:05:50+01:00 Bump dependency on qiime (>= 2020.11.1) - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - q2_types/_version.py Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +q2-types (2020.11.1-1) unstable; urgency=medium + + * Add myself to Uploaders. + * New upstream version + * Trim trailing whitespace. + * Bump dependency on qiime (>= 2020.11.1). + + -- Étienne Mollier <[email protected]> Sat, 12 Dec 2020 11:01:16 +0100 + q2-types (2020.11.0-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,6 +1,7 @@ Source: q2-types Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Liubov Chuprikova <[email protected]> +Uploaders: Liubov Chuprikova <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), @@ -12,7 +13,7 @@ Build-Depends: debhelper-compat (= 13), python3-skbio, python3-ijson, python3-h5py, - qiime (>= 2020.11.0) + qiime (>= 2020.11.1) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/q2-types Vcs-Git: https://salsa.debian.org/med-team/q2-types.git @@ -32,7 +33,7 @@ Depends: ${shlibs:Depends}, python3-ijson, python3-h5py, libopenblas-base, - qiime + qiime (>= 2020.11.1) Description: QIIME 2 plugin defining types for microbiome analysis QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency. QIIME 2 enables ===================================== debian/rules ===================================== @@ -29,4 +29,3 @@ override_dh_install: override_dh_auto_clean: dh_auto_clean rm -fr q2_types.egg-info/PKG-INFO q2_types.egg-info/SOURCES.txt q2_types.egg-info/dependency_links.txt q2_types.egg-info/entry_points.txt q2_types.egg-info/not-zip-safe q2_types.egg-info/top_level.txt - ===================================== q2_types/_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 = "d01df903a45b5a8edca9aa6c4e222907a6fa9466" - git_date = "2020-11-25 17:13:12 +0000" + git_refnames = " (tag: 2020.11.1)" + git_full = "e93bfa7e23c848a8db6eff5ac665f0ac74c92307" + git_date = "2020-12-05 20:44:49 +0000" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords View it on GitLab: https://salsa.debian.org/med-team/q2-types/-/compare/7051842f5c1f50727dd74b2200dbf0e2ff1ae503...ca10fb5608709d3c0b1d05df1b76ce65067b7e55 -- View it on GitLab: https://salsa.debian.org/med-team/q2-types/-/compare/7051842f5c1f50727dd74b2200dbf0e2ff1ae503...ca10fb5608709d3c0b1d05df1b76ce65067b7e55 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
