New Upstream Release - q2-taxa

Ready changes

Summary

Merged new upstream version: 2023.2.0+dfsg (was: 2022.11.1+dfsg).

Diff

diff --git a/LICENSE b/LICENSE
index fbb55a5..eafc7a8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2016-2022, QIIME 2 development team.
+Copyright (c) 2016-2023, QIIME 2 development team.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/debian/changelog b/debian/changelog
index faa2629..1557f68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+q2-taxa (2023.2.0+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 14 Mar 2023 13:11:07 -0000
+
 q2-taxa (2022.11.1+dfsg-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/0001-make-compatible-with-webpack5.patch b/debian/patches/0001-make-compatible-with-webpack5.patch
index e03a1be..915a155 100644
--- a/debian/patches/0001-make-compatible-with-webpack5.patch
+++ b/debian/patches/0001-make-compatible-with-webpack5.patch
@@ -1,8 +1,10 @@
 Description: webpack.config.js in incompatible with webpack4+ API, Hence did the needed changes
 Author: Nilesh Patra <npatra974@gmail.com>
 Last-Update: 2021-01-13
---- a/q2_taxa/assets/barplot/webpack.config.js
-+++ b/q2_taxa/assets/barplot/webpack.config.js
+Index: q2-taxa.git/q2_taxa/assets/barplot/webpack.config.js
+===================================================================
+--- q2-taxa.git.orig/q2_taxa/assets/barplot/webpack.config.js
++++ q2-taxa.git/q2_taxa/assets/barplot/webpack.config.js
 @@ -1,38 +1,38 @@
  var path = require('path');
  var webpack = require('webpack');
diff --git a/q2_taxa/__init__.py b/q2_taxa/__init__.py
index de87c72..b28c1aa 100644
--- a/q2_taxa/__init__.py
+++ b/q2_taxa/__init__.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/_examples.py b/q2_taxa/_examples.py
index 397427b..6ae9c54 100644
--- a/q2_taxa/_examples.py
+++ b/q2_taxa/_examples.py
@@ -1,20 +1,18 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
 # The full license is in the file LICENSE, distributed with this software.
 # ----------------------------------------------------------------------------
 
-import qiime2
-
 table_url = ('https://data.qiime2.org/usage-examples/'
              'moving-pictures/gut-table.qza')
 taxonomy_url = ('https://data.qiime2.org/usage-examples/'
                 'moving-pictures/taxonomy.qza')
 
-metadata_url = (f'https://data.qiime2.org/{qiime2.__release__}/tutorials/'
-                'moving-pictures/sample_metadata.tsv')
+metadata_url = ('https://data.qiime2.org/usage-examples/'
+                'moving-pictures/sample-metadata.tsv')
 
 
 def collapse_example(use):
diff --git a/q2_taxa/_method.py b/q2_taxa/_method.py
index e938e99..81ed60e 100644
--- a/q2_taxa/_method.py
+++ b/q2_taxa/_method.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/_util.py b/q2_taxa/_util.py
index 33db166..5cbd476 100644
--- a/q2_taxa/_util.py
+++ b/q2_taxa/_util.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/_version.py b/q2_taxa/_version.py
index 18e9491..d4862dc 100644
--- a/q2_taxa/_version.py
+++ b/q2_taxa/_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: 2022.11.1)"
-    git_full = "d3288c4e0882df166b7f40205a83d3cc50318609"
-    git_date = "2022-12-21 21:39:27 +0000"
+    git_refnames = " (tag: 2023.2.0)"
+    git_full = "7fb65e8c4a7ed101b917044a010dc4f7ab263474"
+    git_date = "2023-02-27 22:21:27 +0000"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 
diff --git a/q2_taxa/_visualizer.py b/q2_taxa/_visualizer.py
index bb68544..8208e19 100644
--- a/q2_taxa/_visualizer.py
+++ b/q2_taxa/_visualizer.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/plugin_setup.py b/q2_taxa/plugin_setup.py
index 7d1f090..7b81b51 100644
--- a/q2_taxa/plugin_setup.py
+++ b/q2_taxa/plugin_setup.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/tests/__init__.py b/q2_taxa/tests/__init__.py
index 856ea5f..6b775ca 100644
--- a/q2_taxa/tests/__init__.py
+++ b/q2_taxa/tests/__init__.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/tests/test_methods.py b/q2_taxa/tests/test_methods.py
index 1c45fc3..0dd2a84 100644
--- a/q2_taxa/tests/test_methods.py
+++ b/q2_taxa/tests/test_methods.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/tests/test_plugin_setup.py b/q2_taxa/tests/test_plugin_setup.py
index 31512b0..0d0f256 100644
--- a/q2_taxa/tests/test_plugin_setup.py
+++ b/q2_taxa/tests/test_plugin_setup.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/q2_taxa/tests/test_visualizer.py b/q2_taxa/tests/test_visualizer.py
index 2738aa8..cf1f98c 100644
--- a/q2_taxa/tests/test_visualizer.py
+++ b/q2_taxa/tests/test_visualizer.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #
diff --git a/setup.py b/setup.py
index 6cc3dc2..72d5bac 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 # ----------------------------------------------------------------------------
-# Copyright (c) 2016-2022, QIIME 2 development team.
+# Copyright (c) 2016-2023, QIIME 2 development team.
 #
 # Distributed under the terms of the Modified BSD License.
 #

More details

Full run details

Historical runs