Andreas Tille pushed to branch master at Debian Med / q2-metadata
Commits: 90f1b8d4 by Andreas Tille at 2019-11-12T07:57:59Z Add missing Licenses - - - - - 16cb4aa4 by Andreas Tille at 2019-11-12T08:04:12Z New upstream version - - - - - 2b8fb5c1 by Andreas Tille at 2019-11-12T08:04:13Z New upstream version 2019.10.0+dfsg - - - - - 160d0809 by Andreas Tille at 2019-11-12T08:04:13Z Update upstream source from tag 'upstream/2019.10.0+dfsg' Update to upstream version '2019.10.0+dfsg' with Debian dir 4608bbc07d5856467fc7312ae77cadd032a1abf7 - - - - - e820e6aa by Andreas Tille at 2019-11-12T08:04:19Z Standards-Version: 4.4.1 - - - - - c3cf3f2b by Andreas Tille at 2019-11-12T08:04:19Z Set debhelper-compat version in Build-Depends. - - - - - 2ea4bb11 by Andreas Tille at 2019-11-12T08:04:28Z Set upstream metadata fields: Repository. - - - - - 70b8e892 by Andreas Tille at 2019-11-12T08:28:19Z Cleanup changelog from automatic changes - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - debian/upstream/metadata - q2_metadata/_version.py Changes: ===================================== debian/changelog ===================================== @@ -1,17 +1,5 @@ -q2-metadata (2019.7.0+dfsg-1) UNRELEASED; urgency=medium - - * New upstream version - * debhelper-compat 12 - * Standards-Version: 4.4.0 - * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - * Specify the required version of qiime, q2templates, and q2-types - * Fix typos in d/rules (should be js instead of css) - * Add autopkgtest (run build-time tests for the moment) - - -- Liubov Chuprikova <[email protected]> Fri, 06 Sep 2019 14:32:02 +0200 - -q2-metadata (2019.4.0+dfsg-1) unstable; urgency=medium +q2-metadata (2019.10.0+dfsg-1) UNRELEASED; urgency=medium * Initial release (Closes: #930755) - -- Liubov Chuprikova <[email protected]> Wed, 19 Jun 2019 18:26:16 +0200 + -- Liubov Chuprikova <[email protected]> Tue, 12 Nov 2019 09:28:02 +0100 ===================================== debian/control ===================================== @@ -13,8 +13,8 @@ Build-Depends: debhelper-compat (= 12), libjs-jquery-datatables, qiime (>= 2019.7.0), q2templates (>= 2019.7.0), - q2-types (>= 2019.7.0) -Standards-Version: 4.4.0 + q2-types +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/q2-metadata Vcs-Git: https://salsa.debian.org/med-team/q2-metadata.git Homepage: https://qiime2.org/ ===================================== debian/copyright ===================================== @@ -7,6 +7,35 @@ Files: * Copyright: 2016-2019 QIIME 2 development team License: BSD-3-clause +Files: q2_metadata/templates/tabulate/* +Copyright: 2015-2019 Tobias Ahlin +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Files: versioneer.py +Copyright: Brian Warner +License: PublicDomain + To make Versioneer easier to embed, all its code is dedicated to the public + domain. The `_version.py` that it creates is also in the public domain. + Specifically, both are released under the Creative Commons "Public Domain + Dedication" license (CC0-1.0), as described in + https://creativecommons.org/publicdomain/zero/1.0/ . + Files: debian/* Copyright: 2019 Liubov Chuprikova <[email protected]> Andreas Tille <[email protected]> ===================================== debian/rules ===================================== @@ -19,5 +19,5 @@ export PYBUILD_AFTER_INSTALL=ln -vsf \ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3 --cov=q2_metadata" + dh_auto_test -- -a custom --test-args="cd {build_dir}; py.test-3 --cov=q2_metadata" endif ===================================== debian/upstream/metadata ===================================== @@ -1,5 +1,5 @@ Reference: - - Author: > +- Author: > Evan Bolyen and Jai Ram Rideout and Matthew R Dillon and Nicholas A Bokulich and Christian Abnet and Gabriel A Al-Ghalith and Harriet Alexander and Eric J Alm and Manimozhiyan Arumugam and Francesco @@ -33,12 +33,13 @@ Reference: Wang and Jonathan Warren and Kyle C Weber and Chase HD Williamson and Amy D Willis and Zhenjiang Zech Xu and Jesse R Zaneveld and Yilong Zhang and Qiyun Zhu and Rob Knight and J Gregory Caporaso - Title: > + Title: > Reproducible, interactive, scalable and extensible microbiome data science using QIIME 2 - Journal: Nature Biotechnology - Year: 2019 - Volume: 37 - DOI: 10.1038/s41587-019-0209-9 - URL: https://www.nature.com/articles/s41587-019-0209-9 - eprint: https://www.nature.com/articles/s41587-019-0209-9.pdf + Journal: Nature Biotechnology + Year: 2019 + Volume: 37 + DOI: 10.1038/s41587-019-0209-9 + URL: https://www.nature.com/articles/s41587-019-0209-9 + eprint: https://www.nature.com/articles/s41587-019-0209-9.pdf +Repository: https://github.com/qiime2/q2-metadata ===================================== q2_metadata/_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 = " (tag: 2019.7.0)" - git_full = "086878c99a3d75dbafa6df1cccdc78b32f1e0fa3" - git_date = "2019-07-30 18:15:51 +0000" + git_refnames = " (tag: 2019.10.0)" + git_full = "76fc6b114c16abcf7cc6fb8299557c3b8f6e140e" + git_date = "2019-11-01 01:04:25 +0000" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/compare/3aa7cd460a1d8f179d47cafdcfcb9a5f9dc2cf22...70b8e892eff45ae80f88e5d0ab3251a079f1203b -- View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/compare/3aa7cd460a1d8f179d47cafdcfcb9a5f9dc2cf22...70b8e892eff45ae80f88e5d0ab3251a079f1203b 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
