SHA256
14
0
forked from pool/python-uv

- update to 0.7.2

* Enhancements
  * Improve trace log for retryable errors 
  * Use "error" instead of "warning" for self-update message 
  * Error when uv version is used with project-specific flags but no project is found 
  * Add support for BLAKE2b-256 
 * Bug fixes
  * Fix incorrect virtual environment invalidation for pre-release Python versions 
  * Fix patching of clang in managed Python sysconfig 
  * Respect --project in uv version 
  * Revert fix handling of authentication when encountering redirects

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=45
This commit is contained in:
2025-05-02 18:18:42 +00:00
committed by Git OBS Bridge
parent d052a7b7aa
commit f73868ceaa
5 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 2 18:16:12 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.2
* Enhancements
* Improve trace log for retryable errors
* Use "error" instead of "warning" for self-update message
* Error when uv version is used with project-specific flags but no project is found
* Add support for BLAKE2b-256
* Bug fixes
* Fix incorrect virtual environment invalidation for pre-release Python versions
* Fix patching of clang in managed Python sysconfig
* Respect --project in uv version
* Revert fix handling of authentication when encountering redirects
-------------------------------------------------------------------
Wed Apr 30 09:34:05 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>