SHA256
14
0
forked from pool/python-uv

- update to 0.8.3:

* Enhancements
  * Allow non-standard entrypoint names in uv_build 
  * Publish riscv64 wheels to PyPI 
 * Bug fixes
  * Avoid writing redacted credentials to tool receipt 
  * Respect --with versions over base environment versions 
  * Respect credentials from all defined indexes 
  * Fix missed stabilization of removal of registry entry during Python uninstall 
  * Improve concurrency safety of Python downloads into cache 
 * Documentation
  * Fix typos in uv_build reference documentation 
  * Move the "Cargo" install method further down in docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=92
This commit is contained in:
2025-07-27 20:36:30 +00:00
committed by Git OBS Bridge
parent 26db979dc4
commit 300a69eceb
5 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jul 27 20:33:23 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.3:
* Enhancements
* Allow non-standard entrypoint names in uv_build
* Publish riscv64 wheels to PyPI
* Bug fixes
* Avoid writing redacted credentials to tool receipt
* Respect --with versions over base environment versions
* Respect credentials from all defined indexes
* Fix missed stabilization of removal of registry entry during Python uninstall
* Improve concurrency safety of Python downloads into cache
* Documentation
* Fix typos in uv_build reference documentation
* Move the "Cargo" install method further down in docs
-------------------------------------------------------------------
Wed Jul 23 17:58:13 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>