17
0

Compare commits

4 Commits

Author SHA256 Message Date
c4de304bee Accepting request 1297991 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1297991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-thriftpy2?expand=0&rev=12
2025-08-07 14:48:42 +00:00
04dca77ac5 - 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
2025-08-06 16:15:38 +00:00
08f50e1d64 Accepting request 1248709 from devel:languages:python
- Add patch 0001-Use-SO_REUSEPORT-only-for-AF_INET-sockets.patch to
  make it compatible with latest cpython. gh#Thriftpy/thriftpy2#303
- Update to 0.5.2:
  * Fix an issue where loading a thrift file in a sub-thread will cause an error with load_fp.
  * Move static metadata from setup.py to pyproject.toml.
  * Using a thread pool to avoid TAsyncSocket.open block the event loop.
- 0.5.1:
  * Fix an issue where loading a thrift file in a sub-thread will cause an error.
  * Some typo fixes.

OBS-URL: https://build.opensuse.org/request/show/1248709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-thriftpy2?expand=0&rev=11
2025-02-26 16:24:32 +00:00
d299e6cce3 - Add patch 0001-Use-SO_REUSEPORT-only-for-AF_INET-sockets.patch to
make it compatible with latest cpython. gh#Thriftpy/thriftpy2#303
- Update to 0.5.2:
  * Fix an issue where loading a thrift file in a sub-thread will cause an error with load_fp.
  * Move static metadata from setup.py to pyproject.toml.
  * Using a thread pool to avoid TAsyncSocket.open block the event loop.
- 0.5.1:
  * Fix an issue where loading a thrift file in a sub-thread will cause an error.
  * Some typo fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=26
2025-02-26 12:07:51 +00:00

Diff Content Not Available