Nilesh Patra pushed to branch master at Debian Med / python-loompy
Commits: 5a22c949 by Nilesh Patra at 2021-07-03T21:33:13+05:30 Bump debhelper-compat version to 13 - - - - - 4dbab988 by Nilesh Patra at 2021-07-03T21:33:30+05:30 Declare compliance with policy 4.5.1 - - - - - daa497e7 by Nilesh Patra at 2021-07-03T21:34:22+05:30 d/salsa-ci.yml: Do not build on i386 - - - - - 6c4394b5 by Nilesh Patra at 2021-07-03T21:36:40+05:30 d/copyright: Minor fix for file path - - - - - 9ce93ed3 by Nilesh Patra at 2021-07-03T21:45:50+05:30 d/rules: Do not install test.loom - - - - - a0cb9979 by Nilesh Patra at 2021-07-03T21:46:40+05:30 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +python-loompy (3.0.6+dfsg-4) unstable; urgency=medium + + * Team Upload. + * d/p/tests-open-loom-write-permissions.patch: Load loom + file in h5py with write permissions + * Add autopkgtest + * Add python3-pytest to B-D (enables build time testing) + * Bump debhelper-compat version to 13 + * Declare compliance with policy 4.5.1 + * d/salsa-ci.yml: Do not build on i386 + * d/copyright: Minor fix for file path + * d/rules: Do not install test.loom + + -- Nilesh Patra <[email protected]> Sat, 03 Jul 2021 21:45:55 +0530 + python-loompy (3.0.6+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <[email protected]> Section: science Priority: optional Testsuite: autopkgtest-pkg-python -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, @@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 12), python3-scipy <!nocheck>, python3-numpy-groupies <!nocheck>, python3-pytest <!nocheck> -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/python-loompy Vcs-Git: https://salsa.debian.org/med-team/python-loompy.git Homepage: https://github.com/linnarsson-lab/loompy ===================================== debian/copyright ===================================== @@ -9,7 +9,7 @@ Files: * Copyright: 2016 Linnarsson Lab <[email protected]> License: BSD-2-Clause -Files: ./loompy/cell_calling.py +Files: loompy/cell_calling.py Copyright: 2018 10X Genomics, Inc. License: MIT ===================================== debian/rules ===================================== @@ -5,3 +5,6 @@ export PYBUILD_NAME=loompy %: dh $@ --with python3 --buildsystem=pybuild + +execute_after_dh_auto_install: + find debian/ -type f -name test.loom -delete ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,37 @@ --- include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/atomic-reprotest.yml + +extract-source: + extends: .provisioning-extract-source + +build: + extends: .build-package + +build source: + extends: .build-source-only + +reprotest: + extends: .test-reprotest + +lintian: + extends: .test-lintian + +autopkgtest: + extends: .test-autopkgtest + +blhc: + extends: .test-blhc + +piuparts: + extends: .test-piuparts + +missing-breaks: + extends: .test-missing-breaks + +rc-bugs: + extends: .test-rc-bugs + +aptly: + extends: .publish-aptly View it on GitLab: https://salsa.debian.org/med-team/python-loompy/-/compare/3b5e6d4a54e6fd8fd3d6a044dd744fa06e192635...a0cb9979793230f927b2eb6cec9e9dfbb225053b -- View it on GitLab: https://salsa.debian.org/med-team/python-loompy/-/compare/3b5e6d4a54e6fd8fd3d6a044dd744fa06e192635...a0cb9979793230f927b2eb6cec9e9dfbb225053b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
