SHA256
14
0
forked from pool/python-uv

- update to 0.7.14:

* Enhancements
   * Add XPU to --torch-backend 
   * Add ROCm backends to --torch-backend 
   * Remove preview label from --torch-backend 
   * Add [tool.uv.dependency-groups].mygroup.requires-python 
   * Add auto-detection for AMD GPUs 
   * Show retries for HTTP status code errors 
   * Support transparent Python patch version upgrades 
   * Warn on empty index directory 
   * Publish to DockerHub 
 * Performance
   * Make cold resolves about 10% faster 
 * Bug fixes
   * Don't use walrus operator in interpreter query script 
   * Fix handling of changes to requires-python 
   * Fix implied platform_machine marker for win_amd64 platform tag 
   * Only update existing symlink directories on preview uninstall 
   * Serialize Python requests for tools as canonicalized strings 
   * Support netrc and same-origin credential propagation on index redirects 
   * Support reading dependency-groups from pyproject.tomls with no [project] 
   * Handle an existing shebang in uv init --script 
   * Prevent concurrent updates of the environment in uv run 
   * Filter managed Python distributions by platform before querying when included in request 
 * Documentation
   * Replace cuda124 with cuda128 
   * Document the way member sources shadow workspace sources 
   * Sync documented PyTorch integration index for CUDA and ROCm versions from PyTorch website

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=71
This commit is contained in:
2025-06-24 00:43:15 +00:00
committed by Git OBS Bridge
parent 1b9194fda8
commit b8ff0076a1
5 changed files with 38 additions and 6 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Jun 23 23:15:06 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.14:
* Enhancements
* Add XPU to --torch-backend
* Add ROCm backends to --torch-backend
* Remove preview label from --torch-backend
* Add [tool.uv.dependency-groups].mygroup.requires-python
* Add auto-detection for AMD GPUs
* Show retries for HTTP status code errors
* Support transparent Python patch version upgrades
* Warn on empty index directory
* Publish to DockerHub
* Performance
* Make cold resolves about 10% faster
* Bug fixes
* Don't use walrus operator in interpreter query script
* Fix handling of changes to requires-python
* Fix implied platform_machine marker for win_amd64 platform tag
* Only update existing symlink directories on preview uninstall
* Serialize Python requests for tools as canonicalized strings
* Support netrc and same-origin credential propagation on index redirects
* Support reading dependency-groups from pyproject.tomls with no [project]
* Handle an existing shebang in uv init --script
* Prevent concurrent updates of the environment in uv run
* Filter managed Python distributions by platform before querying when included in request
* Documentation
* Replace cuda124 with cuda128
* Document the way member sources shadow workspace sources
* Sync documented PyTorch integration index for CUDA and ROCm versions from PyTorch website
-------------------------------------------------------------------
Fri Jun 13 14:36:19 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>