SHA256
14
0
forked from pool/python-uv

- update to 0.8.5

* Enhancements
  * Enable uv run with a GitHub Gist 
  * Improve HTTP response caching log messages 
  * Show wheel tag hints in install plan 
  * Support installing additional executables in uv tool install 
 * Preview features
  * Enable extra build dependencies to 'match runtime' versions 
  * Remove duplicate extra-build-dependencies warnings for uv pip 
  * Use "option" instead of "setting" in pylock warning 
  * Respect extra build requires when reading from wheel cache 
  * Preserve lowered extra build dependencies 
 * Bug fixes
  * Add Python versions to markers implied from wheels 
  * Ensure consistent indentation when adding dependencies 
  * Fix handling of python-preference = system when managed interpreters are on the PATH 
  * Fix symlink preservation in virtual environment creation 
  * Gracefully handle entrypoint permission errors 
  * Include wheel hashes from local Simple indexes 
  * Prefer system Python installations over managed ones when --system is used 
  * Remove retry wrapper when matching on error kind 
  * Revert h2 upgrade 
 * Documentation
  * Improve visibility of copy and line separator in dark mode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=95
This commit is contained in:
2025-08-06 13:23:59 +00:00
committed by Git OBS Bridge
parent f4fcc84bf4
commit 0364dcdf65
5 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Aug 6 12:36:01 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.5
* Enhancements
* Enable uv run with a GitHub Gist
* Improve HTTP response caching log messages
* Show wheel tag hints in install plan
* Support installing additional executables in uv tool install
* Preview features
* Enable extra build dependencies to 'match runtime' versions
* Remove duplicate extra-build-dependencies warnings for uv pip
* Use "option" instead of "setting" in pylock warning
* Respect extra build requires when reading from wheel cache
* Preserve lowered extra build dependencies
* Bug fixes
* Add Python versions to markers implied from wheels
* Ensure consistent indentation when adding dependencies
* Fix handling of python-preference = system when managed interpreters are on the PATH
* Fix symlink preservation in virtual environment creation
* Gracefully handle entrypoint permission errors
* Include wheel hashes from local Simple indexes
* Prefer system Python installations over managed ones when --system is used
* Remove retry wrapper when matching on error kind
* Revert h2 upgrade
* Documentation
* Improve visibility of copy and line separator in dark mode
-------------------------------------------------------------------
Thu Jul 31 15:49:55 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>