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
|
ipywidgets (6.0.0-8) unstable; urgency=medium
* Upload to unstable
* Missing bug close from the previous version: Closes: #898781
* Add a hint to "Widget Javascript not detected" warnings.
-- Gordon Ball <gordon@chronitis.net> Tue, 09 Feb 2021 09:00:09 +0000
ipywidgets (6.0.0-7) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Gordon Ball ]
* Complete rework the build for this package. It now uses pkg-js-tools and
webpack to (mostly) native build the web extensions, dropping the previous
fakewebpack implementation.
* Fix FTBFS (Closes: #950094, #971224) and dependency bugs (Closes: #979773)
* Drop embedded copies of css-loader, process, setimmediate, style-loader,
timers-browserify. Add (temporarily) embedded copy of @types/underscore.
* Add patches for Typescript 4 and Webpack 4 compatibility
* Standards-Version 4.5.1, Debhelper compat 13, Rules-Requires-Root: no
* Run the (python) testsuite as an autopkgtest
* Populate the documentation package
-- Gordon Ball <gordon@chronitis.net> Mon, 08 Feb 2021 08:34:42 +0000
ipywidgets (6.0.0-6) unstable; urgency=medium
* To enable ipywidgets in jupyter-notebook, move to dropping a config file
in notebook.d/ instead of using postinst/prerm to merge a shared config
file, which will hopefully be more robust.
-- Gordon Ball <gordon@chronitis.net> Mon, 16 Dec 2019 19:39:12 +0000
ipywidgets (6.0.0-5) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Gordon Ball ]
* Drop python 2 support (binary packages python-ipywidgets,
python-widgetsnbextension), and update python 2-or-3 dependencies to
python3 only (Closes: #936745)
* Add es2015.iterable to typescript configs
* Update node symlinks where packages have moved to usr/share/nodejs (and
version moved dependencies)
* Update internal paths in fakewebpack for d3-format
* Use nosetests3 binary for testing
-- Gordon Ball <gordon@chronitis.net> Mon, 25 Nov 2019 16:12:08 +0000
ipywidgets (6.0.0-4) unstable; urgency=medium
* Team upload.
* Use 'Object.prototype' instead of 'path.scope.getBindings' when
calling 'hasOwnProperty'. (Closes: #926802)
-- Sergio Durigan Junior <sergiodj@debian.org> Sat, 27 Apr 2019 15:18:56 -0400
ipywidgets (6.0.0-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Fix Format URL to correct one
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
[ Ximin Luo ]
* Fix build against typescript 3.2. (Closes: #902471)
* Drop build-dep on jupyter-sphinx-theme. (Closes: #917705)
-- Ximin Luo <infinity0@debian.org> Tue, 22 Jan 2019 00:10:07 -0800
ipywidgets (6.0.0-2) unstable; urgency=medium
* Upload to unstable. (Closes: #871339, #858629)
* Update to latest Standards-Version; no changes required.
-- Ximin Luo <infinity0@debian.org> Wed, 16 Aug 2017 22:14:11 +0200
ipywidgets (6.0.0-1) experimental; urgency=medium
* New upstream release.
* The documentation package (python-ipywidgets-doc) has been emptied for the
time being, because it is too hard to build it. See the package description
for more details.
-- Ximin Luo <infinity0@debian.org> Mon, 22 May 2017 17:51:28 +0200
ipywidgets (5.2.2-3) unstable; urgency=medium
[ Gordon Ball ]
* Add explicit build-dependency on m4
* The warning previously displayed when importing ipywidgets if
widgetsnbextension wasn't installed has been removed, since the
extension is installed directly (see: #848252)
[ Ximin Luo ]
* Add Suggests: python-ipywidgets-doc (Closes: #849613)
-- Gordon Ball <gordon@chronitis.net> Sat, 07 Jan 2017 14:39:15 +0100
ipywidgets (5.2.2-2) unstable; urgency=medium
* jupyter-nbextension-jupyter-js-widgets: Depend on newer pythonX-notebook
in order to pick up some fixes related to automatic enable/disable.
-- Ximin Luo <infinity0@debian.org> Mon, 12 Dec 2016 23:30:53 +0100
ipywidgets (5.2.2-1) unstable; urgency=medium
[ Gordon Ball ]
* Initial release. (Closes: #838684)
-- Ximin Luo <infinity0@debian.org> Mon, 05 Dec 2016 13:03:56 +0100
|