[med-svn] [Git][med-team/q2-taxa][master] 6 commits: New upstream version 2020.11.1+dfsg
Andreas Tille
gitlab at salsa.debian.org
Sat Jan 23 06:25:06 GMT 2021
Andreas Tille pushed to branch master 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
- - - - -
0386ab19 by Andreas Tille at 2021-01-23T07:20:28+01:00
routine-update: New upstream version
- - - - -
8f2e9a16 by Andreas Tille at 2021-01-23T07:20:29+01:00
Update upstream source from tag 'upstream/2020.11.1+dfsg'
Update to upstream version '2020.11.1+dfsg'
with Debian dir ed418089e26b0f8a871be0577b6c051b85d65f20
- - - - -
ce3639be by Andreas Tille at 2021-01-23T07:20:37+01:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
0cd12cbd by Andreas Tille at 2021-01-23T07:20:38+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
685b46d9 by Andreas Tille at 2021-01-23T07:24:38+01:00
routine-update: Ready to upload to unstable
- - - - -
6 changed files:
- .gitignore
- Makefile
- debian/changelog
- debian/copyright
- debian/rules
- 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/
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+q2-taxa (2020.11.1+dfsg-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Trim trailing whitespace.
+
+ -- Andreas Tille <tille at debian.org> Sat, 23 Jan 2021 07:20:39 +0100
+
q2-taxa (2020.11.0+dfsg-1) unstable; urgency=medium
* Team upload
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: QIIME 2
Source: https://github.com/qiime2/q2-taxa/releases
-Files-Excluded: q2_taxa/assets/barplot/licenses
+Files-Excluded: q2_taxa/assets/barplot/licenses
Files: *
Copyright: 2016-2019 QIIME 2 development team
=====================================
debian/rules
=====================================
@@ -23,4 +23,3 @@ endif
override_dh_auto_clean:
dh_auto_clean
rm -f q2_taxa.egg-info/PKG-INFO q2_taxa.egg-info/SOURCES.txt q2_taxa.egg-info/dependency_links.txt q2_taxa.egg-info/entry_points.txt q2_taxa.egg-info/not-zip-safe q2_taxa.egg-info/top_level.txt
-
=====================================
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/-/compare/3ea82abc3eb6738587a552edac866d301cfcc7f6...685b46d9fd6fe07f30a62e514ad205d8bfcea818
--
View it on GitLab: https://salsa.debian.org/med-team/q2-taxa/-/compare/3ea82abc3eb6738587a552edac866d301cfcc7f6...685b46d9fd6fe07f30a62e514ad205d8bfcea818
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/6423a3b6/attachment-0001.html>
More information about the debian-med-commit
mailing list