<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Steffen Möller pushed to branch upstream
at <a href="https://salsa.debian.org/med-team/q2cli">Debian Med / q2cli</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/q2cli/-/commit/7214e1c7b2908228a39534886667396199aaf430">7214e1c7</a></strong>
<div>
<span>by Steffen Moeller</span>
<i>at 2021-09-18T19:21:42+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 2021.8.0</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#899ce9c202bf7bb5480e72836c3edc773c9c4244">
<span class="new-file">
+
.github/workflows/ci.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#dea01dd89a3b602828e630677fde5d77c06441c8">
<span class="deleted-file">

.travis.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#0398ccd0f49298b10a3d76a47800d2ebecd49859">
LICENSE
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#243f1ef343e8375e9296d24d5fc49b37a3869bcc">
<span class="deleted-file">

ci/recipe/conda_build_config.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#22fbe0b68848772d4b1c45f0d62dcd71a06cde00">
ci/recipe/meta.yaml
</a>
</li>
<li class="file-stats">
<a href="#c498265f4e3e8768bbc382b650d2bbd2283b53f2">
hooks/50_activate_q2cli_tab_completion.sh
</a>
</li>
<li class="file-stats">
<a href="#bbbaebc3b23edbc86f41413722d48d29eeeb5f58">
q2cli/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#752859f8b4cfcbae3c81b47f46842da291d9d825">
q2cli/__main__.py
</a>
</li>
<li class="file-stats">
<a href="#ba66450cf2f4739dc96974820c344fd32edb89f0">
q2cli/_version.py
</a>
</li>
<li class="file-stats">
<a href="#79ab0b14dff3d9ba5099bcc9a20f5260bd07a8e5">
q2cli/builtin/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#4b9183b04ea8b786b7629167ed36b068044653d0">
q2cli/builtin/dev.py
</a>
</li>
<li class="file-stats">
<a href="#71b88b101d6e0e9e60898a2fdbc162df0c2b301a">
q2cli/builtin/info.py
</a>
</li>
<li class="file-stats">
<a href="#fd958db9213491909191b55c302d3c4274621ebb">
q2cli/builtin/tools.py
</a>
</li>
<li class="file-stats">
<a href="#2670690bb5fc3e71b0d71bad6dea0577a5b0a717">
q2cli/click/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#00a3610cef01cb0a07b0017655f3d8587b7eb372">
q2cli/click/command.py
</a>
</li>
<li class="file-stats">
<a href="#34c31663d5050120ebf76a215b52500c49fb233e">
q2cli/click/option.py
</a>
</li>
<li class="file-stats">
<a href="#515b09fdcee7316575e8e96ae9e326544ba615bc">
q2cli/click/parser.py
</a>
</li>
<li class="file-stats">
<a href="#eecee2226af62de28bd22bef07e8b1dae7cd739a">
q2cli/click/type.py
</a>
</li>
<li class="file-stats">
<a href="#9089f11caa4b0f6ef10f937f509084406dc6e3d0">
q2cli/commands.py
</a>
</li>
<li class="file-stats">
<a href="#e316d94fbce14eef139dc85098304edc0f0ff0d2">
q2cli/core/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#874e9f895446a24ce25c1483df0fb7d11dad5f50">
q2cli/core/cache.py
</a>
</li>
<li class="file-stats">
<a href="#eada752a2adf82b343f70a4bedf2ece9781b60f2">
q2cli/core/completion.py
</a>
</li>
<li class="file-stats">
<a href="#228bb7257239f997ab37f036d1b626a9f7ecafc1">
q2cli/core/config.py
</a>
</li>
<li class="file-stats">
<a href="#c5294f6a9406f7ac7065f91ded809adc5b79b15c">
q2cli/core/usage.py
</a>
</li>
<li class="file-stats">
<a href="#c4467f99066e6470736c8885ad6d10ff73140180">
q2cli/tests/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#dc5f5985a047865b81ba832edeea7666a8a308b7">
q2cli/tests/test_cli.py
</a>
</li>
<li class="file-stats">
<a href="#69859555882ae5b802d6b617deeaece2a2130265">
q2cli/tests/test_core.py
</a>
</li>
<li class="file-stats">
<a href="#504dff2fc7cc96f328a03bfeacd40d11cefbc485">
q2cli/tests/test_dev.py
</a>
</li>
<li class="file-stats">
<a href="#a118f7a6f38ac6924500fb5556f843fdf73e82fb">
q2cli/tests/test_tools.py
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/med-team/q2cli/-/commit/7214e1c7b2908228a39534886667396199aaf430">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/med-team/q2cli/-/commit/7214e1c7b2908228a39534886667396199aaf430"}}</script>


</p>
</div>
</body>
</html>