[med-svn] [Git][med-team/q2templates][master] 3 commits: New upstream version 2019.7.0+dfsg

Liubov Chuprikova gitlab at salsa.debian.org
Thu Sep 5 14:34:47 BST 2019



Liubov Chuprikova pushed to branch master at Debian Med / q2templates


Commits:
663ac1a7 by Liubov Chuprikova at 2019-09-05T13:02:13Z
New upstream version 2019.7.0+dfsg
- - - - -
e749cbc0 by Liubov Chuprikova at 2019-09-05T13:02:13Z
Update upstream source from tag 'upstream/2019.7.0+dfsg'

Update to upstream version '2019.7.0+dfsg'
with Debian dir bd0aae476c480534fe660f75ecbbf82f1463930a
- - - - -
8717a500 by Liubov Chuprikova at 2019-09-05T13:05:30Z
New upstream version

- - - - -


5 changed files:

- .travis.yml
- debian/changelog
- q2templates/_version.py
- + q2templates/templates/assets/css/base-template.css
- q2templates/templates/base.html


Changes:

=====================================
.travis.yml
=====================================
@@ -11,8 +11,8 @@ before_install:
   - conda update -q conda
   - conda info -a
 install:
-  - wget -q https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py35-linux-conda.yml
-  - conda env create -q -n test-env --file qiime2-latest-py35-linux-conda.yml
+  - wget -q https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-linux-conda.yml
+  - conda env create -q -n test-env --file qiime2-latest-py36-linux-conda.yml
   - source activate test-env
   - conda install -q pytest
   - pip install -q flake8


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+q2templates (2019.7.0+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream version 
+
+ -- Liubov Chuprikova <chuprikovalv at gmail.com>  Thu, 05 Sep 2019 15:03:37 +0200
+
 q2templates (2019.4.0+dfsg-1) unstable; urgency=medium
 
   * Initial release (Closes: #930151)


=====================================
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.4.0)"
-    git_full = "fd0f3bb97cfd9c136a150418ce0bb8e260f7e9b3"
-    git_date = "2019-05-03 04:14:46 +0000"
+    git_refnames = " (tag: 2019.7.0)"
+    git_full = "b9219ae56491b2bd01389ce298f77bb3a9cee46a"
+    git_date = "2019-07-30 18:15:56 +0000"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 


=====================================
q2templates/templates/assets/css/base-template.css
=====================================
@@ -0,0 +1,13 @@
+/*
+----------------------------------------------------------------------------
+Copyright (c) 2016-2019, QIIME 2 development team.
+
+Distributed under the terms of the Modified BSD License.
+
+The full license is in the file LICENSE, distributed with this software.
+----------------------------------------------------------------------------
+*/
+
+table.dataframe thead th, table.dataframe td{
+  text-align: center;
+}


=====================================
q2templates/templates/base.html
=====================================
@@ -7,13 +7,14 @@
     <title>{% block title %}{{ q2templates_default_page_title }}{% endblock %}</title>
     <link rel="stylesheet" href="./q2templateassets/css/bootstrap.min.css"/>
     <link rel="stylesheet" href="./q2templateassets/css/normalize.css"/>
+    <link rel="stylesheet" href="./q2templateassets/css/base-template.css"/>
     <script src="./q2templateassets/js/jquery-3.2.0.min.js" charset="utf-8"></script>
     <script src="./q2templateassets/js/bootstrap.min.js" charset="utf-8"></script>
     {% block head %}
     {% endblock %}
   </head>
   <body>
-    <div class="container-fluid">
+    <div class="container{% block fixed %}-fluid{% endblock %}">
       <div id="q2templatesheader" class="row">
         <div class="col-lg-12">
           <a href="http://qiime2.org/">



View it on GitLab: https://salsa.debian.org/med-team/q2templates/compare/83db89a418af0c54d176cdc4095b1936d5405a4b...8717a50081156452380e876601d0c16d0f8905fe

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2templates/compare/83db89a418af0c54d176cdc4095b1936d5405a4b...8717a50081156452380e876601d0c16d0f8905fe
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/20190905/41e0fb33/attachment-0001.html>


More information about the debian-med-commit mailing list