SHA256
14
0
forked from pool/python-uv

- update to 0.8.11

* Enhancements
  * Add extra-build-dependencies hint for any missing module on build failure 
  * Make 'v' prefix cyan in overlap warnings 
 * Bug fixes
  * Fix missing uv version in extended Docker image tags 
  * Persist cache info when re-installing cached wheels 
 * Rust API
  *Allow passing custom reqwest clients to RegistryClient

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=102
This commit is contained in:
2025-08-15 17:39:23 +00:00
committed by Git OBS Bridge
parent 027cef90f4
commit f26dc19ad6
5 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 15 17:37:36 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.11
* Enhancements
* Add extra-build-dependencies hint for any missing module on build failure
* Make 'v' prefix cyan in overlap warnings
* Bug fixes
* Fix missing uv version in extended Docker image tags
* Persist cache info when re-installing cached wheels
* Rust API
*Allow passing custom reqwest clients to RegistryClient
-------------------------------------------------------------------
Thu Aug 14 09:13:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>