SHA256
14
0
forked from pool/python-uv

- update to 0.7.20

* Enhancements
   * Add --workspace flag to uv add 
   * Add auto-detection for Intel GPUs 
   * Drop trailing arguments when writing shebangs 
   * Add debug message when skipping Python downloads 
   * Add support for declaring multiple modules in namespace packages 
 * Bug fixes
   * Revert normalization of trailing slashes on index URLs 
   * Fix forced resolution with all extras in uv version 
   * Fix handling of pre-releases in preferences 
   * Remove transparent variants in uv-extract to enable retries 
 * Rust API
   * Add method to get packages involved in a NoSolutionError 
   * Make ErrorTree for NoSolutionError public 
 * Documentation
   * Finish incomplete sentence in pip migration guide 
   * Remove cache-dependency-glob examples for setup-uv 
   * Remove uv pip sync suggestion with pyproject.toml 
   * Update documentation for GitHub to use setup-uv@v6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=84
This commit is contained in:
2025-07-13 14:48:57 +00:00
committed by Git OBS Bridge
parent 998a47414e
commit f04b23b8e9
5 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jul 13 13:50:02 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.20
* Enhancements
* Add --workspace flag to uv add
* Add auto-detection for Intel GPUs
* Drop trailing arguments when writing shebangs
* Add debug message when skipping Python downloads
* Add support for declaring multiple modules in namespace packages
* Bug fixes
* Revert normalization of trailing slashes on index URLs
* Fix forced resolution with all extras in uv version
* Fix handling of pre-releases in preferences
* Remove transparent variants in uv-extract to enable retries
* Rust API
* Add method to get packages involved in a NoSolutionError
* Make ErrorTree for NoSolutionError public
* Documentation
* Finish incomplete sentence in pip migration guide
* Remove cache-dependency-glob examples for setup-uv
* Remove uv pip sync suggestion with pyproject.toml
* Update documentation for GitHub to use setup-uv@v6
-------------------------------------------------------------------
Sat Jul 5 00:05:00 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>