[med-svn] [Git][med-team/q2-quality-filter][master] 6 commits: routine-update: New upstream version
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Jul 20 15:44:05 BST 2022
Andreas Tille pushed to branch master at Debian Med / q2-quality-filter
Commits:
28868e27 by Andreas Tille at 2022-07-20T16:39:38+02:00
routine-update: New upstream version
- - - - -
f3dbbc40 by Andreas Tille at 2022-07-20T16:39:39+02:00
New upstream version 2022.2.0
- - - - -
b80b48f3 by Andreas Tille at 2022-07-20T16:39:39+02:00
Update upstream source from tag 'upstream/2022.2.0'
Update to upstream version '2022.2.0'
with Debian dir a4a0caaad9f4b8295abe92ab082a0a16a20772e9
- - - - -
16b0b410 by Andreas Tille at 2022-07-20T16:39:39+02:00
routine-update: Standards-Version: 4.6.1
- - - - -
f53091cd by Andreas Tille at 2022-07-20T16:41:27+02:00
Bump versioned (Build-)Depends of q2-* packages to 2022.2.0
- - - - -
420cc8fe by Andreas Tille at 2022-07-20T16:42:34+02:00
Upload to unstable
- - - - -
13 changed files:
- LICENSE
- debian/changelog
- debian/control
- q2_quality_filter/__init__.py
- q2_quality_filter/_filter.py
- q2_quality_filter/_format.py
- q2_quality_filter/_transformer.py
- q2_quality_filter/_type.py
- q2_quality_filter/_version.py
- q2_quality_filter/plugin_setup.py
- q2_quality_filter/test/__init__.py
- q2_quality_filter/test/test_filter.py
- setup.py
Changes:
=====================================
LICENSE
=====================================
@@ -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
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+q2-quality-filter (2022.2.0-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Standards-Version: 4.6.1 (routine-update)
+ * Bump versioned (Build-)Depends of q2-* packages to 2022.2.0
+
+ -- Andreas Tille <tille at debian.org> Wed, 20 Jul 2022 16:41:33 +0200
+
q2-quality-filter (2021.8.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -9,10 +9,10 @@ Build-Depends: debhelper-compat (= 13),
python3,
python3-setuptools,
python3-nose,
- 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-quality-filter
Vcs-Git: https://salsa.debian.org/med-team/q2-quality-filter.git
Homepage: https://qiime2.org/
@@ -24,9 +24,9 @@ Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3-pandas,
- 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: QIIME2 plugin for PHRED-based filtering and trimming
QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
package with a focus on data and analysis transparency. QIIME 2 enables
=====================================
q2_quality_filter/__init__.py
=====================================
@@ -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.
#
=====================================
q2_quality_filter/_filter.py
=====================================
@@ -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.
#
=====================================
q2_quality_filter/_format.py
=====================================
@@ -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.
#
=====================================
q2_quality_filter/_transformer.py
=====================================
@@ -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.
#
=====================================
q2_quality_filter/_type.py
=====================================
@@ -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.
#
=====================================
q2_quality_filter/_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: 2021.8.0)"
- git_full = "16889091c5e035dc1a849aacdb6e90b55fe096b1"
- git_date = "2021-09-09 18:35:30 +0000"
+ git_refnames = " (tag: 2022.2.0)"
+ git_full = "191a5941a2c642796c69683990975a34d51694c5"
+ git_date = "2022-02-18 19:43:37 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
=====================================
q2_quality_filter/plugin_setup.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2021, QIIME 2 development team.
+# Copyright (c) 2016-2022, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_quality_filter/test/__init__.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2021, QIIME 2 development team.
+# Copyright (c) 2016-2022, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_quality_filter/test/test_filter.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2021, QIIME 2 development team.
+# Copyright (c) 2016-2022, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
setup.py
=====================================
@@ -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.
#
View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/-/compare/1d63a906cddfe182f42f6fb39aace3d9397f8a90...420cc8fe3b1da9d04a295467a423be38c5039f4f
--
View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/-/compare/1d63a906cddfe182f42f6fb39aace3d9397f8a90...420cc8fe3b1da9d04a295467a423be38c5039f4f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220720/4c80d81b/attachment-0001.htm>
More information about the debian-med-commit
mailing list