SHA256
15
0
forked from pool/python-uv

Accepting request 1310638 from devel:languages:python

- update to 0.9.2
 * Enhancements
  * Log Python choice in uv init 
  * Fix pylock.toml config conflict error messages 
  * Avoid inferring check URLs for pyx in uv publish 
  * Add uv tool list --show-python 
 * Configuration
  * 
  * Add UV_UPLOAD_HTTP_TIMEOUT and respect UV_HTTP_TIMEOUT in uploads 
  * Support UV_WORKING_DIRECTORY for setting --directory 
 * Bug fixes
  * Allow missing Scripts directory 
  * Fix handling of Python requests with pre-releases in ranges 
  * Preserve comments on version bump 
  * Retry all HTTP/2 errors 
  * Treat deleted Windows registry keys as equivalent to missing ones 
  * Ignore pre-release Python versions when a patch version is requested 
 * Documentation
  * Document why uv discards upper bounds on requires-python 
  * Document uv version environment variables were added in 
  * Add missing "added in" to new environment variables in reference 

- update to 0.9.0:
 * Enhancements
  * Don't warn when a dependency is constrained by another dependency 
 * Bug fixes
  * Fix uv python upgrade / install output when there is a no-op for one request 
  * Surface pinned-version hint when uv tool upgrade can’t move the tool 
  * Ban pre-release versions in uv python upgrade requests 
  * Fix uv python upgrade replacement of installed binaries on pre-release to stable

OBS-URL: https://build.opensuse.org/request/show/1310638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uv?expand=0&rev=55
This commit is contained in:
2025-10-11 20:50:30 +00:00
committed by Git OBS Bridge
5 changed files with 45 additions and 6 deletions

Binary file not shown.

BIN
python-uv-0.9.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri Oct 10 21:02:22 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.2
* Enhancements
* Log Python choice in uv init
* Fix pylock.toml config conflict error messages
* Avoid inferring check URLs for pyx in uv publish
* Add uv tool list --show-python
* Configuration
*
* Add UV_UPLOAD_HTTP_TIMEOUT and respect UV_HTTP_TIMEOUT in uploads
* Support UV_WORKING_DIRECTORY for setting --directory
* Bug fixes
* Allow missing Scripts directory
* Fix handling of Python requests with pre-releases in ranges
* Preserve comments on version bump
* Retry all HTTP/2 errors
* Treat deleted Windows registry keys as equivalent to missing ones
* Ignore pre-release Python versions when a patch version is requested
* Documentation
* Document why uv discards upper bounds on requires-python
* Document uv version environment variables were added in
* Add missing "added in" to new environment variables in reference
-------------------------------------------------------------------
Wed Oct 8 17:16:36 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.0:
* Enhancements
* Don't warn when a dependency is constrained by another dependency
* Bug fixes
* Fix uv python upgrade / install output when there is a no-op for one request
* Surface pinned-version hint when uv tool upgrade cant move the tool
* Ban pre-release versions in uv python upgrade requests
* Fix uv python upgrade replacement of installed binaries on pre-release to stable
* Documentation
* Update uv pip compile args in layout.md
-------------------------------------------------------------------
Tue Oct 7 12:04:24 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -34,7 +34,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.8.24
Version: 0.9.2
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT

BIN
vendor.tar.zst LFS

Binary file not shown.