Ben Beasley

Results 183 issues of Ben Beasley

Testing Sleef 3.6 in Fedora Linux (Rawhide), with GCC 14.0.1, I see several regressions from 3.5.1: **x86_64** ``` 1 - iut (Failed) ``` **aarch64** ``` 1 - iut (Failed) 21...

This private function is no longer exported in Python 3.13. It is possible that a `PyList_Extend()` function-like macro may be added before Python 3.13 final, but using `PyList_SetSlice()` directly will...

This simply loosens the version upper bounds to `

* **asyncpg version**: 0.29.0 * **PostgreSQL version**: 15.4 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: N/A, building...

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:...

The latest version of gtest (1.13.0) requires C++14, but easyloggingpp compiles and runs its tests as C++11. ``` In file included from /usr/include/gtest/gtest-message.h:57, from /usr/include/gtest/gtest-assertion-result.h:46, from /usr/include/gtest/gtest.h:64, from /builddir/build/BUILD/easyloggingpp-8489989bb26c6371df103f6cbced3fbee1bc3c2f/test/test.h:11, from...

See: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

In hatch 1.9.2, one test failure related to distributions and variants appears on non-`x86_64` architectures, that is, at least on `i686`, `ppc64le`, `s390x`, and `aarch64`. ``` =================================== FAILURES =================================== _______________________...

On Fedora Linux 39, `x86_64`, with Python 3.12.0: ``` gh repo clone hgrecco/pint cd pint git checkout 0.23 python3 -m venv _e . _e/bin/activate pip install -e .[test,numpy,xarray,dask] pytest ```...

**Describe the bug** The `CHANGELOG.md` file is installed in the root of the virtualenv or filesystem prefix (e.g. `/usr/CHANGELOG.md`). **To Reproduce** Steps to reproduce the behavior: ``` $ python3 -m...

bug