[med-svn] [Git][med-team/q2-quality-filter][master] 7 commits: iAutopkgtest for all supported Python3 versions

Andreas Tille (@tille) gitlab at salsa.debian.org
Sun Feb 18 14:21:52 GMT 2024



Andreas Tille pushed to branch master at Debian Med / q2-quality-filter


Commits:
0b28606e by Andreas Tille at 2024-02-18T15:13:51+01:00
iAutopkgtest for all supported Python3 versions

- - - - -
f9d18483 by Andreas Tille at 2024-02-18T15:14:17+01:00
New upstream version 2024.2.0
- - - - -
17e929a5 by Andreas Tille at 2024-02-18T15:14:17+01:00
routine-update: New upstream version

- - - - -
7c90f872 by Andreas Tille at 2024-02-18T15:14:18+01:00
Update upstream source from tag 'upstream/2024.2.0'

Update to upstream version '2024.2.0'
with Debian dir 990e6ac76ca96c603a3122a77742e234efdefd23
- - - - -
dfdf8746 by Andreas Tille at 2024-02-18T15:14:55+01:00
routine-update: Regenerate debian/control from debian/control.in

- - - - -
0940f919 by Andreas Tille at 2024-02-18T15:17:39+01:00
Use python3-pytest-cov

- - - - -
77603d9c by Andreas Tille at 2024-02-18T15:19:31+01:00
Upload to unstable

- - - - -


7 changed files:

- .github/workflows/ci-dev.yaml
- README.md
- debian/changelog
- debian/control
- debian/tests/control
- debian/tests/run-unit-test
- q2_quality_filter/_version.py


Changes:

=====================================
.github/workflows/ci-dev.yaml
=====================================
@@ -9,4 +9,4 @@ jobs:
   ci:
     uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml at dev
     with:
-      distro: core
\ No newline at end of file
+      distro: amplicon


=====================================
README.md
=====================================
@@ -1,5 +1,5 @@
 # q2-quality-filter
 
-![](https://github.com/qiime2/q2-quality-filter/workflows/ci/badge.svg)
+![](https://github.com/qiime2/q2-quality-filter/workflows/ci-dev/badge.svg)
 
 This is a QIIME 2 plugin. For details on QIIME 2, see https://qiime2.org.
\ No newline at end of file


=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+q2-quality-filter (2024.2.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * Autopkgtest for all supported Python3 versions
+  * Regenerate debian/control from debian/control.in (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Sun, 18 Feb 2024 15:18:01 +0100
+
 q2-quality-filter (2023.9.0-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -10,9 +10,9 @@ Build-Depends: debhelper-compat (= 13),
                python3,
                python3-setuptools,
                python3-pytest,
-               qiime (>= 2023.9),
-               q2templates (>= 2023.9),
-               q2-types (>= 2023.9)
+               qiime (>= 2024.2),
+               q2templates (>= 2024.2),
+               q2-types (>= 2024.2)
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/q2-quality-filter
 Vcs-Git: https://salsa.debian.org/med-team/q2-quality-filter.git
@@ -25,9 +25,9 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python3:Depends},
          python3-pandas,
-         qiime (>= 2023.9),
-         q2templates (>= 2023.9),
-         q2-types (>= 2023.9)
+         qiime (>= 2024.2),
+         q2templates (>= 2024.2),
+         q2-types (>= 2024.2)
 Description: QIIME2 plugin for PHRED-based filtering and trimming
  QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
  package with a focus on data and analysis transparency. QIIME 2 enables


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, python3-pytest
+Depends: @, python3-pytest-cov, python3-all
 Restrictions: allow-stderr, skip-not-installable


=====================================
debian/tests/run-unit-test
=====================================
@@ -18,4 +18,7 @@ if [ ! -e /usr/bin/py.test-3 ] ; then
 fi
 
 # Run build-time tests
-py.test-3
+for py in $(py3versions -s 2> /dev/null)
+do
+    ${py} -m pytest -v  --cov=${pkg}
+done


=====================================
q2_quality_filter/_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: 2023.9.0, Release-2023.9)"
-    git_full = "c0a0ead392e155631ccf831a464c247b2b389ef3"
-    git_date = "2023-10-03 22:03:30 +0000"
+    git_refnames = " (tag: 2024.2.0, Release-2024.2)"
+    git_full = "c01e837a13ccf3ac868294af986d741a83cb6e56"
+    git_date = "2024-02-16 21:57:57 +0000"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 



View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/-/compare/536e56c4da6c223df632a8f1d2854c0a8d7394de...77603d9c2e9a0f452c612b2f69ba247b4419867e

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-quality-filter/-/compare/536e56c4da6c223df632a8f1d2854c0a8d7394de...77603d9c2e9a0f452c612b2f69ba247b4419867e
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/20240218/8c55fabb/attachment-0001.htm>


More information about the debian-med-commit mailing list