- Update to version 0.40.0:
* Remove pip-tools support; use uv for all operations * Respect exclusions when generating hashes * List all existing tool references on rye toolchain remove * Update bundled Ruff version to v0.6.3 * Fix a few regex inefficiencies * Never modify or delete the virtualenv in rye list * Use inspect_err over map_err * Upgrade bundled Python releases * Upgrade bundled uv version to v0.4.15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rye?expand=0&rev=2
This commit is contained in:
parent
0be31356d9
commit
811ef2ed51
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16cc21660dccc9a66ed5086eb96cd1d571e1af8145982cf6e56fe918e3ca062c
|
|
||||||
size 1474990
|
|
3
rye-0.40.0.tar.gz
Normal file
3
rye-0.40.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cbd50e53bc1e57e5d5d0102775cb1c822695acb5024814be7eeb78e654e046df
|
||||||
|
size 1473031
|
14
rye.changes
14
rye.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 11:31:08 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Update to version 0.40.0:
|
||||||
|
* Remove pip-tools support; use uv for all operations
|
||||||
|
* Respect exclusions when generating hashes
|
||||||
|
* List all existing tool references on rye toolchain remove
|
||||||
|
* Update bundled Ruff version to v0.6.3
|
||||||
|
* Fix a few regex inefficiencies
|
||||||
|
* Never modify or delete the virtualenv in rye list
|
||||||
|
* Use inspect_err over map_err
|
||||||
|
* Upgrade bundled Python releases
|
||||||
|
* Upgrade bundled uv version to v0.4.15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 14:07:43 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
Sun Aug 4 14:07:43 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
6
rye.spec
6
rye.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rye
|
Name: rye
|
||||||
Version: 0.38.0
|
Version: 0.40.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Hassle-free Python project manager in Rust
|
Summary: Hassle-free Python project manager in Rust
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -25,9 +25,9 @@ URL: https://github.com/astral-sh/rye
|
|||||||
Source0: https://github.com/astral-sh/rye/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/astral-sh/rye/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source2: https://github.com/spdx/license-list-data/archive/refs/tags/v3.24.0.tar.gz#/licenses.tar.gz
|
Source2: https://github.com/spdx/license-list-data/archive/refs/tags/v3.24.0.tar.gz#/licenses.tar.gz
|
||||||
|
BuildRequires: cargo >= 1.77
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rust >= 1.77
|
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Recommends: uv
|
Recommends: uv
|
||||||
@ -75,7 +75,7 @@ Bash command-line completion support for %{name}.
|
|||||||
# license crate feature 'offline' is bogus and not implemented
|
# license crate feature 'offline' is bogus and not implemented
|
||||||
pushd vendor/license
|
pushd vendor/license
|
||||||
mkdir -p license-list-data
|
mkdir -p license-list-data
|
||||||
tar xf %{SOURCE2} -C license-list-data --strip-components=1
|
tar xf %{SOURCE2} -C license-list-data --strip-components=1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:16b589491c57f320e088a86ac8059a03a8f4cc1a03431dd60300e1151d185813
|
oid sha256:eee3bce081781dd48e15f2baae6375efaee61d0d897dab7eaf72e385c35bdb68
|
||||||
size 41979929
|
size 41736371
|
||||||
|
Loading…
x
Reference in New Issue
Block a user