forked from pool/python-uv
- update to 0.7.0
+ Breaking Changes: * Update uv version to display and update project versions * Avoid fallback to subsequent indexes on authentication failure * Require the command in uvx <name> to be available in the Python environment * Use index URL instead of package URL for keyring credential lookups * Remove --version from subcommands * Omit Python 3.7 downloads from managed versions * Reject non-PEP 751 TOML files in install, compile, and export commands * Ignore arbitrary Python requests in version files * Error on unknown dependency object specifiers * Make --frozen and --no-sources conflicting options * Treat empty UV_PYTHON_INSTALL_DIR and UV_TOOL_DIR as unset * Enhancements * Disallow mixing requirements across PyTorch indexes * Add optional managed Python archive download cache * Add poetry-core as a uv init build backend option * Show tag hints when failing to find a compatible wheel in pylock.toml * Report Python versions in pyvenv.cfg version mismatch * Bug fixes * Avoid erroring on omitted wheel-only packages in pylock.toml * Fix display name for uvx --version * Restore handling of authentication when encountering redirects * Respect build options (--no-binary et al) in pylock.toml * Use upload-time rather than upload_time in uv.lock * Documentation * Changed fish completions append >> to overwrite > * Add pylock.toml mentions where relevant * Add ROCm example to the PyTorch guide * Upgrade PyTorch guide to CUDA 12.8 and PyTorch 2.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=43
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:506c5970777ace5840c2d3a90b507265aab24749469ba03f88526c4b6f9bfa70
|
||||
size 3993404
|
3
python-uv-0.7.0.tar.gz
Normal file
3
python-uv-0.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2be8f58299b01729b59d04a216783c6171e7ea6e0eca10e05ff6048f03018277
|
||||
size 4021195
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 09:34:05 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.7.0
|
||||
+ Breaking Changes:
|
||||
* Update uv version to display and update project versions
|
||||
* Avoid fallback to subsequent indexes on authentication failure
|
||||
* Require the command in uvx <name> to be available in the Python environment
|
||||
* Use index URL instead of package URL for keyring credential lookups
|
||||
* Remove --version from subcommands
|
||||
* Omit Python 3.7 downloads from managed versions
|
||||
* Reject non-PEP 751 TOML files in install, compile, and export commands
|
||||
* Ignore arbitrary Python requests in version files
|
||||
* Error on unknown dependency object specifiers
|
||||
* Make --frozen and --no-sources conflicting options
|
||||
* Treat empty UV_PYTHON_INSTALL_DIR and UV_TOOL_DIR as unset
|
||||
* Enhancements
|
||||
* Disallow mixing requirements across PyTorch indexes
|
||||
* Add optional managed Python archive download cache
|
||||
* Add poetry-core as a uv init build backend option
|
||||
* Show tag hints when failing to find a compatible wheel in pylock.toml
|
||||
* Report Python versions in pyvenv.cfg version mismatch
|
||||
* Bug fixes
|
||||
* Avoid erroring on omitted wheel-only packages in pylock.toml
|
||||
* Fix display name for uvx --version
|
||||
* Restore handling of authentication when encountering redirects
|
||||
* Respect build options (--no-binary et al) in pylock.toml
|
||||
* Use upload-time rather than upload_time in uv.lock
|
||||
* Documentation
|
||||
* Changed fish completions append >> to overwrite >
|
||||
* Add pylock.toml mentions where relevant
|
||||
* Add ROCm example to the PyTorch guide
|
||||
* Upgrade PyTorch guide to CUDA 12.8 and PyTorch 2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 13:41:43 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.6.16
|
||||
Version: 0.7.0
|
||||
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:3423d697d689a897819b349a9996a050abb27e6139ad12bd5800197a0a81dd14
|
||||
size 64151230
|
||||
oid sha256:0564bbd79cccde8a50f153db8b4e725a87fafc62a33973191c0f154144f26ea6
|
||||
size 64195623
|
||||
|
Reference in New Issue
Block a user