SHA256
14
0
forked from pool/python-uv

- update to 0.7.21

* Enhancements
   * Add --python-platform to uv sync 
   * Support pre-releases in uv version --bump 
   * Add -w shorthand for --with 
   * Add an exception handler on Windows to display information on crash 
   * Add hint when Python downloads are disabled 
   * Add UV_HTTP_RETRIES to customize retry counts 
   * Follow leaf symlinks matched by globs in cache-key 
   * Support parent path components (..) in globs in cache-key 
   * Improve cache-key performance 
 * Preview features
   * Add uv sync --output-format json 
 * Bug fixes
   * Do not re-resolve with a new Python version in uv tool if it is incompatible with --python 
 * Documentation
   * Document how to nest dependency groups with include-group 
   * Fix repeated word in Pyodide doc 
   * Update CONTRIBUTING.md with instructions to format Markdown files via Docker 
   * Fix version number for setup-python

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

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Jul 15 08:11:49 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.21
* Enhancements
* Add --python-platform to uv sync
* Support pre-releases in uv version --bump
* Add -w shorthand for --with
* Add an exception handler on Windows to display information on crash
* Add hint when Python downloads are disabled
* Add UV_HTTP_RETRIES to customize retry counts
* Follow leaf symlinks matched by globs in cache-key
* Support parent path components (..) in globs in cache-key
* Improve cache-key performance
* Preview features
* Add uv sync --output-format json
* Bug fixes
* Do not re-resolve with a new Python version in uv tool if it is incompatible with --python
* Documentation
* Document how to nest dependency groups with include-group
* Fix repeated word in Pyodide doc
* Update CONTRIBUTING.md with instructions to format Markdown files via Docker
* Fix version number for setup-python
-------------------------------------------------------------------
Sun Jul 13 13:50:02 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>