Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-uv for openSUSE:Factory checked in at 2025-07-03 12:10:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uv (Old) and /work/SRC/openSUSE:Factory/.python-uv.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uv" Thu Jul 3 12:10:46 2025 rev:32 rq:1290024 version:0.7.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uv/python-uv.changes 2025-07-02 17:30:55.663295957 +0200 +++ /work/SRC/openSUSE:Factory/.python-uv.new.1903/python-uv.changes 2025-07-03 12:13:11.524519428 +0200 @@ -1,0 +2,6 @@ +Wed Jul 2 10:33:55 UTC 2025 - Daniel Garcia <daniel.gar...@suse.com> + +- Reduce memory usage during build, removing lto=fat from Cargo.toml. + bsc#1245526 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uv.spec ++++++ --- /var/tmp/diff_new_pack.UDqkIZ/_old 2025-07-03 12:13:12.288551427 +0200 +++ /var/tmp/diff_new_pack.UDqkIZ/_new 2025-07-03 12:13:12.292551595 +0200 @@ -103,8 +103,13 @@ %prep %autosetup -p1 -a1 -n uv-%{version} +%ifnarch x86_64 +# Reduce memory consumption for non x86 arches +sed -i '/lto = "fat"/d' Cargo.toml +%endif %build +export LDFLAGS="--no-keep-memory" export CARGO_AUDITABLE="auditable" export CARGO_INCREMENTAL=0 export CARGO_FEATURE_VENDORED=1