forked from pool/python-uv
- update to 0.7.5:
* Enhancements * Add more context to external errors * Align indentation of long arguments * Preserve order of dependencies which are sorted naively * Align progress bars by largest name length * Reinstall local packages in uv add * Rename --raw-sources to --raw * Show 'Downgraded' when self update is used to install an older version * Suggest uv self update if required uv version is newer * Add 3.14 beta images to uv Docker images * Add comma after "i.e." in Conda environment error * Be more precise in unpinned packages warning * Fix detection of sorted dependencies when include-group is used * Fix display of HTTP responses in trace logs for retry of errors * Log skip reasons during Python installation key interpreter match checks * Redact credentials when displaying URLs * Bug fixes * Support case-sensitive module discovery in the build backend * Bump Simple cache bucket to v16 * Don't error when the script is too short for the buffer * Add missing word in "script not supported" error * Avoid erroring on pylock.toml dependency entries * Avoid panics for cannot-be-a-base URLs * Ensure cached realm credentials are applied if no password is found for index URL * Fix .tgz parsing to respect true extension * Fix double self-dependency * Reject pylock.toml in uv add -r * Retain dot-separated wheel tags during cache prune * Retain trailing comments after PEP 723 metadata block OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=51
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad6dbd387c8627571580c81e9e127555d4b91d2bec4578876c5f2505a4cda29c
|
||||
size 3972686
|
3
python-uv-0.7.5.tar.gz
Normal file
3
python-uv-0.7.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31a5e218d8655579f402e9abc02b4eabe5a0f69926fef2e1026841dce7ab259e
|
||||
size 3980955
|
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 14:54:28 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.7.5:
|
||||
* Enhancements
|
||||
* Add more context to external errors
|
||||
* Align indentation of long arguments
|
||||
* Preserve order of dependencies which are sorted naively
|
||||
* Align progress bars by largest name length
|
||||
* Reinstall local packages in uv add
|
||||
* Rename --raw-sources to --raw
|
||||
* Show 'Downgraded' when self update is used to install an older version
|
||||
* Suggest uv self update if required uv version is newer
|
||||
* Add 3.14 beta images to uv Docker images
|
||||
* Add comma after "i.e." in Conda environment error
|
||||
* Be more precise in unpinned packages warning
|
||||
* Fix detection of sorted dependencies when include-group is used
|
||||
* Fix display of HTTP responses in trace logs for retry of errors
|
||||
* Log skip reasons during Python installation key interpreter match checks
|
||||
* Redact credentials when displaying URLs
|
||||
* Bug fixes
|
||||
* Support case-sensitive module discovery in the build backend
|
||||
* Bump Simple cache bucket to v16
|
||||
* Don't error when the script is too short for the buffer
|
||||
* Add missing word in "script not supported" error
|
||||
* Avoid erroring on pylock.toml dependency entries
|
||||
* Avoid panics for cannot-be-a-base URLs
|
||||
* Ensure cached realm credentials are applied if no password is found for index URL
|
||||
* Fix .tgz parsing to respect true extension
|
||||
* Fix double self-dependency
|
||||
* Reject pylock.toml in uv add -r
|
||||
* Retain dot-separated wheel tags during cache prune
|
||||
* Retain trailing comments after PEP 723 metadata block
|
||||
* Documentation
|
||||
* Use "export" instead of "install" in uv export arguments
|
||||
* Remove extra newline
|
||||
* Preview features
|
||||
* Build backend: Normalize glob paths
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 10 16:36:30 UTC 2025 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
|
@@ -33,7 +33,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uv
|
||||
Version: 0.7.3
|
||||
Version: 0.7.5
|
||||
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:189d320e33e4ef36b7d9074ebc96f787aa70fc591ec4b1c22dc9520e443f7089
|
||||
size 63512400
|
||||
oid sha256:910582a93973a59135c5978cd883ce44fa38ec3e38c59675dd62e2654ab69ab0
|
||||
size 56424346
|
||||
|
Reference in New Issue
Block a user