[med-svn] [Git][med-team/q2-demux][upstream] New upstream version 2020.11.1
Steffen Möller
gitlab at salsa.debian.org
Mon Dec 7 22:08:20 GMT 2020
Steffen Möller pushed to branch upstream at Debian Med / q2-demux
Commits:
509048dd by Steffen Moeller at 2020-12-07T23:02:20+01:00
New upstream version 2020.11.1
- - - - -
4 changed files:
- .gitignore
- Makefile
- − q2_demux/_summarize/assets/package-lock.json
- q2_demux/_version.py
Changes:
=====================================
.gitignore
=====================================
@@ -72,3 +72,4 @@ target/
.DS_Store
node_modules
+package-lock.json
=====================================
Makefile
=====================================
@@ -16,7 +16,7 @@ test-cov: all
q2_demux/_summarize/assets/dist:
cd q2_demux/_summarize/assets && \
- npm install && \
+ npm install --no-save && \
npm run build && \
cp licenses/* dist/
=====================================
q2_demux/_summarize/assets/package-lock.json deleted
=====================================
The diff for this file was not included because it is too large.
=====================================
q2_demux/_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 = "3d775a03bb152c30b2b0fd57b5f44a4c1d2f4273"
- git_date = "2020-11-25 17:13:07 +0000"
+ git_refnames = " (HEAD -> master, tag: 2020.11.1)"
+ git_full = "5769fc493a3a6479b2d648151fb1a10c8b1426fd"
+ git_date = "2020-12-05 20:44:49 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
View it on GitLab: https://salsa.debian.org/med-team/q2-demux/-/commit/509048dd2bf836eced94ac442dd7bb702f7bd676
--
View it on GitLab: https://salsa.debian.org/med-team/q2-demux/-/commit/509048dd2bf836eced94ac442dd7bb702f7bd676
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/20201207/eaee3bc5/attachment-0001.html>
More information about the debian-med-commit
mailing list