Ben Beasley
Ben Beasley
`pytest.collect.File` was moved to `pytest.File` in pytest 7 It turns out that `pytest.File` was already available in all versions of pytest this project claims to support, so the change is...
Use the `name` element in a `developer` block instead, as recommended by `appstreamcli` 1.0.0. This fixes all warnings when validating the AppData XML file, although there are still informational messages:...
Use `Py_TRASHCAN_BEGIN`/`END` instead. https://bugs.python.org/issue44874 These are removed from the limited C API in Python 3.9, deprecated in 3.11, and removed in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#id8
As far as I can tell (and I may well be missing something!), `contractor` is only executed via the service file, and nothing really needs it to be on the...
The `tableOrder` is freed after the header is wrtten. If a decoding or encoding failure occurs thereafter, resulting in a jump to the “`failure`” label, the `tableOrder` can be freed...
With the current procedure for creating a release (https://github.com/census-instrumentation/opencensus-proto/blob/master/RELEASING.md#tagging-the-release), the `CURRENT_OPENCENSUS_PROTO_VERSION` loses `-SNAPSHOT` or `dev0` in the release branches, but the version number in `gen-python/version.py` is not updated for the...
Please consider finding a way to publish the Python bindings as a package on [PyPI](https://pypi.org/). While this is a little inconvenient, it’s pretty important for prospective Python users. Obviously, being...
### Description As a Fedora packager, I always need to know what I am packaging. For each update, I skim the source diff, looking for things like: - New licenses,...
## Describe the Bug In the next version of glibc, 2.34, `SIGSTKSZ` will be changed from a preprocessor constant to an expression involving a runtime function call. This has broken...