14
0

Accepting request 1167963 from home:mcalabkova:branches:devel:languages:python

- Update to 2.0.0
  * Update to bundled capnproto-1.0.1
  * Remove support for Python 3.7
  * Update Cython version and Python to 3.12
  * Make pycapnp more GIL friendly
  * Remove the synchronous RPC mode
  * Update documentation to async code
  * Some fixes to the magic import system
  * more changes, see CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/1167963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycapnp?expand=0&rev=11
This commit is contained in:
2024-04-17 06:30:34 +00:00
committed by Git OBS Bridge
parent 93b876240f
commit 2e6c05c64a
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 16 08:24:15 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 2.0.0
* Update to bundled capnproto-1.0.1
* Remove support for Python 3.7
* Update Cython version and Python to 3.12
* Make pycapnp more GIL friendly
* Remove the synchronous RPC mode
* Update documentation to async code
* Some fixes to the magic import system
* more changes, see CHANGELOG.md
-------------------------------------------------------------------
Sun Aug 13 19:51:17 UTC 2023 - Dirk Müller <dmueller@suse.com>