[med-svn] [Git][med-team/q2-fragment-insertion][master] 6 commits: New upstream version 2022.2.0
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jul 19 18:22:12 BST 2022
Andreas Tille pushed to branch master at Debian Med / q2-fragment-insertion
Commits:
b3683f2d by Andreas Tille at 2022-07-19T17:44:44+02:00
New upstream version 2022.2.0
- - - - -
71271ebd by Andreas Tille at 2022-07-19T17:44:44+02:00
routine-update: New upstream version
- - - - -
ae25d6bb by Andreas Tille at 2022-07-19T17:44:45+02:00
Update upstream source from tag 'upstream/2022.2.0'
Update to upstream version '2022.2.0'
with Debian dir 67eeedbaab54f35bd89b351ca6dedb22be2eade6
- - - - -
85c9e35c by Andreas Tille at 2022-07-19T17:44:45+02:00
routine-update: Standards-Version: 4.6.1
- - - - -
6b30cff2 by Andreas Tille at 2022-07-19T17:52:09+02:00
Adjust versioned (Build-)Depends
- - - - -
829fa900 by Andreas Tille at 2022-07-19T17:53:37+02:00
Upload to unstable
- - - - -
17 changed files:
- LICENSE
- bin/import_references.py
- debian/changelog
- debian/control
- q2_fragment_insertion/__init__.py
- q2_fragment_insertion/_format.py
- q2_fragment_insertion/_insertion.py
- q2_fragment_insertion/_transformer.py
- q2_fragment_insertion/_type.py
- q2_fragment_insertion/_version.py
- q2_fragment_insertion/plugin_setup.py
- q2_fragment_insertion/tests/__init__.py
- q2_fragment_insertion/tests/test_formats.py
- q2_fragment_insertion/tests/test_insertion.py
- q2_fragment_insertion/tests/test_transformers.py
- q2_fragment_insertion/tests/test_types.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
=====================================
bin/import_references.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.
#
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+q2-fragment-insertion (2022.2.0-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Standards-Version: 4.6.1 (routine-update)
+ * Adjust versioned (Build-)Depends
+
+ -- Andreas Tille <tille at debian.org> Tue, 19 Jul 2022 17:52:24 +0200
+
q2-fragment-insertion (2021.8.0-3) unstable; urgency=medium
* Initial release (Closes: #977115)
=====================================
debian/control
=====================================
@@ -7,13 +7,13 @@ Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
- qiime (>= 2021.8.0),
+ qiime (>= 2022.2.0),
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-biom-format <!nocheck>,
python3-skbio <!nocheck>,
sepp <!nocheck>
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/q2-fragment-insertion
Vcs-Git: https://salsa.debian.org/med-team/q2-fragment-insertion.git
Homepage: https://qiime2.org/
@@ -24,7 +24,7 @@ Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
- qiime (>= 2020.11.0),
+ qiime (>= 2022.2.0),
python3-biom-format,
python3-skbio,
q2-types
=====================================
q2_fragment_insertion/__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_fragment_insertion/_format.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_fragment_insertion/_insertion.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_fragment_insertion/_transformer.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_fragment_insertion/_type.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_fragment_insertion/_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 = "45be95bdc8cf0183506d9e11e8caf394b11a42da"
- git_date = "2021-09-09 18:35:31 +0000"
+ git_refnames = " (tag: 2022.2.0)"
+ git_full = "c7ee1723315f70e539aece7f33033a76d743bd50"
+ git_date = "2022-02-18 19:29:20 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
=====================================
q2_fragment_insertion/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_fragment_insertion/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_fragment_insertion/tests/test_formats.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_fragment_insertion/tests/test_insertion.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_fragment_insertion/tests/test_transformers.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_fragment_insertion/tests/test_types.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-fragment-insertion/-/compare/63c1aad6ad941b49bd00fc7007f3cbc2ecdce953...829fa9005aa21d0d168f1a1ba3fc30a90fd51801
--
View it on GitLab: https://salsa.debian.org/med-team/q2-fragment-insertion/-/compare/63c1aad6ad941b49bd00fc7007f3cbc2ecdce953...829fa9005aa21d0d168f1a1ba3fc30a90fd51801
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/20220719/218212dd/attachment-0001.htm>
More information about the debian-med-commit
mailing list