SHA256
14
0
forked from pool/python-uv
Files
python-uv/_constraints
Ondřej Súkup 6181b4025b - update to 0.7.14:
* Enhancements
   * Add XPU to --torch-backend 
   * Add ROCm backends to --torch-backend 
   * Remove preview label from --torch-backend 
   * Add [tool.uv.dependency-groups].mygroup.requires-python 
   * Add auto-detection for AMD GPUs 
   * Show retries for HTTP status code errors 
   * Support transparent Python patch version upgrades 
   * Warn on empty index directory 
   * Publish to DockerHub 
 * Performance
   * Make cold resolves about 10% faster 
 * Bug fixes
   * Don't use walrus operator in interpreter query script 
   * Fix handling of changes to requires-python 
   * Fix implied platform_machine marker for win_amd64 platform tag 
   * Only update existing symlink directories on preview uninstall 
   * Serialize Python requests for tools as canonicalized strings 
   * Support netrc and same-origin credential propagation on index redirects 
   * Support reading dependency-groups from pyproject.tomls with no [project] 
   * Handle an existing shebang in uv init --script 
   * Prevent concurrent updates of the environment in uv run 
   * Filter managed Python distributions by platform before querying when included in request 
 * Documentation
   * Replace cuda124 with cuda128 
   * Document the way member sources shadow workspace sources 
   * Sync documented PyTorch integration index for CUDA and ROCm versions from PyTorch website

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=71
2025-06-24 00:43:15 +00:00

40 lines
675 B
XML

<?xml version="1.0"?>
<constraints>
<hardware>
<memory>
<size unit="G">21</size>
</memory>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">19</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>riscv64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">21</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>s390x</arch>
</conditions>
<hardware>
<memory>
<size unit="G">28</size>
</memory>
</hardware>
</overwrite>
</constraints>