[med-svn] [Git][med-team/q2cli][upstream] New upstream version 2025.10.1

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Dec 1 11:57:07 GMT 2025



Andreas Tille pushed to branch upstream at Debian Med / q2cli


Commits:
de159840 by Andreas Tille at 2025-12-01T12:55:23+01:00
New upstream version 2025.10.1
- - - - -


2 changed files:

- pyproject.toml
- q2cli/builtin/tools.py


Changes:

=====================================
pyproject.toml
=====================================
@@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta"
 
 [tool.versioningit.vcs]
 method = "git-archive"
-describe-subst = "2026.1.0.dev0"
+describe-subst = "2025.10.1"
 default-tag = "0.0.1"
 
 [tool.versioningit.next-version]


=====================================
q2cli/builtin/tools.py
=====================================
@@ -1640,9 +1640,18 @@ def annotation_fetch(input_path, name, verbose):
     click.echo(CONFIG.cfg_style('type', "type")+":      ", nl=False)
     click.echo(annotation.annotation_type)
     if verbose:
-        click.echo('', nl=True)
-        click.echo(CONFIG.cfg_style('type', "contents")+":  ", nl=False)
-        click.echo(annotation.contents)
+        if annotation.annotation_type == 'Signature':
+            click.echo('', nl=True)
+            click.echo(CONFIG.cfg_style('type', "signer_name")+": ", nl=False)
+            click.echo(annotation.signer_name)
+            click.echo(CONFIG.cfg_style('type', "signer_email")+": ", nl=False)
+            click.echo(annotation.signer_email)
+            click.echo(CONFIG.cfg_style('type', "fingerprint")+": ", nl=False)
+            click.echo(annotation.fingerprint)
+        else:
+            click.echo('', nl=True)
+            click.echo(CONFIG.cfg_style('type', "contents")+":  ", nl=False)
+            click.echo(annotation.contents)
 
 
 @tools.command(



View it on GitLab: https://salsa.debian.org/med-team/q2cli/-/commit/de159840e93df03fd110a158c874b676950bec4c

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2cli/-/commit/de159840e93df03fd110a158c874b676950bec4c
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/20251201/7b3a185c/attachment-0001.htm>


More information about the debian-med-commit mailing list