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 2026-06-30 15:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uv (Old)
 and      /work/SRC/openSUSE:Factory/.python-uv.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uv"

Tue Jun 30 15:11:43 2026 rev:105 rq:1362488 version:0.11.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uv/python-uv.changes      2026-06-25 
17:14:11.731172913 +0200
+++ /work/SRC/openSUSE:Factory/.python-uv.new.11887/python-uv.changes   
2026-06-30 15:12:15.769664410 +0200
@@ -1,0 +2,33 @@
+Mon Jun 29 14:10:18 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Disable debuginfo generation on 32-bit arches
+- Fix quoting of RUSTFLAGS and passing of link-arg
+
+-------------------------------------------------------------------
+Sun Jun 28 22:49:17 UTC 2026 - Ondřej Súkup <[email protected]>
+
+- upadate to 0.11.25
+ * Enhancements
+  * Add a full "lockfile" to tool receipts 
+  * Allow scoped overrides to add dependencies 
+  * Avoid writing redundant lockfile markers with tool.uv.environments 
+  * Factor supported environments out of lockfile markers 
+  * Recommend our own build backend in the build frontend 
+  * Reject wheels with multiple .dist-info directories 
+  * Simplify dependency markers under parent reachability 
+  * Support scoped dependency exclusions 
+  * Support scoped dependency overrides 
+  * Explain why files are skipped in registry index parsing 
+ * Preview features
+  * Add uv workspace list --scripts 
+  * Support centralised environments in uv venv 
+  * Use locked ty versions in uv check 
+  * Add centralized storage of project environments 
+  * Verify lockfile hashes before reusing a cached ty in uv check 
+  * Use locked dependency selection for uv check --script 
+ * Bug fixes
+  * 
+  * Preserve standalone markers in workspace metadata 
+  * Reject uv build if the cache dir is enclosed 
+
+-------------------------------------------------------------------

Old:
----
  python-uv-0.11.24.tar.gz

New:
----
  python-uv-0.11.25.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-uv.spec ++++++
--- /var/tmp/diff_new_pack.YRzVm4/_old  2026-06-30 15:12:18.453755320 +0200
+++ /var/tmp/diff_new_pack.YRzVm4/_new  2026-06-30 15:12:18.469755862 +0200
@@ -27,13 +27,13 @@
 %endif
 
 %if %{with mold}
-%global build_rustflags "-C" "linker=clang" "-C" 
"link-arg='-fuse-ld=/usr/bin/mold -Wl,-z,relro,-z,now'" "-C" "debuginfo=2" "-C" 
"incremental=false" "-C" "strip=none"
+%global build_rustflags -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C 
link-arg=-Wl,-z,relro,-z,now -C debuginfo=2 -C incremental=false -C strip=none
 %endif
 
 %bcond_without libalternatives
 %{?sle15_python_module_pythons}
 Name:           python-uv
-Version:        0.11.24
+Version:        0.11.25
 Release:        0
 Summary:        A Python package installer and resolver, written in Rust
 License:        Apache-2.0 OR MIT
@@ -120,10 +120,12 @@
 export CARGO_FEATURE_VENDORED=1
 export RUSTFLAGS="%build_rustflags"
 export CARGO_NET_OFFLINE=true
-%ifarch %rust_tier1_arches
-export CARGO_PROFILE_RELEASE_DEBUG=full
+%ifarch %arm %ix86
+# Debuginfo needs too much memory for 32-bit architectures.
+export CARGO_PROFILE_RELEASE_DEBUG=none
+export RUSTFLAGS="%build_rustflags -C debuginfo=0"
 %else
-export CARGO_PROFILE_RELEASE_DEBUG=limited
+export CARGO_PROFILE_RELEASE_DEBUG=full
 %endif
 export CARGO_PROFILE_RELEASE_SPLIT_DEBUGINFO=off
 export CARGO_PROFILE_RELEASE_STRIP=false

++++++ python-uv-0.11.24.tar.gz -> python-uv-0.11.25.tar.gz ++++++
++++ 19370 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/python-uv/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.python-uv.new.11887/vendor.tar.zst differ: char 7, 
line 1

Reply via email to