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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
metakernel (0.29.4-1) unstable; urgency=medium
* [6aed1f6] drop dep on jupyter-notebook (Closes: #1004668)
* [dac6a53] reformat test-deps to one per line
* [022e1b4] drop python3-pytest-cov, unneeded for Debian
* [0571426] run autopkgtest against all python versions
* [73b7286] New upstream version 0.29.4
* [8e5268c] follow upstream's move to pyproject/hatchling build system
* [457da0c] resync patches
* [9b0bdf5] handle move of generate_help.py script
* [552858b] add new build-deps; sort list
* [fcd5a32] drop script to create logos -- it has missing deps and is
confusing pytest, causing build/test failures
* [61448be] do not fail build/test on DeprecationWarning
* [b2bbc24] skip flaky parallel_magic test (Closes: #1026469)
* [a4ec5c3] pytest-cache -> pytest_cache; put pytest_cache in
interpreter-specific dir
* [c6aeea6] follow upstream's renaming of HISTORY.rst -> CHANGELOG.md
* [acded1b] switch to autopkgtest-pkg-pybuild
* [eb1c899] require at least version 5.20221230 of pybuild-plugin-pyproject
test_path_completions fails without commit 3b1ad734.
* [c8df9e2] bump copyright year
-- Joseph Nahmias <jello@debian.org> Sun, 01 Jan 2023 17:03:56 -0500
metakernel (0.27.5-4) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Boyuan Yang ]
* debian/control: s/python2-doc/python3-doc. (Closes: #1011132)
* debian/control: Bump Standards-Version to 4.6.1.
-- Boyuan Yang <byang@debian.org> Mon, 08 Aug 2022 11:53:04 -0400
metakernel (0.27.5-3) unstable; urgency=medium
* Team upload.
* pytest: set cache_dir
* debian/{control,rules}: modernize with dh-sequence-* and
execute_after_*
-- Michael R. Crusoe <crusoe@debian.org> Tue, 19 Oct 2021 18:16:35 +0200
metakernel (0.27.5-2) unstable; urgency=medium
* Team upload.
* Add build-dep on cmake
* {autopkg,}tests: Adjust location of metakernel_python. Closes: #995736
* Standards-Version: 4.6.0 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Append ":any" to python3 build-dep to facilitate cross-building.
-- Michael R. Crusoe <crusoe@debian.org> Sat, 16 Oct 2021 11:19:18 +0200
metakernel (0.27.5-1) unstable; urgency=medium
* [21a1519] New upstream version 0.27.5
-- Joseph Nahmias <jello@debian.org> Sat, 14 Nov 2020 19:02:40 -0500
metakernel (0.27.4-1) unstable; urgency=medium
* [9851333] New upstream version 0.27.4
* [adf687c] drop patch for SOURCE_DATE_EPOCH, merged upstream
-- Joseph Nahmias <jello@debian.org> Sat, 07 Nov 2020 22:30:26 -0500
metakernel (0.27.1-2) unstable; urgency=medium
* [c1f231d] add allow-stderr for upstream testsuite
* [c3bca2d] add support for SOURCE_DATE_EPOCH.
Thanks to Chris Lamb <lamby@debian.org> (Closes: 973806)
-- Joseph Nahmias <jello@debian.org> Thu, 05 Nov 2020 22:25:38 -0500
metakernel (0.27.1-1) unstable; urgency=medium
* [28794c7] New upstream version 0.27.1
* [801da81] add missing deps for upstream testsuite
* [14fcc15] ensure ipcluster uses same pyversion as pytest
* [52cbe79] enable diffoscope for salsa-ci reprotest
* [aa8db15] add man-db dep for upstream testsuite
* [f99f8f7] update Vcs URLs for DPT transition
* [1bf7e4f] d/watch: do not run uupdate
* [f7bdcec] don't build documentation if nodoc is requested
* [1c85491] annotate Build-Deps for nodoc and nocheck DEB_BUILD_PROFILES
-- Joseph Nahmias <jello@debian.org> Wed, 04 Nov 2020 16:18:32 -0500
metakernel (0.27.0-1) unstable; urgency=medium
* Initial release, closes: #969620.
* use local intersphinx inventory.
* configure autopkgtest to run upstream's test-suite
* set HOME for running upstream test suite.
* [181aedf] install documentation in /u/s/d/python3-metakernel/
* [12a0e3e] replace static files copied from python3-sphinx-bootstrap-theme
with symlinks
* [5b197d4] remove badges from docs to eliminate privacy breaches; note
that examples were left as-is.
-- Joseph Nahmias <jello@debian.org> Sun, 04 Oct 2020 21:25:33 -0400
|