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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
xeus-python (0.17.2+~0.6.3-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release.
-- Bill Allombert <ballombe@debian.org> Fri, 27 Dec 2024 11:29:11 +0100
xeus-python (0.17.1+~0.6.3-0.2) experimental; urgency=medium
* Non-maintainer upload.
* debian/control: add Build-Depends on xeus-dev (>= 5.0.0)
-- Bill Allombert <ballombe@debian.org> Fri, 01 Nov 2024 20:31:52 +0100
xeus-python (0.17.1+~0.6.3-0.1) experimental; urgency=medium
* Non-maintainer upload by request from Gordon.
- patch no-install-dot-cmake: do no install the .cmake files.
* debian/control:
- Build-Depends on pkgconf instead of pkg-config
- Build-Depends on xeus-zmq-dev (>= 3.0.0)
- remove useless packages xeus-python-dev and libxeus-python0.
* debian/xeus-python-dev.install, debian/libxeus-python0.install:
removed.
* debian/rules:
- add override_dh_clean to fix clean target
- dh_auto_configure:
+ set -DXPYT_USE_SHARED_XEUS_PYTHON=OFF -DXPYT_BUILD_SHARED=OFF
to disable building libxeus-python0
+ set -DPYTHON_VERSION_MAJOR=3 -DPYTHON_VERSION_MINOR=11
to get correct version in kernel.json
* debian/copyright:
- update path to SVG images.
- use public-domain as SPDX identifier for Public domain.
-- Bill Allombert <ballombe@debian.org> Fri, 01 Nov 2024 11:45:27 +0100
xeus-python (0.15.10+~0.6.1-2) unstable; urgency=medium
* d/control: build-depend on nlohmann-json3-dev 3.11.3, xeus-zmq 1.1.1-2;
this should resolve an ABI issue caused by xeus exposing nlohmann::json
(Closes: #1061007)
-- Gordon Ball <gordon@chronitis.net> Sun, 11 Feb 2024 22:27:04 +0100
xeus-python (0.15.10+~0.6.1-1) unstable; urgency=medium
* New upstream version 0.15.10+~0.6.1
-- Gordon Ball <gordon@chronitis.net> Thu, 05 Oct 2023 12:43:30 +0000
xeus-python (0.15.9+~0.6.0-1) unstable; urgency=medium
* New upstream version 0.15.9+~0.6.0
* d/control: switch dependency from xeus-dev to xeus-zmq-dev
* d/control: add dependency on doctest-dev
-- Gordon Ball <gordon@chronitis.net> Mon, 07 Aug 2023 07:50:11 +0000
xeus-python (0.14.3+~0.5.0-3) unstable; urgency=medium
* Standards-Version: 4.6.2
* Rebuild against pybind11-dev >= 2.10.3
-- Gordon Ball <gordon@chronitis.net> Sat, 04 Feb 2023 20:51:31 +0000
xeus-python (0.14.3+~0.5.0-2) unstable; urgency=medium
* Upload to unstable
* Closes: #1016240
-- Gordon Ball <gordon@chronitis.net> Sat, 01 Oct 2022 21:04:47 +0000
xeus-python (0.14.3+~0.5.0-1) experimental; urgency=medium
* Set CMAKE_BUILD_RPATH_USE_ORIGIN (reproducible builds, patch from Vagrant
Cascadian). Closes: #1001860
* Standards-Version: 4.6.0
* New upstream version 0.14.3
- Add component xeus-python-shell @ 0.5.0
* New binary python3-xeus-python-shell
-- Gordon Ball <gordon@chronitis.net> Fri, 30 Sep 2022 21:44:05 +0000
xeus-python (0.12.5-1) unstable; urgency=medium
* d/watch: new github tarball URL
* Rebase patches
* d/control: bump xeus, xtl, pybind11-json dependencies
* New upstream version 0.12.5
-- Gordon Ball <gordon@chronitis.net> Sat, 09 Oct 2021 21:40:01 +0000
xeus-python (0.9.5-1) unstable; urgency=medium
* New upstream version 0.9.5
* Depend upon xtl-dev 0.6.23
-- Gordon Ball <gordon@chronitis.net> Tue, 12 Jan 2021 19:05:47 +0000
xeus-python (0.9.2-1) unstable; urgency=medium
* New upstream version 0.9.2
* Rebase patches, increment versioned dependency on xeus-dev
-- Gordon Ball <gordon@chronitis.net> Fri, 11 Dec 2020 13:00:27 +0000
xeus-python (0.9.0-1) unstable; urgency=medium
* New upstream version 0.9.0
* Drop XPYT_DISABLE_TUNE_GENERIC patch, applied upstream
* Add explicit build-dependencies on nlohmann-json-dev, libzmq3-dev, xtl-dev
rather than relying on transitive dependencies
-- Gordon Ball <gordon@chronitis.net> Fri, 20 Nov 2020 20:59:55 +0000
xeus-python (0.8.6-2) unstable; urgency=medium
* Patch CMakeLists to actually respect XPYT_DISABLE_MTUNE_GENERIC, which was
causing build failures on most non-x86 architectures
-- Gordon Ball <gordon@chronitis.net> Fri, 30 Oct 2020 09:11:31 +0000
xeus-python (0.8.6-1) unstable; urgency=medium
* Initial release. (Closes: #973043)
-- Gordon Ball <gordon@chronitis.net> Wed, 28 Oct 2020 16:17:17 +0000
|