SHA256
15
0
forked from pool/python-uv

Accepting request 1302718 from devel:languages:python

- 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/request/show/1302718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uv?expand=0&rev=47
This commit is contained in:
2025-09-04 15:59:52 +00:00
committed by Git OBS Bridge
5 changed files with 27 additions and 6 deletions

Binary file not shown.

BIN
python-uv-0.8.15.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Sep 4 11:03:52 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- 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
-------------------------------------------------------------------
Tue Sep 2 14:56:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

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

BIN
vendor.tar.zst LFS

Binary file not shown.