Package: poetry-core / 1.4.0-4
Metadata
Package | Version | Patches format |
---|---|---|
poetry-core | 1.4.0-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Skip test that fail on the build.patch | (download) |
tests/masonry/builders/test_complete.py |
3 2 1 - 0 ! |
skip test that fail on the build This tests fail during the build. This need more investigation, but I decided skip the test to try add poetry package into Debian. |
0002 Ensure dist info is written deterministically.patch | (download) |
src/poetry/core/masonry/builders/wheel.py |
4 2 2 - 0 ! |
[patch 1/2] builders/wheel: ensure dist-info is written determinisically glob() returns values in "on disk" order. To make the RECORD file deterministic and consistent between builds we need to sort the data before adding to the records list. Signed-off-by: Richard Purdie <[email protected]> |
1