SHA256
15
0
forked from pool/python-uv
Files
python-uv/_constraints
Ondřej Súkup 85f045cf03 - update to 0.8.24
* Enhancements
  * Add UV_SKIP_WHEEL_FILENAME_CHECK to allow installing invalid wheels
  * Emit a message on cache clean and prune when lock is held
  * Add --force flag for uv cache prune
 * Documentation
  * Document transparent x86_64 emulation on aarch64
  * Document why we ban URLs from index dependencies
  * Fix rendering of _CONDA_ROOT in reference
  * Fix example of bumping beta version without patch bump
 * Bug fixes
  * Avoid rejecting already-installed URL distributions with --no-sources
  * Confirm that the directory name is a valid Python install key during managed check
  * Ignore origin when comparing installed tools
  * Make cache control lookups robust to username
  * Re-order lock validation checks by severity 
  * Remove tracking of inferred dependency conflicts
  * Respect --no-color on the CLI
  * Deduplicate marker-specific dependencies in uv pip tree output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=128
2025-10-07 12:07:08 +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>