SHA256
14
0
forked from pool/python-uv

- Update to version 0.7.11:

* Bump version to 0.7.11 (#13844)
  * Sync latest Python releases (#13848)
  * Bump `cargo-test-macos` timeout to 15m (#13847)
  * Downgrade reqwest and hyper-util (#13835)
  * Prefer the binary's version when checking if it's up to date (#13840)
  * Follow-up #13814, git+ssh test case (#13839)
  * Test case: Don't redact username `git` for SSH (#13814)
  * Use "terminal driver" instead of "shell" in SIGINT docs (#13787)
  * Better error message for version specifier with missing operator (#13803)
  * Add Pyodide support (#12731)
  * Remove `python-managed` marker from `sync_dry_run` test (#13816)
- Update _service file to use purely cargo_vendor

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=62
This commit is contained in:
Soc Virnyl Estela
2025-06-05 09:40:37 +00:00
committed by Git OBS Bridge
parent 33048e6e5d
commit 5369e1a63d
5 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jun 5 09:17:38 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 0.7.11:
* Bump version to 0.7.11 (#13844)
* Sync latest Python releases (#13848)
* Bump `cargo-test-macos` timeout to 15m (#13847)
* Downgrade reqwest and hyper-util (#13835)
* Prefer the binary's version when checking if it's up to date (#13840)
* Follow-up #13814, git+ssh test case (#13839)
* Test case: Don't redact username `git` for SSH (#13814)
* Use "terminal driver" instead of "shell" in SIGINT docs (#13787)
* Better error message for version specifier with missing operator (#13803)
* Add Pyodide support (#12731)
* Remove `python-managed` marker from `sync_dry_run` test (#13816)
- Update _service file to use purely cargo_vendor
-------------------------------------------------------------------
Wed Jun 4 15:02:43 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>