[med-svn] [Git][med-team/q2templates][master] 5 commits: routine-update: New upstream version

Steffen Möller (@moeller) gitlab at salsa.debian.org
Thu Jun 30 17:54:42 BST 2022



Steffen Möller pushed to branch master at Debian Med / q2templates


Commits:
4d2584b3 by Steffen Moeller at 2022-06-30T18:52:09+02:00
routine-update: New upstream version

- - - - -
dd3ae460 by Steffen Moeller at 2022-06-30T18:52:10+02:00
New upstream version 2022.2.0+ds
- - - - -
10adcb4e by Steffen Moeller at 2022-06-30T18:52:10+02:00
Update upstream source from tag 'upstream/2022.2.0+ds'

Update to upstream version '2022.2.0+ds'
with Debian dir f779f384101ff50756d158bc18d37e0ca29883fe
- - - - -
3a0eef9c by Steffen Moeller at 2022-06-30T18:52:10+02:00
routine-update: Standards-Version: 4.6.1

- - - - -
cd45ffa2 by Steffen Moeller at 2022-06-30T18:53:30+02:00
routine-update: Remove trailing whitespace in debian/changelog

- - - - -


14 changed files:

- LICENSE
- debian/changelog
- debian/control
- q2templates/__init__.py
- q2templates/_templates.py
- q2templates/_version.py
- q2templates/templates/assets/css/base-template.css
- q2templates/templates/assets/css/tab-parent.css
- q2templates/templates/assets/js/child.js
- q2templates/templates/assets/js/parent.js
- q2templates/tests/__init__.py
- q2templates/tests/test_util.py
- q2templates/util.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,11 @@
+q2templates (2022.2.0+ds-1) unstable; urgency=medium
+
+  * New upstream version
+  * Standards-Version: 4.6.1 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+
+ -- Steffen Möller <moeller at debian.org>  Thu, 30 Jun 2022 18:52:23 +0200
+
 q2templates (2021.8.0+ds-1) unstable; urgency=medium
 
   [ Étienne Mollier ]
@@ -10,7 +18,7 @@ q2templates (2021.8.0+ds-1) unstable; urgency=medium
   * d/u/metadata: Cosmetics.
   * d/watch:
     - Cosmetics.
-    - Repacking as xz (saves ~40%) 
+    - Repacking as xz (saves ~40%)
     - Introducing +ds suffix
   * Added SM to uploaders.
 


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-pytest,
                python3-pandas,
                python3-jinja2
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/med-team/q2templates
 Vcs-Git: https://salsa.debian.org/med-team/q2templates.git
 Homepage: https://qiime2.org/


=====================================
q2templates/__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.
 #


=====================================
q2templates/_templates.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.
 #


=====================================
q2templates/_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 = "9450045c0c56dfacc46202cc1e3f1bcbfabca528"
-    git_date = "2021-09-09 18:35:29 +0000"
+    git_refnames = " (tag: 2022.2.0)"
+    git_full = "50431270940cadf1adef883b338c52c4dfa8b8be"
+    git_date = "2022-02-18 17:55:08 +0000"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 


=====================================
q2templates/templates/assets/css/base-template.css
=====================================
@@ -1,6 +1,6 @@
 /*
 ----------------------------------------------------------------------------
-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.
 


=====================================
q2templates/templates/assets/css/tab-parent.css
=====================================
@@ -1,6 +1,6 @@
 /*
 ----------------------------------------------------------------------------
-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.
 


=====================================
q2templates/templates/assets/js/child.js
=====================================
@@ -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.
 //


=====================================
q2templates/templates/assets/js/parent.js
=====================================
@@ -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.
 //


=====================================
q2templates/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.
 #


=====================================
q2templates/tests/test_util.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.
 #


=====================================
q2templates/util.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/q2templates/-/compare/fdd93fa79b2bb4fa8d3dd958acb71eadf3f23ebd...cd45ffa24653515210f17833acef12820539b2ac

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/compare/fdd93fa79b2bb4fa8d3dd958acb71eadf3f23ebd...cd45ffa24653515210f17833acef12820539b2ac
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/20220630/aebf2575/attachment-0001.htm>


More information about the debian-med-commit mailing list