ipywidgets (8.1.5-6) unstable; urgency=medium

  * Team upoad
  * run autopkgtest for all python version
  * d/rules: do not run javascript test (is is not ready yet)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 11 Mar 2025 09:47:08 +0100

ipywidgets (8.1.5-5) unstable; urgency=medium

  * Team upload.
  * break and replace jupyter-nbextension-jupyter-js-widgets

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 11 Mar 2025 09:28:28 +0100

ipywidgets (8.1.5-3) unstable; urgency=medium

  * Team upload.
  * No change source-only upload for testing migration.

 -- Boyuan Yang <byang@debian.org>  Fri, 03 Jan 2025 11:01:20 -0500

ipywidgets (8.1.5-2) unstable; urgency=medium

  * Team upload.
  * Re-Added python3-widgetsnbextension and python3-jupyterlab-widgets
    packages.
    They register the widgets for jupyterlab and the notebooks.

    ~$ jupyter labextension list
    JupyterLab v4.0.11
      /usr/share/jupyter/labextensions
        @jupyter-widgets/jupyterlab-manager v5.0.13 enabled OK (python,
        jupyterlab_widgets)

    ~$ jupyter nbextension list
    Known nbextensions:
      config dir: /etc/jupyter/nbconfig
        notebook section
          jupyter-js-widgets/extension  enabled
            - Validating: OK
  * Bug fix: "Errors when instantising widgets in Notebook - validation in
    Javascript fails (timeout)", thanks to Christian Holm Christensen
    (Closes: #1010797).
  * Bug fix: "fails to configure: json.decoder.JSONDecodeError", thanks to
    Norbert Preining (Closes: #875538).
  * Bug fix: "fails to remove (python error)", thanks to alberto (Closes:
    #849879).
  * Bug fix: "Fails to build source after successful build", thanks to
    Lucas Nussbaum (Closes: #1047065).
  * Bug fix: "Fails to build binary packages again after successful
    build", thanks to Lucas Nussbaum (Closes: #1049484).
  * Bug fix: "please include the javascript libraries", thanks to Julian
    Gilbey (Closes: #982752).

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 25 Dec 2024 18:24:08 +0100

ipywidgets (8.1.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Fri, 13 Sep 2024 01:02:46 +0100

ipywidgets (8.1.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Thu, 06 Jun 2024 09:25:38 +0100

ipywidgets (8.1.2-3) unstable; urgency=medium

  * Team upload.
  * Fix compatibility with pytest 8 (closes: #1071893).

 -- Colin Watson <cjwatson@debian.org>  Fri, 31 May 2024 12:15:19 +0100

ipywidgets (8.1.2-2) unstable; urgency=medium

  * Remove build-dependency on bqplot.
  * Disable widgetsnbextension, provided by other packages.

 -- Roland Mas <lolando@debian.org>  Sun, 12 May 2024 12:34:57 +0200

ipywidgets (8.1.2-1) unstable; urgency=medium

  * New upstream release.
  * Restore normal build, fixes "FTBFS: unsatisfiable build-dependency:
    jupyter-nbextension-jupyter-js-widgets (= 8.1.1-3) but 8.1.1-2 is to
    be installed", thanks to Lucas Nussbaum (Closes: #1067311).
  * Temporarily build-depend on pytest < 8 because
    https://github.com/jupyter-widgets/ipywidgets/issues/3895 creates an FTBFS.

 -- Roland Mas <lolando@debian.org>  Wed, 01 May 2024 16:40:51 +0200

ipywidgets (8.1.1-5) unstable; urgency=medium

  * Temporary manual build (with disabled testsuite) to break the
    dependency cycle.

 -- Roland Mas <lolando@debian.org>  Wed, 10 Apr 2024 18:45:58 +0200

ipywidgets (8.1.1-4) unstable; urgency=medium

  * Remove versioned dependency on removed packages (oops).

 -- Roland Mas <lolando@debian.org>  Wed, 21 Feb 2024 15:35:48 +0100

ipywidgets (8.1.1-3) unstable; urgency=medium

  * Remove jupyter-nbextension-jupyter-js-widgets and
    python3-widgetsnbextension binary packages; their contents are now
    provided by the binary packages generated out of node-ipydatagrid.
  * Add related Depends: field.

 -- Roland Mas <lolando@debian.org>  Wed, 21 Feb 2024 10:40:36 +0100

ipywidgets (8.1.1-2) unstable; urgency=medium

  * Upload to unstable.
  * Bug fix: "build-depends on python3-nose or uses it for autopkgtest",
    thanks to Dmitry Shachnev (Closes: #1018379).
  * Require recent python3-comm.

 -- Roland Mas <lolando@debian.org>  Wed, 31 Jan 2024 00:06:41 +0100

ipywidgets (8.1.1-1) experimental; urgency=medium

  * New upstream release.
  * This fixes "New upstream releases available and requested", thanks to
    Tobias Hansen (Closes: #896460).

 -- Roland Mas <lolando@debian.org>  Tue, 14 Nov 2023 12:01:39 +0100

ipywidgets (8.0.6-1) experimental; urgency=medium

  * New upstream release.

 -- Roland Mas <lolando@debian.org>  Wed, 17 May 2023 16:35:33 +0200

ipywidgets (8.0.3-1) UNRELEASED; urgency=medium

  * New upstream release.

 -- Roland Mas <lolando@debian.org>  Wed, 07 Dec 2022 13:44:34 +0100

ipywidgets (8.0.0~b1-1) UNRELEASED; urgency=medium

  * New upstream release.
  * Add myself to Uploaders.
  * NOT READY FOR RELEASE: missing dependencies, need to review path to
    javascript libraries (require.min.js and embed-amd.js), failing
    testsuite…

 -- Roland Mas <lolando@debian.org>  Thu, 27 Jan 2022 23:09:51 +0100

ipywidgets (6.0.0-9) unstable; urgency=medium

  * Team upload
  * debian/missing-sources/phosphor/src/ui/vdom.ts: MouseWheelEvent is
    WheelEvent since TypeScript 2.0 (Closes: #997738)
  * debian/patches/python3.10.patch: compatibility with Python 3.10
    (Closes: #1001343)

 -- Graham Inggs <ginggs@debian.org>  Wed, 09 Feb 2022 09:33:43 +0000

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