[med-svn] [Git][med-team/python-cutadapt][master] 3 commits: Re-add xopen back to B-D, annotate relevant B-D with :any and :native
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Thu Sep 28 18:37:52 BST 2023
Nilesh Patra pushed to branch master at Debian Med / python-cutadapt
Commits:
98a295a1 by Nilesh Patra at 2023-09-28T22:55:29+05:30
Re-add xopen back to B-D, annotate relevant B-D with :any and :native
- - - - -
ed961fa5 by Nilesh Patra at 2023-09-28T22:58:34+05:30
Drop B-D on pyproject plugin
- - - - -
83d30f49 by Nilesh Patra at 2023-09-28T23:08:18+05:30
Interim d/ch
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,21 +1,28 @@
python-cutadapt (4.4-1) UNRELEASED; urgency=medium
+ [ Lance Lin ]
* Team upload.
* New upstream version
- * d/rules: Clean info.c and _kmer_finder.c (Closes: #1045930), add test to
- skip during build-time, test_run_cutadapt_process, add check for
- PYBUILD_AUTOPKGTEST for skipped test, and add <!nocheck> to test specific
- Build-Depends, and remove python3-xopen from Build-Depends
+ * d/rules:
+ - Clean info.c and _kmer_finder.c (Closes: #1045930)
+ - Skip test_run_cutadapt_process during build since the cutadapt,
+ executable is generated dueing install step (via easy install)
+ add check for PYBUILD_AUTOPKGTEST for skipped test so it can be
+ run during autopkgtests
+ - Add <!nocheck> to test specific Build-Depends
* d/copyright: Update year to 2023 for debian/* files
* d/control: Update homepage, replace autopkgtest-pkg-python testsuite with
- autopkgtest-pkg-pybuild, and pybuild-plugin-pyproject to Build-Depends
- * d/tests: Removed, replaced with autopkgtest-pkg-pybuild to run build tests
- * d/patches/xfail_cutadapt_executable_test.patch: Remove patch so that test
- is run during autopkgtest
+ autopkgtest-pkg-pybuild
+ * d/tests: Removed, replaced with autopkgtest-pkg-pybuild to run autopkgtests
+ * d/patches/xfail_cutadapt_executable_test.patch: Remove patch since this is
+ adjusted in d/rules
* d/patches/Update__kmer_finder.pyx_to_always_use_a_64-bit_integer.patch:
- Allow test to pass in i386 with 64-bit integer
+ Upstream fix: Allow test to pass in i386 with by always using 64-bit integer
- -- Lance Lin <lq27267 at gmail.com> Tue, 19 Sep 2023 22:46:11 +0700
+ [ Nilesh Patra ]
+ * Annotate necessary deps with :native and :any to get package cross-building
+
+ -- Nilesh Patra <nilesh at debian.org> Thu, 28 Sep 2023 22:57:55 +0530
python-cutadapt (4.2-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -8,15 +8,16 @@ Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
- python3-all-dev,
- pybuild-plugin-pyproject,
+ libpython3-all-dev,
+ python3-all-dev:any,
python3-setuptools,
- python3-setuptools-scm <!nocheck>,
+ python3-setuptools-scm:native,
python3-pytest-mock <!nocheck>,
python3-pytest-timeout <!nocheck>,
+ python3-xopen <!nocheck>,
python3-dnaio <!nocheck>,
python3-pytest <!nocheck>,
- cython3
+ cython3:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/python-cutadapt
Vcs-Git: https://salsa.debian.org/med-team/python-cutadapt.git
View it on GitLab: https://salsa.debian.org/med-team/python-cutadapt/-/compare/a9e8dd240ae19ac3b56b4046fb80109026f70a92...83d30f49e43eda6663c1ea5d323a69273502f7cb
--
View it on GitLab: https://salsa.debian.org/med-team/python-cutadapt/-/compare/a9e8dd240ae19ac3b56b4046fb80109026f70a92...83d30f49e43eda6663c1ea5d323a69273502f7cb
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/20230928/d2d0b3ca/attachment-0001.htm>
More information about the debian-med-commit
mailing list