- update to 0.9.26

* Enhancements
  * Add a hint to update uv when a managed Python download is not found 
  * Improve cache initialization failure error message 
  * Improve error message for abi3 wheels on free-threaded Python 
  * Add support for --no-sources-package 
 * Preview features
  * Add METADATA.json and WHEEL.json in uv build backend 
  * Add support for GCS request signing 
  * Adjust the process ulimit to the maximum allowed on startup 
 * Bug fixes
  * Lock to avoid concurrent refresh of pyx tokens 
 * Documentation
  * Add linting and formatting instructions to the CONTRIBUTING guide 
  * Avoid rendering pyproject.toml examples for more system-level settings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=167
This commit is contained in:
2026-01-16 14:36:55 +00:00
committed by Git OBS Bridge
parent 3a271e832f
commit d8b9e3eb20
5 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jan 16 14:35:37 UTC 2026 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.26
* Enhancements
* Add a hint to update uv when a managed Python download is not found
* Improve cache initialization failure error message
* Improve error message for abi3 wheels on free-threaded Python
* Add support for --no-sources-package
* Preview features
* Add METADATA.json and WHEEL.json in uv build backend
* Add support for GCS request signing
* Adjust the process ulimit to the maximum allowed on startup
* Bug fixes
* Lock to avoid concurrent refresh of pyx tokens
* Documentation
* Add linting and formatting instructions to the CONTRIBUTING guide
* Avoid rendering pyproject.toml examples for more system-level settings
-------------------------------------------------------------------
Wed Jan 14 09:37:28 UTC 2026 - Ondřej Súkup <mimi.vx@gmail.com>