[med-svn] [Git][med-team/q2templates][upstream] New upstream version 2020.11.0+dfsg
Steffen Möller
gitlab at salsa.debian.org
Wed Dec 2 16:45:26 GMT 2020
Steffen Möller pushed to branch upstream at Debian Med / q2templates
Commits:
68a67cc9 by Steffen Moeller at 2020-12-02T17:38:30+01:00
New upstream version 2020.11.0+dfsg
- - - - -
13 changed files:
- LICENSE
- ci/recipe/meta.yaml
- 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-2019, QIIME 2 development team.
+Copyright (c) 2016-2020, QIIME 2 development team.
All rights reserved.
Redistribution and use in source and binary forms, with or without
=====================================
ci/recipe/meta.yaml
=====================================
@@ -21,7 +21,7 @@ requirements:
- python {{ python }}
- setuptools
- jinja2
- - pandas
+ - pandas >=1
test:
imports:
=====================================
q2templates/__init__.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2019, QIIME 2 development team.
+# Copyright (c) 2016-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2templates/_templates.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2019, QIIME 2 development team.
+# Copyright (c) 2016-2020, 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: 2019.10.0)"
- git_full = "2ea56bdbdb44d38e1bdbc9f9516cc42793911321"
- git_date = "2019-11-01 01:04:25 +0000"
+ git_refnames = " (HEAD -> master, tag: 2020.11.0)"
+ git_full = "14e0b7fcb48a3350798eeb1aa6606f49e563f115"
+ git_date = "2020-11-25 17:13:09 +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-2019, QIIME 2 development team.
+Copyright (c) 2016-2020, 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-2019, QIIME 2 development team.
+Copyright (c) 2016-2020, 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-2019, QIIME 2 development team.
+// Copyright (c) 2016-2020, 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-2019, QIIME 2 development team.
+// Copyright (c) 2016-2020, QIIME 2 development team.
//
// Distributed under the terms of the Modified BSD License.
//
=====================================
q2templates/tests/__init__.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2019, QIIME 2 development team.
+# Copyright (c) 2016-2020, 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-2019, QIIME 2 development team.
+# Copyright (c) 2016-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2templates/util.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2019, QIIME 2 development team.
+# Copyright (c) 2016-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
setup.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2016-2019, QIIME 2 development team.
+# Copyright (c) 2016-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/commit/68a67cc9007076a3aba36cc5ae41c6887b8fe4b1
--
View it on GitLab: https://salsa.debian.org/med-team/q2templates/-/commit/68a67cc9007076a3aba36cc5ae41c6887b8fe4b1
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/20201202/9da9e240/attachment-0001.html>
More information about the debian-med-commit
mailing list