* 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
- 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
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