python4yahdlc
python4yahdlc copied to clipboard
Python binding of the yahdlc library
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.18.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.18.0 ✨ Adds CPython 3.13 support, under the prerelease flag CIBW_PRERELEASE_PYTHONS. This version of cibuildwheel uses 3.13.0b1. Free-threading...
Version 4.7.0 of the [setup-python action](https://github.com/actions/setup-python) allows getting the Python versions from a `pyproject.toml` file. This would remove the need to update the supported Python versions in multiple files. However,...
Hey! As far as I can see, `python4yahdlc` doesn't use a continuous buffer, like yahdlc recommends, but still persists its state. This makes it dump raw memory sometimes and doesn't...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.20.0. Release notes Sourced from pypa/cibuildwheel's releases. Version 2.20.0 🌟 CPython 3.13 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. Release notes Sourced from actions/setup-python's releases. v5.1.1 What's Changed Bug fixes: fix(ci): update all failing workflows by @mayeut in actions/setup-python#863 This update ensures compatibility...
`static PyObject *frame_data(PyObject *self, PyObject *args) ` and `static PyObject *get_data(PyObject *self, PyObject *args) ` both declare a `const char* array` which `PyArg_ParseTuple` is supposed to populate. The behavior seems...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.9.0 💅 Cosmetic Output Improvements @woodruffw💰 updated the tense on password nudge in #234 @shenxianpeng💰 helped us disable...
I want to ignore fcs in frames and not raise errors (i am going to use custom FEC).
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 3.3.0. Release notes Sourced from pypa/cibuildwheel's releases. v3.3.0 🐛 Fix an incompatibility with Docker v29 (#2660) ✨ Adds test-runtime option, to customise how tests on...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...