forked from pool/python-uv
* 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
16 lines
625 B
XML
16 lines
625 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service mode="manual" name="download_files" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">https://github.com/astral-sh/uv</param>
|
|
<param name="revision">0.7.11</param>
|
|
<param name="changesgenerate">true</param>
|
|
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
|
<param name="changesauthor">Soc Virnyl Estela</param>
|
|
<param name="changesoutfile">python-uv.changes</param>
|
|
<param name="compression">zst</param>
|
|
<param name="set-name">python-uv</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|