SHA256
15
0
forked from pool/python-uv

- update to 0.9.4

* Enhancements
  * Add CUDA 13.0 support 
  * Add auto-detection for Intel GPU on Windows 
  * Implement display of RFC 9457 HTTP error contexts 
 * Bug fixes
  * Avoid obfuscating pyx tokens in uv auth token output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=135
This commit is contained in:
2025-10-19 22:02:56 +00:00
committed by Git OBS Bridge
parent 1df54adb1e
commit 4ef14f9f3a
5 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 19 22:01:08 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.4
* Enhancements
* Add CUDA 13.0 support
* Add auto-detection for Intel GPU on Windows
* Implement display of RFC 9457 HTTP error contexts
* Bug fixes
* Avoid obfuscating pyx tokens in uv auth token output
-------------------------------------------------------------------
Thu Oct 16 22:24:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>