14
0

- Update to 0.5.3

* Move dependencies from setup.py to project.toml
  * fix tox config
  * fix flake8 error in local test
  * fix: sub module conflict error
  * Use SO_REUSEPORT only for AF_INET sockets
  * Make flake8 happy
  * Resolve daemon warnings for threading methods
  * Add GHA workflow to build wheels
  * Allow for omitted FieldID in Field definitions
  * Bump version to v0.5.3b1
  * Requires Python3.7
  * feat: optimize error output
  * fix: memory leak risk
  * Bump version 0.5.3b2
  * Add experimental freethreading support
  * Bump version 0.5.3
- Drop 0001-Use-SO_REUSEPORT-only-for-AF_INET-sockets.patch, merged upstream
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=28
This commit is contained in:
2025-08-06 16:15:38 +00:00
committed by Git OBS Bridge
parent d299e6cce3
commit 04dca77ac5
5 changed files with 28 additions and 53 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Aug 5 12:06:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.5.3
* Move dependencies from setup.py to project.toml
* fix tox config
* fix flake8 error in local test
* fix: sub module conflict error
* Use SO_REUSEPORT only for AF_INET sockets
* Make flake8 happy
* Resolve daemon warnings for threading methods
* Add GHA workflow to build wheels
* Allow for omitted FieldID in Field definitions
* Bump version to v0.5.3b1
* Requires Python3.7
* feat: optimize error output
* fix: memory leak risk
* Bump version 0.5.3b2
* Add experimental freethreading support
* Bump version 0.5.3
- Drop 0001-Use-SO_REUSEPORT-only-for-AF_INET-sockets.patch, merged upstream
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Wed Feb 26 11:05:48 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>