SHA256
14
0
forked from pool/python-uv

- Update to 0.6.12

* Enhancements
   * Report the queried executable path in uv python list 
   * Improve archive unpack error messages 
 * Bug fixes
   * Respect authenticate when using explicit = true 
   * Normalize extra and group names in uv add and uv remove 
   * Enforce CRC-32 checks when unpacking archives 
   * Fix parsing of python-platform in settings files 
 * Documentation
   * Add note about uv build to package = false 
   * Add index fallback note to authenticate = always documentation 
   * Fix invalid 'kind' reference in flat index docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=37
This commit is contained in:
2025-04-06 18:41:11 +00:00
committed by Git OBS Bridge
parent 7de9720d5b
commit 200d0a4f7f
5 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Apr 6 18:03:23 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 0.6.12
* Enhancements
* Report the queried executable path in uv python list
* Improve archive unpack error messages
* Bug fixes
* Respect authenticate when using explicit = true
* Normalize extra and group names in uv add and uv remove
* Enforce CRC-32 checks when unpacking archives
* Fix parsing of python-platform in settings files
* Documentation
* Add note about uv build to package = false
* Add index fallback note to authenticate = always documentation
* Fix invalid 'kind' reference in flat index docs
-------------------------------------------------------------------
Wed Apr 2 17:02:20 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>