SHA256
14
0
forked from pool/python-uv

- update to 0.8.4

* Enhancements
  * Improve styling of warning cause chains 
  * Extend wheel filtering to Android tags 
  * Perform wheel lockfile filtering based on platform and OS intersection 
  * Clarify messaging when a new resolution needs to be performed 
 * Preview features
  * Add support for extending package's build dependencies with extra-build-dependencies 
  * Split preview mode into separate feature flags 
 * Configuration
  * Add support for package specific exclude-newer dates via exclude-newer-package 
 * Bug fixes
  * Avoid invalidating lockfile when path or workspace dependencies define explicit indexes 
  * Copy entrypoints that have a shebang that differs in python vs python3 
  * Fix incorrect file permissions in wheel packages 
  * Update validation for environments and required-environments in uv.toml 
 * Documentation
  * Show uv_build in projects documentation 
  * Add UV_ prefix to installer environment variables 
  * Un-hide uv from --build-backend options 
  * Update documentation for preview flags

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=93
This commit is contained in:
2025-07-31 15:51:42 +00:00
committed by Git OBS Bridge
parent 7913d3f51a
commit 0db67f36e0
5 changed files with 31 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.8.3
Version: 0.8.4
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT