Package: python-awkward / 2.8.9-1

Metadata

Package Version Patches format
python-awkward 2.8.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no internet.patch | (download)

noxfile.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 do not try to download packages from pypi
 The nox prepare target assumes that a virtual environment will be used.
 Therefore, it tries to install all build dependencies from pyPI before
 processing its build steps. This is not desired in our build environment.
remove rapidjson license reference.diff | (download)

awkward-cpp/pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 removed references to rapidjson in pyproject.html
 rapidjson is being installed along with python-awkward via apt
 and rapidjson upstream needs recursive git clone but is not
 needed here due to rapidjson already being installed via apt.
 This patch also fixes build errors for a non existent license
 of rapidjson.
 .
 python-awkward (2.8.9-1) unstable; urgency=medium
 .
   * Package Adoption
   * Updated to version 2.8.9
   * Updated dependency pybind11-dev to 3.0.1 to fix C++ errors (Closes #1111956)
   * Remove rapidjson license reference in pyproject.toml