[med-svn] [Git][med-team/q2-feature-classifier][master] 6 commits: Bump versioned Depends
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 17 10:34:18 GMT 2023
Andreas Tille pushed to branch master at Debian Med / q2-feature-classifier
Commits:
2286ac43 by Andreas Tille at 2023-01-17T11:04:05+01:00
Bump versioned Depends
- - - - -
d36d1803 by Andreas Tille at 2023-01-17T11:04:19+01:00
New upstream version 2022.11.1
- - - - -
47b45ab7 by Andreas Tille at 2023-01-17T11:04:19+01:00
routine-update: New upstream version
- - - - -
315a176e by Andreas Tille at 2023-01-17T11:04:21+01:00
Update upstream source from tag 'upstream/2022.11.1'
Update to upstream version '2022.11.1'
with Debian dir 75138ff377f0b8824869690c6620e8302cf0ae66
- - - - -
30cceae8 by Andreas Tille at 2023-01-17T11:04:21+01:00
routine-update: Standards-Version: 4.6.2
- - - - -
646a856b by Andreas Tille at 2023-01-17T11:33:30+01:00
Upload to experimental
- - - - -
4 changed files:
- + .github/workflows/add-to-project-ci.yml
- debian/changelog
- debian/control
- q2_feature_classifier/_version.py
Changes:
=====================================
.github/workflows/add-to-project-ci.yml
=====================================
@@ -0,0 +1,21 @@
+name: Add new issues and PRs to triage project board
+
+on:
+ issues:
+ types:
+ - opened
+ pull_request_target:
+ types:
+ - opened
+
+jobs:
+ add-to-project:
+ name: Add issue to project
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/add-to-project at v0.3.0
+ with:
+ project-url: https://github.com/orgs/qiime2/projects/36
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
+ labeled: skip-triage
+ label-operator: NOT
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+q2-feature-classifier (2022.11.1-1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Bump versioned Depends
+ * Standards-Version: 4.6.2 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Tue, 17 Jan 2023 11:06:08 +0100
+
q2-feature-classifier (2022.8.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -14,12 +14,12 @@ Build-Depends: debhelper-compat (= 13),
python3-skbio,
ncbi-blast+,
vsearch,
- qiime (>= 2022.8.0),
- q2-types (>= 2022.8.0),
- q2-quality-control (>= 2022.8.0),
- q2-taxa (>= 2022.8.0),
- q2-feature-table (>= 2022.8.0)
-Standards-Version: 4.6.1
+ qiime (>= 2022.11.1),
+ q2-types (>= 2022.11.1),
+ q2-quality-control (>= 2022.11.1),
+ q2-taxa (>= 2022.11.1),
+ q2-feature-table (>= 2022.11.1)
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/q2-feature-classifier
Vcs-Git: https://salsa.debian.org/med-team/q2-feature-classifier.git
Homepage: https://qiime2.org/
@@ -36,11 +36,11 @@ Depends: ${shlibs:Depends},
python3-biom-format,
ncbi-blast+,
vsearch,
- qiime (>= 2022.8.0),
- q2-types (>= 2022.8.0),
- q2-quality-control (>= 2022.8.0),
- q2-taxa (>= 2022.8.0),
- q2-feature-table (>= 2022.8.0)
+ qiime (>= 2022.11.1),
+ q2-types (>= 2022.11.1),
+ q2-quality-control (>= 2022.11.1),
+ q2-taxa (>= 2022.11.1),
+ q2-feature-table (>= 2022.11.1)
Description: QIIME 2 plugin supporting taxonomic classification
QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
package with a focus on data and analysis transparency. QIIME 2 enables
=====================================
q2_feature_classifier/_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: 2022.8.0)"
- git_full = "6f7c334d5b36ff20ac088e88c1c13746bf883f76"
- git_date = "2022-08-23 17:28:47 +0000"
+ git_refnames = " (HEAD -> master, tag: 2022.11.1)"
+ git_full = "4a869bb805c6f95ce265c0f88e1be0883196a15d"
+ git_date = "2022-12-21 22:21: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-feature-classifier/-/compare/e89696705d45605bd2fcceb5fc2f2ad17fee59a6...646a856b3234f9e6848ba2667f231fbd9dfc2d0a
--
View it on GitLab: https://salsa.debian.org/med-team/q2-feature-classifier/-/compare/e89696705d45605bd2fcceb5fc2f2ad17fee59a6...646a856b3234f9e6848ba2667f231fbd9dfc2d0a
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/20230117/523a36d4/attachment-0001.htm>
More information about the debian-med-commit
mailing list