SHA256
14
0
forked from pool/python-uv

- update to 0.7.13:

* Enhancements
   * Download versions in uv python pin if not found 
   * Use TTY detection to determine if SIGINT forwarding is enabled 
   * Avoid fetching an exact, cached Git commit, even if it isn't locked 
   * Add zstd and deflate to Accept-Encoding 
   * Build binaries for riscv64 
 * Bug fixes
   * Check if relative URL is valid directory before treating as index 
   * Ignore Python discovery errors during uv python pin 
   * Do not allow uv add --group ... --script 
 * Preview changes
   * Build backend: Support namespace packages 
 * Documentation
   * Add 3.14 to the supported platform reference 
   * Add an llms.txt to uv 
   * Add supported macOS version to the platform reference 
   * Update platform support reference to include Python implementation list 
   * Update pytorch.md 
   * Update the CLI help and reference to include references to the Python bin directory

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=69
This commit is contained in:
2025-06-13 14:38:03 +00:00
committed by Git OBS Bridge
parent 1da672674f
commit 1b9194fda8
5 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 13 14:36:19 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.13:
* Enhancements
* Download versions in uv python pin if not found
* Use TTY detection to determine if SIGINT forwarding is enabled
* Avoid fetching an exact, cached Git commit, even if it isn't locked
* Add zstd and deflate to Accept-Encoding
* Build binaries for riscv64
* Bug fixes
* Check if relative URL is valid directory before treating as index
* Ignore Python discovery errors during uv python pin
* Do not allow uv add --group ... --script
* Preview changes
* Build backend: Support namespace packages
* Documentation
* Add 3.14 to the supported platform reference
* Add an llms.txt to uv
* Add supported macOS version to the platform reference
* Update platform support reference to include Python implementation list
* Update pytorch.md
* Update the CLI help and reference to include references to the Python bin directory
-------------------------------------------------------------------
Mon Jun 9 09:33:13 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>