SHA256
14
0
forked from pool/python-uv

- update to 0.8.15

* Enhancements
  * Add uv auth commands for credential management 
  * Add pyx support to uv auth commands 
  * Add uv tree --show-sizes to show package sizes 
  * Add --python-platform riscv64-unknown-linux 
  * Add --python-platform to uv run and uv tool 
  * Add uv publish --dry-run 
  * Add zstandard support for wheels 
  * Allow registries to pre-provide core metadata 
  * Retry streaming Python and binary download errors 
 * Bug fixes
  * Fix settings rendering for extra-build-dependencies 
  * Skip non-existent directories in bytecode compilation 
 * Error messages
  * Add error trace to invalid package format

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=112
This commit is contained in:
2025-09-04 11:05:25 +00:00
committed by Git OBS Bridge
parent 130acdce43
commit f94c6e1f37
5 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Sep 4 11:03:52 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.15
* Enhancements
* Add uv auth commands for credential management
* Add pyx support to uv auth commands
* Add uv tree --show-sizes to show package sizes
* Add --python-platform riscv64-unknown-linux
* Add --python-platform to uv run and uv tool
* Add uv publish --dry-run
* Add zstandard support for wheels
* Allow registries to pre-provide core metadata
* Retry streaming Python and binary download errors
* Bug fixes
* Fix settings rendering for extra-build-dependencies
* Skip non-existent directories in bytecode compilation
* Error messages
* Add error trace to invalid package format
-------------------------------------------------------------------
Tue Sep 2 14:56:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>