SHA256
14
0
forked from pool/python-uv

- update to 0.8.2

* Configuration
   * Add UV_INIT_BUILD_BACKEND 
 * Rust API
   * Expose tls_built_in_root_certs for client 
 * Enhancements
   * Add derivation chains for dependency errors 
   * Add support for HF_TOKEN 
   * Allow --config-settings-package to apply configuration settings at the package level 
   * Create (e.g.) python3.13t executables in uv venv 
   * Disallow writing symlinks outside the source distribution target directory 
   * Elide traceback when python -m uv in interrupted with Ctrl-C on Windows 
   * Match --bounds formatting for uv_build bounds in uv init 
   * Support extras and dependency_groups markers in PEP 508 grammar 
   * Support extras and dependency_groups markers on uv pip install and uv pip sync 
   * Add hint to use uv self version when uv version cannot find a project 
   * Improve error reporting when removing Python versions from the Windows registry 
   * Make warnings about masked [tool.uv] fields more precise 
 * Preview features
   * Emit JSON output in uv sync with --quiet 
 * Bug fixes
   * Avoid reading files in the environment bin that are not entrypoints 
   * Avoid removing empty directories when constructing virtual environments 
   * Preserve index URL priority order when writing to pyproject.toml 
   * Allow removal of virtual environments with missing interpreters 
   * Apply Cache-Control overrides to response, not request headers 
   * Copy entry points into ephemeral environments to ensure layers are respected 
   * Workaround Jupyter Lab application directory discovery in ephemeral environments 
   * Enforce requires-python in pylock.toml 
   * Fix kebab casing of README variants in build backend

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=90
This commit is contained in:
2025-07-23 18:34:19 +00:00
committed by Git OBS Bridge
parent d8320ce2d8
commit 26db979dc4
5 changed files with 45 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jul 23 17:58:13 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.2
* Configuration
* Add UV_INIT_BUILD_BACKEND
* Rust API
* Expose tls_built_in_root_certs for client
* Enhancements
* Add derivation chains for dependency errors
* Add support for HF_TOKEN
* Allow --config-settings-package to apply configuration settings at the package level
* Create (e.g.) python3.13t executables in uv venv
* Disallow writing symlinks outside the source distribution target directory
* Elide traceback when python -m uv in interrupted with Ctrl-C on Windows
* Match --bounds formatting for uv_build bounds in uv init
* Support extras and dependency_groups markers in PEP 508 grammar
* Support extras and dependency_groups markers on uv pip install and uv pip sync
* Add hint to use uv self version when uv version cannot find a project
* Improve error reporting when removing Python versions from the Windows registry
* Make warnings about masked [tool.uv] fields more precise
* Preview features
* Emit JSON output in uv sync with --quiet
* Bug fixes
* Avoid reading files in the environment bin that are not entrypoints
* Avoid removing empty directories when constructing virtual environments
* Preserve index URL priority order when writing to pyproject.toml
* Allow removal of virtual environments with missing interpreters
* Apply Cache-Control overrides to response, not request headers
* Copy entry points into ephemeral environments to ensure layers are respected
* Workaround Jupyter Lab application directory discovery in ephemeral environments
* Enforce requires-python in pylock.toml
* Fix kebab casing of README variants in build backend
* Improve concurrency resilience of removing Python versions from the Windows registry
* Retry HTTP requests on invalid data errors
* Update virtual environment removal to delete pyvenv.cfg last
* Error on unknown fields in dependency-metadata
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 18 18:14:03 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com> Fri Jul 18 18:14:03 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -33,7 +33,7 @@
%bcond_without libalternatives %bcond_without libalternatives
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-uv Name: python-uv
Version: 0.8.0 Version: 0.8.2
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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:fb6361513245369559abd414e8b83434244532ebe209c84896312f58fe76cbdc oid sha256:1a3875570893287af7d26038026ff7483bbc0adb576cbf3787071c451dda7e62
size 58809202 size 58818283