SHA256
14
0
forked from pool/python-uv

- Reduce memory usage during build, removing lto=fat from Cargo.toml.

bsc#1245526

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=80
This commit is contained in:
2025-07-02 16:08:50 +00:00
committed by Git OBS Bridge
parent 50b1c7302c
commit 885db77dd4
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 2 10:33:55 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Reduce memory usage during build, removing lto=fat from Cargo.toml.
bsc#1245526
-------------------------------------------------------------------
Wed Jul 2 08:35:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>