[med-svn] [Git][med-team/pyranges][master] 5 commits: initialize changelog.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Jul 4 21:38:41 BST 2022
Étienne Mollier pushed to branch master at Debian Med / pyranges
Commits:
49b6ac32 by Étienne Mollier at 2022-07-04T22:25:22+02:00
initialize changelog.
- - - - -
e49d54dd by Étienne Mollier at 2022-07-04T22:25:44+02:00
d/control: test depend on python3-pytest-xdist.
- - - - -
acbe2881 by Étienne Mollier at 2022-07-04T22:26:03+02:00
d/rules: enable parallel test runs for substantial runtime improvement.
This is made possible by the new test dependency. The objective is to
help investigations related to pytest 7 regression in bug #1013703.
- - - - -
402efc9f by Étienne Mollier at 2022-07-04T22:36:31+02:00
d/control: declare compliance to standards version 4.6.1.
- - - - -
66269384 by Étienne Mollier at 2022-07-04T22:37:47+02:00
ready to upload to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+pyranges (0.0.111+ds-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: tests depend on python3-pytest-xdist.
+ * d/rules: enable parallel test runs for substantial runtime improvement.
+ This is made possible by the new test dependency. The objective is to
+ help investigations related to pytest 7 regression in bug #1013703.
+ * d/control: declare compliance to standards version 4.6.1.
+
+ -- Étienne Mollier <emollier at debian.org> Mon, 04 Jul 2022 22:36:50 +0200
+
pyranges (0.0.111+ds-1) unstable; urgency=medium
[ Steffen Möller ]
=====================================
debian/control
=====================================
@@ -12,11 +12,12 @@ Build-Depends: debhelper-compat (= 13),
python3-ncls <!nocheck>,
python3-pyrle <!nocheck>,
python3-pytest <!nocheck>,
+ python3-pytest-xdist <!nocheck>,
python3-sorted-nearest,
python3-hypothesis,
bedtools,
samtools
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/pyranges
Vcs-Git: https://salsa.debian.org/med-team/pyranges.git
Homepage: https://github.com/biocore-ntnu/pyranges
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ export PYBUILD_BEFORE_TEST=cp -av {dir}/tests/*.bed {build_dir}/tests && \
cp -av {dir}/tests/test_data {build_dir}/tests && \
cp -av {dir}/tests/data {build_dir}/tests && \
cp -av {dir}/pyranges/example_data {build_dir}/pyranges
-
+export PYBUILD_TEST_ARGS=-n $(shell nproc)
%:
dh $@ --with python3 --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/compare/550888054943b5aef7adf961717058861c5aed98...6626938401e9d64a03dcadabe694fd3382542579
--
View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/compare/550888054943b5aef7adf961717058861c5aed98...6626938401e9d64a03dcadabe694fd3382542579
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/20220704/c8b59eca/attachment-0001.htm>
More information about the debian-med-commit
mailing list