SHA256
14
0
forked from pool/python-uv

- update to 0.8.15

* Enhancements
  * Add uv auth commands for credential management 
  * Add pyx support to uv auth commands 
  * Add uv tree --show-sizes to show package sizes 
  * Add --python-platform riscv64-unknown-linux 
  * Add --python-platform to uv run and uv tool 
  * Add uv publish --dry-run 
  * Add zstandard support for wheels 
  * Allow registries to pre-provide core metadata 
  * Retry streaming Python and binary download errors 
 * Bug fixes
  * Fix settings rendering for extra-build-dependencies 
  * Skip non-existent directories in bytecode compilation 
 * Error messages
  * Add error trace to invalid package format

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=112
This commit is contained in:
2025-09-04 11:05:25 +00:00
committed by Git OBS Bridge
parent 130acdce43
commit f94c6e1f37
5 changed files with 27 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
#
# spec file for package python-uv
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
@@ -33,7 +34,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.8.14
Version: 0.8.15
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT