File python-pycrdt-websocket.changes of Package python-pycrdt-websocket
-------------------------------------------------------------------
Wed Jul 2 15:23:49 UTC 2025 - Ben Greiner <code@bnavigator.de>
- revert to 0.15.5: jupyter ecosystem not ready yet
-------------------------------------------------------------------
Wed Jul 2 14:19:53 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Remove noarch tag from package and create platlib symlink
gh#y-crdt/pycrdt-websocket#131
-------------------------------------------------------------------
Sun Jun 22 15:32:18 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Back to platlib and wait for upstream
gh#y-crdt/pycrdt-websocket#131
-------------------------------------------------------------------
Sat Jun 21 19:40:23 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 0.16.0
* Add log to BaseYStore abstract class by @krassowski in #120
* Replace references to jupyter-server with y-crdt by
@davidbrochart in #122
* Extract out YStore to pycrdt-store by @davidbrochart in #123
* Change package name from pycrdt_websocket to pycrdt.websocket.
* Move test and docs dependencies to dependency groups by
@davidbrochart in #124
* Handle ASGI lifespan by @davidbrochart in #127
* Run tests on multiple Python versions by @davidbrochart in #129
* Allow room to sync with provider by @davidbrochart in #128
* Drop Jupyter Releaser by @davidbrochart in #133
- Release 0.15.5
* Avoid propagating disconnection message from client #118
(@brichet)
- Make it (faux) arch dependent, because this is now a submodule
of pycrdt and must be installed into python sitearch.
-------------------------------------------------------------------
Wed Jan 29 15:52:16 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 0.15.4
* Increase pycrdt compatible version range #104 (@fcollonval)
- Release 0.15.2
* Remove client on failure #94 (@darabos)
* Dead code #89 (@fcollonval)
-------------------------------------------------------------------
Mon Nov 4 20:05:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.15.1
* Start the server awareness #78 (@brichet)
- Release 0.15.0
* Broadcast server awareness to all clients #73 (@brichet)
* Apply awareness updates to server awareness #76
(@davidbrochart)
- Release 0.14.3
* Remove the awareness in favor of the one from pycrdt #74
(@brichet)
-------------------------------------------------------------------
Fri Aug 30 10:36:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.14.2
* Allow passing a ydoc to a room #66 (@davidbrochart)
* Bump pycrdt >=0.9.0 #56 (@davidbrochart)
* Use sqlite-anyio's Connection async context manager and
exception logger #51 (@davidbrochart)
* Wait for ystore to be started #43 (@davidbrochart)
* Keep the YStore task group alive #42 (@davidbrochart)
* fix ystore start flow #40 (@jzhang20133)
* adding exception handling for room start tasks #33
(@jzhang20133)
* Rework how services are started/stopped #24 (@davidbrochart)
* Replace aiosqlite with sqlite-anyio #22 (@davidbrochart)
* Drop YTest #14 (@davidbrochart)
-------------------------------------------------------------------
Fri Mar 29 19:37:40 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.12.7
* Maintenance and upkeep improvements
-------------------------------------------------------------------
Thu Dec 28 17:00:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Initial specfile for v0.12.6
- Dependency for jupyter-collaboriation v2