[med-svn] [Git][med-team/q2-sample-classifier][upstream] New upstream version 2022.11.1
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Thu Jan 12 15:48:08 GMT 2023
Lance Lin pushed to branch upstream at Debian Med / q2-sample-classifier
Commits:
3c0f747b by Lance Lin at 2023-01-12T22:13:01+07:00
New upstream version 2022.11.1
- - - - -
3 changed files:
- + .github/workflows/add-to-project-ci.yml
- ci/recipe/meta.yaml
- q2_sample_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
=====================================
ci/recipe/meta.yaml
=====================================
@@ -20,7 +20,7 @@ requirements:
- python {{ python }}
- pandas {{ pandas }}
- scipy {{ scipy }}
- - numpy
+ - numpy {{ numpy }}
- joblib
- scikit-learn {{ scikit_learn }}
- scikit-bio {{ scikit_bio }}
=====================================
q2_sample_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 = "b8258d820faf77bd27634664047b4c16dbd70ceb"
- git_date = "2022-08-23 16:27:09 +0000"
+ git_refnames = " (HEAD -> master, tag: 2022.11.1)"
+ git_full = "f693e2087a65c868846472d3284c7ba9f00d4bfc"
+ git_date = "2022-12-21 22:30:20 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
View it on GitLab: https://salsa.debian.org/med-team/q2-sample-classifier/-/commit/3c0f747b72e64feeb328e7c69361720ea4062427
--
View it on GitLab: https://salsa.debian.org/med-team/q2-sample-classifier/-/commit/3c0f747b72e64feeb328e7c69361720ea4062427
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/20230112/18c63cea/attachment-0001.htm>
More information about the debian-med-commit
mailing list