forked from pool/python-uv
osc copypac from project:devel:languages:python package:python-uv revision:61
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=65
This commit is contained in:
8
_service
8
_service
@@ -2,14 +2,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="manual" name="download_files" />
|
<service mode="manual" name="download_files" />
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="src">https://github.com/astral-sh/uv</param>
|
<param name="src">python-uv*.tar.gz</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="compression">zst</param>
|
||||||
<param name="set-name">python-uv</param>
|
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
3
python-uv-0.7.10.tar.gz
Normal file
3
python-uv-0.7.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d7b11da65d5a21fe55c38b3b5b4592c9331090a410bee731a7ce1ce1bc97130
|
||||||
|
size 4020442
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e0f4672a569a66e62b11f4c3a04496a80d49d6ad424a3be599b08f1eca08a67
|
|
||||||
size 2410342
|
|
@@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Wed Jun 4 15:02:43 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@@ -33,12 +33,12 @@
|
|||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-uv
|
Name: python-uv
|
||||||
Version: 0.7.11
|
Version: 0.7.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python package installer and resolver, written in Rust
|
Summary: A Python package installer and resolver, written in Rust
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
URL: https://github.com/astral-sh/uv
|
URL: https://github.com/astral-sh/uv
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: https://github.com/astral-sh/uv/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: %{python_module maturin}
|
BuildRequires: %{python_module maturin}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@@ -102,7 +102,7 @@ uv is a Python package installer and resolver, written in Rust. Designed as a
|
|||||||
drop-in replacement for common pip and pip-tools workflows.
|
drop-in replacement for common pip and pip-tools workflows.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -a1
|
%autosetup -p1 -a1 -n uv-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CARGO_AUDITABLE="auditable"
|
export CARGO_AUDITABLE="auditable"
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:013b093683995850e0a67860d3425b6c14410328ca652e9f1b22cf431865fc87
|
oid sha256:6d51998dcb06dca09ab7e9c07008a967a1d145597066e3a8192729a20b30f29c
|
||||||
size 63335895
|
size 63659578
|
||||||
|
Reference in New Issue
Block a user