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:
committed by
Git OBS Bridge
parent
33048e6e5d
commit
5369e1a63d
8
_service
8
_service
@@ -2,8 +2,14 @@
|
||||
<services>
|
||||
<service mode="manual" name="download_files" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">python-uv*.tar.gz</param>
|
||||
<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>
|
||||
|
3
python-uv-0.7.11.tar.zst
Normal file
3
python-uv-0.7.11.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e0f4672a569a66e62b11f4c3a04496a80d49d6ad424a3be599b08f1eca08a67
|
||||
size 2410342
|
@@ -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>
|
||||
|
||||
|
@@ -33,12 +33,12 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uv
|
||||
Version: 0.7.10
|
||||
Version: 0.7.11
|
||||
Release: 0
|
||||
Summary: A Python package installer and resolver, written in Rust
|
||||
License: Apache-2.0 OR MIT
|
||||
URL: https://github.com/astral-sh/uv
|
||||
Source0: https://github.com/astral-sh/uv/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: %{python_module maturin}
|
||||
BuildRequires: %{python_module pip}
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d51998dcb06dca09ab7e9c07008a967a1d145597066e3a8192729a20b30f29c
|
||||
size 63659578
|
||||
oid sha256:013b093683995850e0a67860d3425b6c14410328ca652e9f1b22cf431865fc87
|
||||
size 63335895
|
||||
|
Reference in New Issue
Block a user