SHA256
14
0
forked from pool/python-uv

- update to 0.7.6:

* Standalone Python
   * Add Python 3.14 on musl
   * Add free-threaded Python on musl
   * Add Python 3.14.0a7
   * Statically link libpython into the interpreter on Linux for a significant performance boost
   * See the python-build-standalone release notes for more details.
 * Enhancements
   * Improve compatibility of VIRTUAL_ENV_PROMPT value 
   * Bump MSRV to 1.85 and Edition 2024 
 * Bug fixes
   * Respect default extras in uv remove 
 * Documentation
   * Fix PowerShell code blocks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=53
This commit is contained in:
2025-05-20 09:05:51 +00:00
committed by Git OBS Bridge
parent 910db58f7b
commit 0afa7ecce8
5 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 20 09:04:07 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.6:
* Standalone Python
* Add Python 3.14 on musl
* Add free-threaded Python on musl
* Add Python 3.14.0a7
* Statically link libpython into the interpreter on Linux for a significant performance boost
* See the python-build-standalone release notes for more details.
* Enhancements
* Improve compatibility of VIRTUAL_ENV_PROMPT value
* Bump MSRV to 1.85 and Edition 2024
* Bug fixes
* Respect default extras in uv remove
* Documentation
* Fix PowerShell code blocks
-------------------------------------------------------------------
Mon May 19 14:54:28 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>