SHA256
14
0
forked from pool/python-uv

- update to 0.8.4

* Enhancements
  * Improve styling of warning cause chains 
  * Extend wheel filtering to Android tags 
  * Perform wheel lockfile filtering based on platform and OS intersection 
  * Clarify messaging when a new resolution needs to be performed 
 * Preview features
  * Add support for extending package's build dependencies with extra-build-dependencies 
  * Split preview mode into separate feature flags 
 * Configuration
  * Add support for package specific exclude-newer dates via exclude-newer-package 
 * Bug fixes
  * Avoid invalidating lockfile when path or workspace dependencies define explicit indexes 
  * Copy entrypoints that have a shebang that differs in python vs python3 
  * Fix incorrect file permissions in wheel packages 
  * Update validation for environments and required-environments in uv.toml 
 * Documentation
  * Show uv_build in projects documentation 
  * Add UV_ prefix to installer environment variables 
  * Un-hide uv from --build-backend options 
  * Update documentation for preview flags

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=93
This commit is contained in:
2025-07-31 15:51:42 +00:00
committed by Git OBS Bridge
parent 7913d3f51a
commit 0db67f36e0
5 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jul 31 15:49:55 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.4
* Enhancements
* Improve styling of warning cause chains
* Extend wheel filtering to Android tags
* Perform wheel lockfile filtering based on platform and OS intersection
* Clarify messaging when a new resolution needs to be performed
* Preview features
* Add support for extending package's build dependencies with extra-build-dependencies
* Split preview mode into separate feature flags
* Configuration
* Add support for package specific exclude-newer dates via exclude-newer-package
* Bug fixes
* Avoid invalidating lockfile when path or workspace dependencies define explicit indexes
* Copy entrypoints that have a shebang that differs in python vs python3
* Fix incorrect file permissions in wheel packages
* Update validation for environments and required-environments in uv.toml
* Documentation
* Show uv_build in projects documentation
* Add UV_ prefix to installer environment variables
* Un-hide uv from --build-backend options
* Update documentation for preview flags
-------------------------------------------------------------------
Sun Jul 27 20:33:23 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>