14
0
forked from pool/python-pyzmq

- Update to 27.0.0

* The Cython backend has been rewritten using Cython 3’s pure Python
    mode.
  * The build system has been rewritten to use CMake via scikit-build-core
    instead of setuptools
  * Bundled libzmq is updated to 4.3.5, which changes its license from
    LGPL to MPL.
  * Many smaller changes, see upstream chngelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=123
This commit is contained in:
2025-07-08 04:54:43 +00:00
committed by Git OBS Bridge
parent 925550316a
commit e59546760c
5 changed files with 27 additions and 29 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jul 7 10:27:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 27.0.0
* The Cython backend has been rewritten using Cython 3s pure Python
mode.
* The build system has been rewritten to use CMake via scikit-build-core
instead of setuptools
* Bundled libzmq is updated to 4.3.5, which changes its license from
LGPL to MPL.
* Many smaller changes, see upstream chngelog
-------------------------------------------------------------------
Wed Jun 11 05:49:39 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>