1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
python-anndata (0.8.0-4) unstable; urgency=medium
* Team upload.
* Source only upload to fix missing dependency. (Closes: #1030512)
-- Étienne Mollier <emollier@debian.org> Sat, 04 Feb 2023 15:38:57 +0100
python-anndata (0.8.0-3) unstable; urgency=medium
* Team upload
* Remove unused patch
* Test-Depends: python3-h5py
* Standards-Version: 4.6.2 (routine-update)
-- Andreas Tille <tille@debian.org> Fri, 27 Jan 2023 19:11:18 +0100
python-anndata (0.8.0-2) unstable; urgency=medium
* Team upload.
* d/{control,rules}: migrate from flit to pyproject.
* d/t/run-unit-test: test against supported pythons.
* d/rules: cleanup test data landing in dist-packages.
* Standards-Version: 4.6.1 (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
-- Étienne Mollier <emollier@debian.org> Fri, 02 Dec 2022 23:44:17 +0100
python-anndata (0.8.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop pytoml build dependency (not needed).
-- Bastian Germann <bage@debian.org> Mon, 07 Nov 2022 19:09:27 +0100
python-anndata (0.8.0-1) unstable; urgency=medium
* New upstream release.
* Add PY_IGNORE_IMPORTMISMATCH=1 to d/rules to avoid import errors
on pybuild tests.
-- Diane Trout <diane@ghic.org> Wed, 30 Mar 2022 20:23:51 -0700
python-anndata (0.7.8-2) unstable; urgency=medium
* Suggest python3-openpyxl as it's required for writing Excel Files
* Add python3-openpyxl to test dependencies
-- Diane Trout <diane@ghic.org> Sun, 19 Dec 2021 12:30:27 -0800
python-anndata (0.7.8-1) unstable; urgency=medium
* Team upload.
* New upstream version
Closes: #1001349, #1001020
* Point watch file to Github
* Drop unnecessary Files-Excluded
* Standards-Version: 4.6.0 (routine-update)
* Provide debian/tests/run-unit-test script
* Remove unneeded debian/source/options
* PYBUILD_SYSTEM=flit to deal with missing setup.py
* Build-Depends: python3-openpyxl
* Ignore test importing scanpy data
* Deactivate test requiring python3-numba since this is not ported to
Python3.10 yet
* debian/salsa-ci.yaml: suppress build on i386 where several tests are
failing
-- Andreas Tille <tille@debian.org> Fri, 10 Dec 2021 14:38:15 +0100
python-anndata (0.7.5+ds-3) unstable; urgency=high
* Team upload.
* debian/patches/32bit_test_fail_skip: fix FTBFS on 32bit archs
Closes: #982098
-- Michael R. Crusoe <crusoe@debian.org> Wed, 10 Feb 2021 10:52:56 +0100
python-anndata (0.7.5+ds-2) unstable; urgency=medium
* Team upload.
* Standards-Version: 4.5.1 (routine-update)
-- Andreas Tille <tille@debian.org> Thu, 04 Feb 2021 07:58:16 +0100
python-anndata (0.7.5+ds-1) unstable; urgency=medium
* Initial release (Closes: #954170)
-- Diane Trout <diane@ghic.org> Tue, 19 Jan 2021 15:53:23 -0800
|