SHA256
14
0
forked from pool/python-uv

- update to 0.7.15:

* Enhancements
  * Consistently use Ordering::Relaxed for standalone atomic use cases 
  * Warn on ambiguous relative paths for --index 
  * Skip GitHub fast path when rate-limited 
  * Preserve newlines in schema.json descriptions 
* Bug fixes
  * Add check for using minor version link when creating a venv on Windows 
  * Strip query parameters when parsing source URL 
* Documentation
  * Add a link to PyPI FAQ to clarify what per-project token is 
* Preview features
  * Allow symlinks in the build backend

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=73
This commit is contained in:
2025-06-25 12:05:02 +00:00
committed by Git OBS Bridge
parent b8ff0076a1
commit 3cd324fcf9
5 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jun 25 12:03:39 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.7.15:
* Enhancements
* Consistently use Ordering::Relaxed for standalone atomic use cases
* Warn on ambiguous relative paths for --index
* Skip GitHub fast path when rate-limited
* Preserve newlines in schema.json descriptions
* Bug fixes
* Add check for using minor version link when creating a venv on Windows
* Strip query parameters when parsing source URL
* Documentation
* Add a link to PyPI FAQ to clarify what per-project token is
* Preview features
* Allow symlinks in the build backend
-------------------------------------------------------------------
Mon Jun 23 23:15:06 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>