Roundup Tracker - Issues

Message8529

Author rouilj
Recipients ber, rouilj
Date 2026-09-23.16:53:24
Message-id <1790182404.86.0.65910309362.issue2551430@roundup-tracker.org>
In-reply-to
Note: you only see the Deprecation warning during build if the gpg build
fails.

You can force the error using

  RUN PYTHONWARNINGS="error" pip install --no-cache-dir gpg --no-build-
isolation

in the Dockerfile.

Also Roundup requires setuptools >= 78.1.1 so the SPDX license format is
supported in all
recent Roundup builds and Roundup uses that format in setup.py:

          license_expression="MIT AND ZPL-2.0 AND PSF-2.0",
History
Date User Action Args
2026-09-23 16:53:24rouiljsetmessageid: <1790182404.86.0.65910309362.issue2551430@roundup-tracker.org>
2026-09-23 16:53:24rouiljsetrecipients: + rouilj, ber
2026-09-23 16:53:24rouiljlinkissue2551430 messages
2026-09-23 16:53:24rouiljcreate