[med-svn] [Git][med-team/q2-metadata][master] 7 commits: routine-update: New upstream version
Étienne Mollier
gitlab at salsa.debian.org
Sat Dec 12 19:41:21 GMT 2020
Étienne Mollier pushed to branch master at Debian Med / q2-metadata
Commits:
d57c5285 by Étienne Mollier at 2020-12-12T16:35:06+01:00
routine-update: New upstream version
- - - - -
0d83e089 by Étienne Mollier at 2020-12-12T16:35:19+01:00
New upstream version 2020.11.1+dfsg
- - - - -
340d3bdb by Étienne Mollier at 2020-12-12T16:35:20+01:00
Update upstream source from tag 'upstream/2020.11.1+dfsg'
Update to upstream version '2020.11.1+dfsg'
with Debian dir 13b487fddaaa3fabe80f61a2ed66385a594e7744
- - - - -
ba7ed4bc by Étienne Mollier at 2020-12-12T16:37:07+01:00
routine-update: Ready to upload to unstable
- - - - -
762b1b6b by Étienne Mollier at 2020-12-12T18:38:43+01:00
Override breakout-link
It affects a javascript component.
- - - - -
bf972bec by Étienne Mollier at 2020-12-12T18:39:01+01:00
bump dependency on qiime 2020.11.1
- - - - -
ae543c5c by Étienne Mollier at 2020-12-12T20:11:55+01:00
fix overrides
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/lintian-overrides
- q2_metadata/_version.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+q2-metadata (2020.11.1+dfsg-1) unstable; urgency=medium
+
+ * New upstream version
+ * Override breakout-link; it affects a javascript component
+ * Bump dependency on Qiime 2 distribution 2020.11.1
+
+ -- Étienne Mollier <etienne.mollier at mailoo.org> Sat, 12 Dec 2020 16:35:24 +0100
+
q2-metadata (2020.11.0+dfsg-1) unstable; urgency=medium
* Add myself to Uploaders.
=====================================
debian/control
=====================================
@@ -12,9 +12,9 @@ Build-Depends: debhelper-compat (= 13),
python3-pandas,
python3-skbio,
libjs-jquery-datatables,
- qiime (>= 2019.10.0),
- q2templates,
- q2-types
+ qiime (>= 2020.11.1),
+ q2templates (>= 2020.11.1),
+ q2-types (>= 2020.11.1)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/q2-metadata
Vcs-Git: https://salsa.debian.org/med-team/q2-metadata.git
@@ -31,9 +31,9 @@ Depends: ${shlibs:Depends},
python3-pandas,
python3-skbio,
libjs-jquery-datatables,
- qiime,
- q2templates,
- q2-types
+ qiime (>= 2020.11.1),
+ q2templates (>= 2020.11.1),
+ q2-types (>= 2020.11.1)
Description: QIIME 2 plugin for working with and visualizing Metadata
QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
package with a focus on data and analysis transparency. QIIME 2 enables
=====================================
debian/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# Until minified javascript becomes architecture dependent, this should be ok:
+q2-metadata: breakout-link usr/*.min.js
=====================================
q2_metadata/_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 = " (HEAD -> master, tag: 2020.11.0)"
- git_full = "6feced3bde2e10b6e4824e064d76a9ad0aac5df4"
- git_date = "2020-11-25 17:13:12 +0000"
+ git_refnames = " (tag: 2020.11.1)"
+ git_full = "6ab5b4a9e543f6c8deeae26e4b5f0be004a8ee21"
+ git_date = "2020-12-05 20:44:48 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/-/compare/3882b8c76f884cc7f6fc9d3d2cb35f97b862bd13...ae543c5cdfee304f85c05e0b0044b042aa920f28
--
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/-/compare/3882b8c76f884cc7f6fc9d3d2cb35f97b862bd13...ae543c5cdfee304f85c05e0b0044b042aa920f28
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/20201212/371649ee/attachment-0001.html>
More information about the debian-med-commit
mailing list