SHA256
14
0
forked from pool/python-uv

- update to 0.7.10:

* Enhancements
   * Add --show-extras to uv tool list 
   * Add dynamically generated sysconfig replacement mappings 
   * Add data locations to install wheel logs 
 * Bug fixes
   * Avoid redaction of placeholder git username when using SSH authentication 
   * Propagate credentials to files on devpi indexes ending in /+simple 
   * Restore retention of credentials for direct URLs in uv export

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=60
This commit is contained in:
2025-06-04 15:04:41 +00:00
committed by Git OBS Bridge
parent f1029ff116
commit 33048e6e5d
5 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 4 15:02:43 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.10:
* Enhancements
* Add --show-extras to uv tool list
* Add dynamically generated sysconfig replacement mappings
* Add data locations to install wheel logs
* Bug fixes
* Avoid redaction of placeholder git username when using SSH authentication
* Propagate credentials to files on devpi indexes ending in /+simple
* Restore retention of credentials for direct URLs in uv export
-------------------------------------------------------------------
Sun Jun 1 23:09:48 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>