SHA256
14
0
forked from pool/python-uv

- update to 0.7.7:

* Python
   * Work around third-party packages that (incorrectly) assume the interpreter is dynamically linking libpython
   * Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on macOS on aarch64 aka Apple Silicon
   * See the python-build-standalone release notes for more details.
 * Bug fixes
   * Make uv version lock and sync
   * Fix references to ldd in diagnostics to correctly refer to ld.so 
 * Documentation
   * Clarify adding SSH Git dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=55
This commit is contained in:
2025-05-23 13:18:21 +00:00
committed by Git OBS Bridge
parent 0afa7ecce8
commit 76aa67910b
5 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 23 13:15:53 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.7:
* Python
* Work around third-party packages that (incorrectly) assume the interpreter is dynamically linking libpython
* Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on macOS on aarch64 aka Apple Silicon
* See the python-build-standalone release notes for more details.
* Bug fixes
* Make uv version lock and sync
* Fix references to ldd in diagnostics to correctly refer to ld.so
* Documentation
* Clarify adding SSH Git dependencies
-------------------------------------------------------------------
Tue May 20 09:04:07 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>