[med-svn] [Git][med-team/q2-taxa][upstream] New upstream version 2020.11.1+dfsg
Andreas Tille
gitlab at salsa.debian.org
Sat Jan 23 06:25:09 GMT 2021
Andreas Tille pushed to branch upstream at Debian Med / q2-taxa
Commits:
c3237425 by Andreas Tille at 2021-01-23T07:20:28+01:00
New upstream version 2020.11.1+dfsg
- - - - -
3 changed files:
- .gitignore
- Makefile
- q2_taxa/_version.py
Changes:
=====================================
.gitignore
=====================================
@@ -70,3 +70,4 @@ target/
.DS_Store
node_modules
+package-lock.json
=====================================
Makefile
=====================================
@@ -16,7 +16,7 @@ test-cov: all
q2_taxa/assets/barplot/dist:
cd q2_taxa/assets/barplot && \
- npm install && \
+ npm install --no-save && \
npm run build && \
cp licenses/* dist/
=====================================
q2_taxa/_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: 2020.11.0)"
- git_full = "a1df1f9eb4d1d639232837330a553afdabcbf7ec"
- git_date = "2020-11-25 17:13:07 +0000"
+ git_refnames = " (tag: 2020.11.1)"
+ git_full = "1499d2d7a5f0bd958e19f8b2fffb6205e8fe50ad"
+ 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-taxa/-/commit/c3237425c6bd4a83d842e66717a3feafaed1f4a4
--
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/-/commit/c3237425c6bd4a83d842e66717a3feafaed1f4a4
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/20210123/18d019ae/attachment-0001.html>
More information about the debian-med-commit
mailing list