SHA256
14
0
forked from pool/python-uv

- update to 0.7.11:

* Enhancements
   * Add Pyodide support 
   * Better error message for version specifier with missing operator 
 * Bug fixes
   * Downgrade reqwest and hyper-util to resolve connection reset errors over IPv6 
   * Prefer uv's binary's version when checking if it's up to date 
 * Documentation
   * Use "terminal driver" instead of "shell" in SIGINT docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=66
This commit is contained in:
2025-06-06 08:25:58 +00:00
committed by Git OBS Bridge
parent 49c11b2b7e
commit c2377f5e6d
5 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jun 6 07:53:14 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.11:
* Enhancements
* Add Pyodide support
* Better error message for version specifier with missing operator
* Bug fixes
* Downgrade reqwest and hyper-util to resolve connection reset errors over IPv6
* Prefer uv's binary's version when checking if it's up to date
* Documentation
* Use "terminal driver" instead of "shell" in SIGINT docs
-------------------------------------------------------------------
Wed Jun 4 15:02:43 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>