forked from pool/python-uv
- update to 0.7.3
* Enhancements * Add --dry-run support to uv self update * Add --show-with to uv tool list to list packages included by --with * De-duplicate fetched index URLs * Support more zip compression formats: bzip2, lzma, xz, zstd * Add support for downloading GraalPy * Improve error message when a virtual environment Python symlink is broken * Use fs_err for paths in symlinking errors * Minify and embed managed Python JSON at compile time * Preview features * Build backend: Make preview default and add configuration docs * Build backend: Allow escaping in globs * Build backend: Make builds reproducible across operating systems * Configuration * Add python-downloads-json-url option for uv.toml to configure custom Python installations via JSON URL * Bug fixes * Check nested IO errors for retries * Accept musllinux_1_0 as a valid platform tag * Fix discovery of pre-release managed Python versions in range requests * Respect locked script preferences in uv run --with * Retry streaming downloads on broken pipe errors * Treat already-installed base environment packages as preferences in uv run --with * Avoid enumerating sources in errors for path Python requests * Avoid re-creating virtual environment with --no-sync * Documentation * Remove outdated description of index strategy * Update "Viewing the version" docs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=47
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf42c698cff01e7f383351efce7f014af788810fa77d41a8f4a853e073582d1e
|
||||
size 4017722
|
3
python-uv-0.7.3.tar.gz
Normal file
3
python-uv-0.7.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad6dbd387c8627571580c81e9e127555d4b91d2bec4578876c5f2505a4cda29c
|
||||
size 3972686
|
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 10:59:10 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.7.3
|
||||
* Enhancements
|
||||
* Add --dry-run support to uv self update
|
||||
* Add --show-with to uv tool list to list packages included by --with
|
||||
* De-duplicate fetched index URLs
|
||||
* Support more zip compression formats: bzip2, lzma, xz, zstd
|
||||
* Add support for downloading GraalPy
|
||||
* Improve error message when a virtual environment Python symlink is broken
|
||||
* Use fs_err for paths in symlinking errors
|
||||
* Minify and embed managed Python JSON at compile time
|
||||
* Preview features
|
||||
* Build backend: Make preview default and add configuration docs
|
||||
* Build backend: Allow escaping in globs
|
||||
* Build backend: Make builds reproducible across operating systems
|
||||
* Configuration
|
||||
* Add python-downloads-json-url option for uv.toml to configure custom Python installations via JSON URL
|
||||
* Bug fixes
|
||||
* Check nested IO errors for retries
|
||||
* Accept musllinux_1_0 as a valid platform tag
|
||||
* Fix discovery of pre-release managed Python versions in range requests
|
||||
* Respect locked script preferences in uv run --with
|
||||
* Retry streaming downloads on broken pipe errors
|
||||
* Treat already-installed base environment packages as preferences in uv run --with
|
||||
* Avoid enumerating sources in errors for path Python requests
|
||||
* Avoid re-creating virtual environment with --no-sync
|
||||
* Documentation
|
||||
* Remove outdated description of index strategy
|
||||
* Update "Viewing the version" docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 2 18:16:12 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@@ -33,7 +33,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uv
|
||||
Version: 0.7.2
|
||||
Version: 0.7.3
|
||||
Release: 0
|
||||
Summary: A Python package installer and resolver, written in Rust
|
||||
License: Apache-2.0 OR MIT
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:048d75c8026c3e602e5c8191d3b491325824939061ff74ddbc852f7e9c01ebe2
|
||||
size 64237569
|
||||
oid sha256:189d320e33e4ef36b7d9074ebc96f787aa70fc591ec4b1c22dc9520e443f7089
|
||||
size 63512400
|
||||
|
Reference in New Issue
Block a user