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
|
ipyparallel (7.1.0-5) unstable; urgency=medium
* Team upload.
* Drop python-distributed-doc (build) dependency (Closes: #1030920)
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 10 Feb 2023 09:32:47 +0100
ipyparallel (7.1.0-4) unstable; urgency=medium
* Team upload.
* Add upstream patch for Python 3.11 (Closes: #1024916)
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 24 Dec 2022 10:00:11 +0100
ipyparallel (7.1.0-3) unstable; urgency=medium
* Team Upload.
* Add patch to fix FTBFS with new setuptools (Closes: #1020036)
-- Nilesh Patra <nilesh@debian.org> Thu, 03 Nov 2022 20:45:06 +0530
ipyparallel (7.1.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 26 May 2022 19:26:23 +0100
ipyparallel (7.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.6.0 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Refresh patches
* Add new dependencies for building the docs: python-pymongo-doc,
python3-nbsphinx, python3-sphinx-copybutton, pandoc, python3-matplotlib
* Add new dependencies for running the tests: python3-pytest-asyncio,
python3-pytest-tornado, python3-psutil, python3-tqdm
-- Michael R. Crusoe <crusoe@debian.org> Fri, 01 Oct 2021 12:49:03 +0200
ipyparallel (6.3.0-2) unstable; urgency=medium
* [0ad42ef] mark -doc pkg as M-A: foreign
* [46569b8] do not build -doc pkg if nodoc is requested
* [54be5dc] annotate Build-Deps for nodoc and nocheck DEB_BUILD_PROFILES
-- Joseph Nahmias <jello@debian.org> Wed, 28 Oct 2020 23:48:59 -0400
ipyparallel (6.3.0-1) unstable; urgency=medium
[ Joseph Nahmias ]
* Initial release, closes: #969708.
* fix test that assumed there is a public IP on the machine.
* install confiles to /etc, not /usr/etc.
* create manpages for cluster management CLI utilities
* add autopkgtest info to run the upstream test suite
* set IPYTHONDIR explicitly when running test suite
* bump debhelper to 13
* clean up trailing whitespace
* install examples
* honor nodoc & nocheck in DEB_BUILD_OPTIONS
* use local intershpinx inventory files
* [de73160] use the salsa-ci pipeline
* [b0f78e7] explicitly use installed path for autopkgtest, thanks Gordon Ball
* [5052aad] use my newly restored @debian.org address
* [a9e4ffd] mark test_wait_for_send as xfail
* [07c25c7] add missing pytest import
* [7be3ffc] tweak salsa-ci config.
- specify release explicitly;
- run pipeline for tags;
- don't bother looking for arch:any pkgs to build -- there aren't any.
[ Ondřej Nový ]
* [3b94096] d/control: Update Vcs-* fields with new Debian Python Team
Salsa layout
-- Joseph Nahmias <jello@debian.org> Mon, 28 Sep 2020 22:54:01 -0400
|