14
0
Files
python-pycapnp/python-pycapnp.changes
Dirk Mueller 93b876240f - update to 1.3.0:
* Update to bundled capnproto-0.10.3
  * Add Python 3.11
  * Prevent race condition in example code (#305)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycapnp?expand=0&rev=9
2023-08-13 19:51:42 +00:00

55 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Sun Aug 13 19:51:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Update to bundled capnproto-0.10.3
* Add Python 3.11
* Prevent race condition in example code (#305)
-------------------------------------------------------------------
Wed Dec 7 20:52:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.2.2
* Update bundled bundled capnp to 0.8.1 due to CVE-2022-46149
* This only affects pycapnp if you're using bundled capnp (otherwise
just update libcapnp)
* pypi packages are affected
-------------------------------------------------------------------
Fri Oct 28 20:02:46 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.2.1
* Fix packaging for Apple Silicon
-------------------------------------------------------------------
Tue Oct 4 23:56:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v1.2.0 (2022-08-29)
Added support for Apple Silicon
- Update to v1.1.1 (2022-05-23)
Added Python 3.10 support
aarch64 wheel support
Fix doc string for _DynamicResizableListBuilder
fix for unreleased buffers under mmap (issue 280)
- Update to v1.1.0 (2021-06-09)
Validated compatibility with Python 3.10.0b2
Remove all bare except
Improve _StructModuleWhich to inherit from enum.Enum
Add Union on top level union messages
Fixed memory leak in _SegmentArrayMessageReader
Removed many pycodestyle warnings
Avoid crash if __file__ is not set by importer
Fixed module.pyx _set_<field> for boolean fields
Fixed setup.py.tmpl support for *.c++ files
Fixed _gen.py for python3 as dict_keys object are not indexable.
Add test data to sdist
Add pyproject.yaml
Add missing inheritance to _Schema for _StructSchema
-------------------------------------------------------------------
Wed Mar 10 07:15:37 AM UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.0.0