1
0

- Update to 8.1.1

* Raise error when copy method is used on base widget class by
    @mmc1718 in #3780
  * Reverts #3689 and #3738 back to the original working codebase
    by @martinRenou in #3830

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=42
This commit is contained in:
2023-09-24 17:51:03 +00:00
committed by Git OBS Bridge
parent 61b2d2d4fe
commit 907b165168
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Sep 24 17:49:04 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 8.1.1
* Raise error when copy method is used on base widget class by
@mmc1718 in #3780
* Reverts #3689 and #3738 back to the original working codebase
by @martinRenou in #3830
-------------------------------------------------------------------
Fri Aug 18 18:01:24 UTC 2023 - Ben Greiner <code@bnavigator.de>