python-anywidget
No description set
- Sources inherited from project devel:languages:python:jupyter
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / python-anywidget
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dgarcia:python312:numeric/python-anywidget && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
anywidget-0.8.0.tar.gz | 0003071616 2.93 MB | |
python-anywidget.changes | 0000002215 2.16 KB | |
python-anywidget.spec | 0000003615 3.53 KB |
Revision 11 (latest revision is 26)
Benjamin Greiner (bnavigator)
committed
(revision 11)
- Update to 0.8.0 * Remove re-export of @anywidget/vite from main package (#398) * Breaking change. If using our Vite plugin, please make sure to install @anywidget/vite (rather than importing from anywidget main package). This change allows us to version the Vite plugin and anywidget's core separately. // vite.config.mjs import { defineConfig } from "vite"; -- import anywidget from "anywidget/vite"; ++ import anywidget from "@anywidget/vite"; If you are already using @anywidget/vite, there are no changes necessary.
Comments 0