diff -Nru q2-metadata-2021.8.0/debian/changelog q2-metadata-2022.2.0/debian/changelog --- q2-metadata-2021.8.0/debian/changelog 2021-09-29 16:05:43.000000000 +0000 +++ q2-metadata-2022.2.0/debian/changelog 2022-07-20 12:56:08.000000000 +0000 @@ -1,3 +1,12 @@ +q2-metadata (2022.2.0-1) unstable; urgency=medium + + * Team upload. + * New upstream version + * Standards-Version: 4.6.1 (routine-update) + * Bump versioned (Build-)Depends to latest qiime version + + -- Andreas Tille Wed, 20 Jul 2022 14:56:08 +0200 + q2-metadata (2021.8.0-1) unstable; urgency=medium * Team upload. diff -Nru q2-metadata-2021.8.0/debian/control q2-metadata-2022.2.0/debian/control --- q2-metadata-2021.8.0/debian/control 2021-09-29 16:05:43.000000000 +0000 +++ q2-metadata-2022.2.0/debian/control 2022-07-20 12:56:08.000000000 +0000 @@ -13,10 +13,10 @@ python3-pandas, python3-skbio, libjs-jquery-datatables, - qiime (>= 2021.8.0), - q2templates (>= 2021.8.0), - q2-types (>= 2021.8.0) -Standards-Version: 4.6.0 + qiime (>= 2022.2.0), + q2templates (>= 2022.2.0), + q2-types (>= 2022.2.0) +Standards-Version: 4.6.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/ @@ -32,9 +32,9 @@ python3-pandas, python3-skbio, libjs-jquery-datatables, - qiime (>= 2021.8.0), - q2templates (>= 2021.8.0), - q2-types (>= 2021.8.0) + qiime (>= 2022.2.0), + q2templates (>= 2022.2.0), + q2-types (>= 2022.2.0) Description: QIIME 2 plugin for working with and visualizing Metadata QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency. QIIME 2 enables diff -Nru q2-metadata-2021.8.0/LICENSE q2-metadata-2022.2.0/LICENSE --- q2-metadata-2021.8.0/LICENSE 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/LICENSE 2022-02-18 18:30:30.000000000 +0000 @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2017-2021, QIIME 2 development team. +Copyright (c) 2017-2022, QIIME 2 development team. All rights reserved. Redistribution and use in source and binary forms, with or without diff -Nru q2-metadata-2021.8.0/q2_metadata/_distance.py q2-metadata-2022.2.0/q2_metadata/_distance.py --- q2-metadata-2021.8.0/q2_metadata/_distance.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/_distance.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/__init__.py q2-metadata-2022.2.0/q2_metadata/__init__.py --- q2-metadata-2021.8.0/q2_metadata/__init__.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/__init__.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/plugin_setup.py q2-metadata-2022.2.0/q2_metadata/plugin_setup.py --- q2-metadata-2021.8.0/q2_metadata/plugin_setup.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/plugin_setup.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/_tabulate.py q2-metadata-2022.2.0/q2_metadata/_tabulate.py --- q2-metadata-2021.8.0/q2_metadata/_tabulate.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/_tabulate.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/tests/__init__.py q2-metadata-2022.2.0/q2_metadata/tests/__init__.py --- q2-metadata-2021.8.0/q2_metadata/tests/__init__.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/tests/__init__.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/tests/test_distance.py q2-metadata-2022.2.0/q2_metadata/tests/test_distance.py --- q2-metadata-2021.8.0/q2_metadata/tests/test_distance.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/tests/test_distance.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/tests/test_plugin_setup.py q2-metadata-2022.2.0/q2_metadata/tests/test_plugin_setup.py --- q2-metadata-2021.8.0/q2_metadata/tests/test_plugin_setup.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/tests/test_plugin_setup.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/tests/test_tabulate.py q2-metadata-2022.2.0/q2_metadata/tests/test_tabulate.py --- q2-metadata-2021.8.0/q2_metadata/tests/test_tabulate.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/tests/test_tabulate.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff -Nru q2-metadata-2021.8.0/q2_metadata/_version.py q2-metadata-2022.2.0/q2_metadata/_version.py --- q2-metadata-2021.8.0/q2_metadata/_version.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/q2_metadata/_version.py 2022-02-18 18:30:30.000000000 +0000 @@ -23,9 +23,9 @@ # 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: 2021.8.0)" - git_full = "1ba2cc31a9e49ab8db82e172d62088dbc0c2fc61" - git_date = "2021-09-09 18:35:29 +0000" + git_refnames = " (tag: 2022.2.0)" + git_full = "47baad6a097b8b97591e7cf70acb89b26af1eb02" + git_date = "2022-02-18 18:30:30 +0000" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords diff -Nru q2-metadata-2021.8.0/setup.py q2-metadata-2022.2.0/setup.py --- q2-metadata-2021.8.0/setup.py 2021-09-09 18:35:29.000000000 +0000 +++ q2-metadata-2022.2.0/setup.py 2022-02-18 18:30:30.000000000 +0000 @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2017-2021, QIIME 2 development team. +# Copyright (c) 2017-2022, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. #