SHA256
14
0
forked from pool/python-uv

- update to 0.7.17

* Bug fixes
  * Apply build constraints when resolving --with dependencies 
  * Drop trailing slashes when converting index URL from URL 
  * Ignore UV_PYTHON_CACHE_DIR when empty 
  * Fix error message ordering for pyvenv.cfg version conflict

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=76
This commit is contained in:
2025-06-29 20:36:57 +00:00
committed by Git OBS Bridge
parent 289e3cd7b4
commit 482f9b97bd
5 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 29 20:36:01 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.17
* Bug fixes
* Apply build constraints when resolving --with dependencies
* Drop trailing slashes when converting index URL from URL
* Ignore UV_PYTHON_CACHE_DIR when empty
* Fix error message ordering for pyvenv.cfg version conflict
-------------------------------------------------------------------
Sat Jun 28 16:40:25 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>