SHA256
14
0
forked from pool/python-uv
Files
python-uv/_constraints
Ondřej Súkup bbb33d4d9c - update to 0.8.0
* Breaking changes
   * Install Python executables into a directory on the PATH
   * Prompt before removing an existing directory in uv venv
   * Validate that discovered interpreters meet the Python preferences
   * Install dependencies without build systems when they are path sources
   * Install dependencies without build systems when they are workspace members
   * Bump --python-platform linux to manylinux_2_28
   * Remove uv version fallback
   * Require --global for removal of the global Python pin
   * Support conflicting editable settings across groups
   * Make uv_build the default build backend in uv init
   * Set default UV_TOOL_BIN_DIR on Docker images
   * Update --check to return an exit code of 1
   * Use an ephemeral environment for uv run --with invocations
   * Restructure the uv venv command output and exit codes
   * Default to --workspace when adding subdirectories
   * Add missing validations for disallowed uv.toml fields
 * Configuration
   * Add support for toggling Python bin and registry install options via env vars 
   * Add UV_COMPILE_BYTECODE_TIMEOUT environment variable 
   * Allow users to override index cache-control headers 
   * Add UV_LIBC to override libc selection in multi-libc environment 
 * Bug fixes
   * Fix --all-arches when paired with --only-downloads 
   * Skip Windows Python interpreters that return a broken MSIX package code 
   * Warn on invalid uv.toml when provided via direct path 
   * Improve async signal safety in Windows exception handler 
 * Documentation
   * Mention the revision in the lockfile versioning doc

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