[med-svn] [Git][med-team/q2-alignment][master] 5 commits: New standard version, preps for update
Steffen Möller (@moeller)
gitlab at salsa.debian.org
Tue Jul 12 22:33:24 BST 2022
Steffen Möller pushed to branch master at Debian Med / q2-alignment
Commits:
62faef01 by Steffen Moeller at 2022-07-12T23:28:29+02:00
New standard version, preps for update
- - - - -
4c64d78c by Steffen Moeller at 2022-07-12T23:28:47+02:00
routine-update: New upstream version
- - - - -
2aac4849 by Steffen Moeller at 2022-07-12T23:28:48+02:00
New upstream version 2022.2.0
- - - - -
d234b613 by Steffen Moeller at 2022-07-12T23:28:49+02:00
Update upstream source from tag 'upstream/2022.2.0'
Update to upstream version '2022.2.0'
with Debian dir fe4d9b3e4aa9515a0bb4a09314a6144ac9c6556d
- - - - -
02862733 by Steffen Moeller at 2022-07-12T23:32:54+02:00
routine-update: Ready to upload to unstable
- - - - -
12 changed files:
- LICENSE
- debian/changelog
- debian/control
- q2_alignment/__init__.py
- q2_alignment/_filter.py
- q2_alignment/_mafft.py
- q2_alignment/_version.py
- q2_alignment/plugin_setup.py
- q2_alignment/tests/__init__.py
- q2_alignment/tests/test_filter.py
- q2_alignment/tests/test_mafft.py
- setup.py
Changes:
=====================================
LICENSE
=====================================
@@ -1,6 +1,6 @@
BSD 3-Clause License
-Copyright (c) 2016-2021, QIIME 2 development team.
+Copyright (c) 2016-2022, QIIME 2 development team.
All rights reserved.
Redistribution and use in source and binary forms, with or without
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+q2-alignment (2022.2.0-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 12 Jul 2022 23:29:13 +0200
+
q2-alignment (2021.8.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -9,10 +9,10 @@ Build-Depends: debhelper-compat (= 13),
python3-setuptools,
python3-skbio,
python3-pytest-cov,
- qiime (>= 2021.8.0),
- q2-types (>= 2021.8.0),
+ qiime (>= 2022.2.1),
+ q2-types (>= 2022.2.0),
mafft
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/q2-alignment
Vcs-Git: https://salsa.debian.org/med-team/q2-alignment.git
Homepage: https://qiime2.org/
@@ -25,9 +25,9 @@ Depends: ${shlibs:Depends},
${python3:Depends},
python3-setuptools,
python3-skbio,
- qiime (>= 2021.8.0),
+ qiime (>= 2022.2.1),
mafft,
- q2-types (>= 2021.8.0)
+ q2-types (>= 2022.2.0)
Suggests: sina
Description: QIIME 2 plugin for generating and manipulating alignments
QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
=====================================
q2_alignment/__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_alignment/_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.
#
=====================================
q2_alignment/_mafft.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_alignment/_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 = "1abd1be756284f20cd172cf9e9b1e713527febfb"
- git_date = "2021-09-09 18:35:30 +0000"
+ git_refnames = " (tag: 2022.2.0)"
+ git_full = "aa423a05a44298c553b9b012a9ff70204ee5ee42"
+ git_date = "2022-02-18 18:14:38 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
=====================================
q2_alignment/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_alignment/tests/__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_alignment/tests/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.
#
=====================================
q2_alignment/tests/test_mafft.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) 2016-2021, QIIME 2 development team.
+# Copyright (c) 2016-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-alignment/-/compare/2eded836f69db7d7c44e2035b9ced56acb1c7db1...02862733c0455dd120819feadab84e252f752024
--
View it on GitLab: https://salsa.debian.org/med-team/q2-alignment/-/compare/2eded836f69db7d7c44e2035b9ced56acb1c7db1...02862733c0455dd120819feadab84e252f752024
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/20220712/e9f322f3/attachment-0001.htm>
More information about the debian-med-commit
mailing list