SHA256
14
0
forked from pool/python-uv

- Update to 0.6.13

* Enhancements
   * Add --show-version to uv python find 
   * Remove --no-config warning from uv pip compile and uv pip sync 
   * Skip repeated directories in PATH when searching for Python interpreters 
   * Unset SCRIPT_PATH in relocatable activation script 
   * Add UV_PYTHON_DOWNLOADS_JSON_URL to set custom managed python sources 
   * Reject pyproject.toml files in uv pip compile -o 
   * Respect the --offline flag for Git operations 
 * Bug fixes
   * Warn instead of error if CRC appears to be missing 
   * Avoid infinite loop in uv export with conflicts 
 * Rust API
   * Update MSRV to 1.84

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=39
This commit is contained in:
2025-04-08 16:53:59 +00:00
committed by Git OBS Bridge
parent 16275afe9a
commit 9aa7041858
5 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 8 16:43:40 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 0.6.13
* Enhancements
* Add --show-version to uv python find
* Remove --no-config warning from uv pip compile and uv pip sync
* Skip repeated directories in PATH when searching for Python interpreters
* Unset SCRIPT_PATH in relocatable activation script
* Add UV_PYTHON_DOWNLOADS_JSON_URL to set custom managed python sources
* Reject pyproject.toml files in uv pip compile -o
* Respect the --offline flag for Git operations
* Bug fixes
* Warn instead of error if CRC appears to be missing
* Avoid infinite loop in uv export with conflicts
* Rust API
* Update MSRV to 1.84
-------------------------------------------------------------------
Sun Apr 6 18:03:23 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>