SHA256
14
0
forked from pool/python-uv

- Update to 0.6.11

* Enhancements
   * Add dependents ("via ..." comments) in uv export command 
   * Bump least-recent non-EOL macOS version to 13.0 
   * Support --find-links-style "flat" indexes in [[tool.uv.index]] 
   * Distinguish between -q and -qq 
   * Add uv sync --check flag 
   * Add support for Python version requests in uv python list 
   * Support .env files in uv tool run 
   * Support python find --script 
 * Configuration
   * Support UV_PROJECT environment to set project directory. 
 * Performance
   * Use a boxed slice for various requirement types 
   * Use a boxed slice for extras and groups 
   * Use small string for index name type 
 * Bug fixes
   * Add a newline after metadata when initializing scripts with other metadata blocks 
   * Avoid writing empty requires-python to script blocks 
   * Respect build constraints in uv sync 
   * Respect transitive dependencies in uv tree --only-group 
   * Allow virtual packages with --no-build 
   * Ignore --find-links entries for pinned indexes 
   * Omit wheels from lockfile based on --exclude-newer 
   * Retain end-of-line comment position when adding dependency 
   * Omit fragment when querying for wheels in Simple HTML API 
   * Error on missing argument in requirements.txt 
   * Support modules with different casing in build backend 
   * Add authentication policy support for pip commands 
 * Preview features

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=35
This commit is contained in:
2025-04-02 17:08:49 +00:00
committed by Git OBS Bridge
parent 09da00801e
commit 5a4f658cf0
5 changed files with 41 additions and 9 deletions

3
python-uv-0.6.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc7e74b1f706c3e7c8fba1b9f9c5d851d7c7fcda1b403d46aa83c5044e8b81e9
size 3824564

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8c8dd9663f7c118195203b2b6d8d3b5cd62c277289e60cf3e77790d53245a3c
size 3805843

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Wed Apr 2 17:02:20 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 0.6.11
* Enhancements
* Add dependents ("via ..." comments) in uv export command
* Bump least-recent non-EOL macOS version to 13.0
* Support --find-links-style "flat" indexes in [[tool.uv.index]]
* Distinguish between -q and -qq
* Add uv sync --check flag
* Add support for Python version requests in uv python list
* Support .env files in uv tool run
* Support python find --script
* Configuration
* Support UV_PROJECT environment to set project directory.
* Performance
* Use a boxed slice for various requirement types
* Use a boxed slice for extras and groups
* Use small string for index name type
* Bug fixes
* Add a newline after metadata when initializing scripts with other metadata blocks
* Avoid writing empty requires-python to script blocks
* Respect build constraints in uv sync
* Respect transitive dependencies in uv tree --only-group
* Allow virtual packages with --no-build
* Ignore --find-links entries for pinned indexes
* Omit wheels from lockfile based on --exclude-newer
* Retain end-of-line comment position when adding dependency
* Omit fragment when querying for wheels in Simple HTML API
* Error on missing argument in requirements.txt
* Support modules with different casing in build backend
* Add authentication policy support for pip commands
* Preview features
* Check all compatible torch indexes when --torch-backend is enabled
-------------------------------------------------------------------
Tue Mar 25 16:09:11 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -33,7 +33,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.6.9
Version: 0.6.11
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT
@@ -68,7 +68,6 @@ Requires: python3
%package fish-completion
Summary: Fish Completion for %{name}
Group: System/Shells
Supplements: (%{name} and fish)
Requires: %{name}
Requires: fish
@@ -79,7 +78,6 @@ Fish command-line completion support for %{name}.
%package zsh-completion
Summary: Zsh Completion for %{name}
Group: System/Shells
Supplements: (%{name} and zsh)
Requires: %{name}
Requires: zsh
@@ -90,7 +88,6 @@ Zsh command-line completion support for %{name}.
%package bash-completion
Summary: Bash Completion for %{name}
Group: System/Shells
Supplements: (%{name} and bash-completion)
Requires: %{name}
Requires: bash-completion

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcb1d2d8b6a68d7a440c9d2325889b5a8ef819495ce13d8ec01319a7e8950ff0
size 64031609
oid sha256:50b7bc5bab7de2a02e33d5a2fd16a32e8db2f58b58e074f7db3720c30dadc21f
size 64119590