[med-svn] [Git][med-team/q2-metadata][master] 11 commits: New upstream version 2020.11.0+dfsg
Étienne Mollier
gitlab at salsa.debian.org
Wed Dec 2 17:34:42 GMT 2020
Étienne Mollier pushed to branch master at Debian Med / q2-metadata
Commits:
9bb97386 by Étienne Mollier at 2020-12-02T18:10:40+01:00
New upstream version 2020.11.0+dfsg
- - - - -
79f2807a by Étienne Mollier at 2020-12-02T18:10:40+01:00
routine-update: New upstream version
- - - - -
db9a677d by Étienne Mollier at 2020-12-02T18:10:41+01:00
Update upstream source from tag 'upstream/2020.11.0+dfsg'
Update to upstream version '2020.11.0+dfsg'
with Debian dir afdf5a2cfbffa8c88704639f55f17339af247ecb
- - - - -
68aa905f by Étienne Mollier at 2020-12-02T18:10:41+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
bc414e15 by Étienne Mollier at 2020-12-02T18:10:41+01:00
routine-update: debhelper-compat 13
- - - - -
6b783ce4 by Étienne Mollier at 2020-12-02T18:10:44+01:00
routine-update: Add salsa-ci file
- - - - -
1f3d2699 by Étienne Mollier at 2020-12-02T18:10:44+01:00
routine-update: Rules-Requires-Root: no
- - - - -
94a2aca8 by Étienne Mollier at 2020-12-02T18:10:46+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
79fa9121 by Étienne Mollier at 2020-12-02T18:11:40+01:00
routine-update: Ready to upload to unstable
- - - - -
ab5a0a02 by Étienne Mollier at 2020-12-02T18:32:01+01:00
new upstream version closes #974726
- - - - -
3882b8c7 by Étienne Mollier at 2020-12-02T18:33:35+01:00
add myself to uploaders
- - - - -
16 changed files:
- LICENSE
- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- debian/upstream/metadata
- q2_metadata/__init__.py
- q2_metadata/_distance.py
- q2_metadata/_tabulate.py
- q2_metadata/_version.py
- q2_metadata/plugin_setup.py
- q2_metadata/templates/tabulate/index.html
- q2_metadata/tests/__init__.py
- q2_metadata/tests/test_distance.py
- q2_metadata/tests/test_plugin_setup.py
- q2_metadata/tests/test_tabulate.py
- setup.py
Changes:
=====================================
LICENSE
=====================================
@@ -1,6 +1,6 @@
BSD 3-Clause License
-Copyright (c) 2017-2019, QIIME 2 development team.
+Copyright (c) 2017-2020, QIIME 2 development team.
All rights reserved.
Redistribution and use in source and binary forms, with or without
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+q2-metadata (2020.11.0+dfsg-1) unstable; urgency=medium
+
+ * Add myself to Uploaders.
+ * New upstream version (Closes: #974726)
+ * Standards-Version: 4.5.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Étienne Mollier <etienne.mollier at mailoo.org> Wed, 02 Dec 2020 18:10:46 +0100
+
q2-metadata (2019.10.0+dfsg-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,9 +1,10 @@
Source: q2-metadata
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>
+Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>,
+ Étienne Mollier <etienne.mollier at mailoo.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
@@ -14,10 +15,11 @@ Build-Depends: debhelper-compat (= 12),
qiime (>= 2019.10.0),
q2templates,
q2-types
-Standards-Version: 4.5.0
+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
Homepage: https://qiime2.org/
+Rules-Requires-Root: no
Package: q2-metadata
Architecture: any
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/qiime2/q2-metadata/issues
+Bug-Submit: https://github.com/qiime2/q2-metadata/issues/new
Reference:
- Author: >
Evan Bolyen and Jai Ram Rideout and Matthew R Dillon and Nicholas A
@@ -42,4 +44,5 @@ Reference:
DOI: 10.1038/s41587-019-0209-9
URL: https://www.nature.com/articles/s41587-019-0209-9
eprint: https://www.nature.com/articles/s41587-019-0209-9.pdf
-Repository: https://github.com/qiime2/q2-metadata
+Repository: https://github.com/qiime2/q2-metadata.git
+Repository-Browse: https://github.com/qiime2/q2-metadata
=====================================
q2_metadata/__init__.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_metadata/_distance.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_metadata/_tabulate.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
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 = " (tag: 2019.10.0)"
- git_full = "76fc6b114c16abcf7cc6fb8299557c3b8f6e140e"
- git_date = "2019-11-01 01:04:25 +0000"
+ git_refnames = " (HEAD -> master, tag: 2020.11.0)"
+ git_full = "6feced3bde2e10b6e4824e064d76a9ad0aac5df4"
+ git_date = "2020-11-25 17:13:12 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
=====================================
q2_metadata/plugin_setup.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_metadata/templates/tabulate/index.html
=====================================
@@ -90,7 +90,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2015-2019 Tobias Ahlin
+Copyright (c) 2015-2020 Tobias Ahlin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
=====================================
q2_metadata/tests/__init__.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_metadata/tests/test_distance.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_metadata/tests/test_plugin_setup.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
q2_metadata/tests/test_tabulate.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
=====================================
setup.py
=====================================
@@ -1,5 +1,5 @@
# ----------------------------------------------------------------------------
-# Copyright (c) 2017-2019, QIIME 2 development team.
+# Copyright (c) 2017-2020, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/-/compare/0e5005e8e51b788f0dfb1b75565e5759b305befd...3882b8c76f884cc7f6fc9d3d2cb35f97b862bd13
--
View it on GitLab: https://salsa.debian.org/med-team/q2-metadata/-/compare/0e5005e8e51b788f0dfb1b75565e5759b305befd...3882b8c76f884cc7f6fc9d3d2cb35f97b862bd13
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/20201202/4b78f8c5/attachment-0001.html>
More information about the debian-med-commit
mailing list