[med-svn] [Git][med-team/q2-sample-classifier][master] 8 commits: routine-update: New upstream version
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Thu Jan 12 15:44:25 GMT 2023
Lance Lin pushed to branch master at Debian Med / q2-sample-classifier
Commits:
ccb1a209 by Lance Lin at 2023-01-12T22:12:49+07:00
routine-update: New upstream version
- - - - -
3c0f747b by Lance Lin at 2023-01-12T22:13:01+07:00
New upstream version 2022.11.1
- - - - -
6b4fdac2 by Lance Lin at 2023-01-12T22:13:02+07:00
Update upstream source from tag 'upstream/2022.11.1'
Update to upstream version '2022.11.1'
with Debian dir 9e022d241b44eeae2d008bc7a82a23852358e852
- - - - -
3088bb1a by Lance Lin at 2023-01-12T22:13:02+07:00
routine-update: Standards-Version: 4.6.2
- - - - -
7cbcb8d7 by Lance Lin at 2023-01-12T22:13:52+07:00
routine-update: Ready to upload to unstable
- - - - -
3a2ae426 by Lance Lin at 2023-01-12T22:40:19+07:00
Update debian copyright year to 2023
- - - - -
ff6b94f6 by Lance Lin at 2023-01-12T22:41:31+07:00
Add Forwarded fields
- - - - -
f4ccc336 by Lance Lin at 2023-01-12T22:42:54+07:00
Update to new upstream version 2022.11.1
- - - - -
8 changed files:
- + .github/workflows/add-to-project-ci.yml
- ci/recipe/meta.yaml
- debian/changelog
- debian/control
- debian/copyright
- debian/patches/py2to3test.patch
- debian/patches/reduce-precision-in-tests.patch
- 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 }}
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+q2-sample-classifier (2022.11.1-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Standards-Version: 4.6.2 (routine-update)
+ * d/copyright: Update debian copyright year to 2023
+ * d/patches/py2to3test.patch: Add Description and Forwarded fields
+ * d/patches/reduce-precision-in-tests.patch: Add Forwarded field
+
+ -- Lance Lin <lq27267 at gmail.com> Thu, 12 Jan 2023 22:13:52 +0700
+
q2-sample-classifier (2022.8.0-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
python3-all,
python3-setuptools,
python3-pytest <!nocheck>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/q2-sample-classifier
Vcs-Git: https://salsa.debian.org/med-team/q2-sample-classifier.git
Homepage: https://qiime2.org
=====================================
debian/copyright
=====================================
@@ -11,7 +11,7 @@ Copyright: Brian Warner
License: CC0-1.0
Files: debian/*
-Copyright: 2019-2020 Steffen Moeller <moeller at debian.org>
+Copyright: 2019-2023 Steffen Moeller <moeller at debian.org>
License: BSD-3-clause
License: CC0-1.0
=====================================
debian/patches/py2to3test.patch
=====================================
@@ -1,3 +1,5 @@
+Description: python2 to python3 patch
+Forwarded: yes
Index: q2-sample-classifier/Makefile
===================================================================
--- q2-sample-classifier.orig/Makefile
=====================================
debian/patches/reduce-precision-in-tests.patch
=====================================
@@ -1,6 +1,7 @@
Description: Add more tolerance in 3 tests in order to avoid test failures due to float
point errors on non-amd64 arches
Author: Nilesh Patra <nilesh at debian.org>
+Forwarded: yes
Last-Update: 2021-07-25
--- a/q2_sample_classifier/tests/test_estimators.py
+++ b/q2_sample_classifier/tests/test_estimators.py
=====================================
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/-/compare/601fd11a7c3e0135d4846d1148942cf3f37b48ca...f4ccc336e623778a3ffb2f6e94519f9d329ef820
--
View it on GitLab: https://salsa.debian.org/med-team/q2-sample-classifier/-/compare/601fd11a7c3e0135d4846d1148942cf3f37b48ca...f4ccc336e623778a3ffb2f6e94519f9d329ef820
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/e56dd6ed/attachment-0001.htm>
More information about the debian-med-commit
mailing list