SHA256
14
0
forked from pool/python-uv
Files
python-uv/_constraints
Ondřej Súkup 64af5e49f9 - update to 0.7.9:
* The changes reverted in 0.7.8 have been restored.
   * See the python-build-standalone release notes for more details.
 * Enhancements
   * Improve obfuscation of credentials in URLs 
   * Allow running non-default Python implementations via uvx 
   * Add uvw as alias for uv without console window on Windows 
   * Allow discovery of x86-64 managed Python builds on macOS 
   * Differentiate between implicit vs explicit architecture requests 
   * Implement ordering for Python architectures to prefer native installations 
   * Only show the first match per platform (and architecture) by default in uv python list 
   * Write the path of the parent environment to an extends-environment key in the pyvenv.cfg file of an ephemeral environment 
   * Improve the error message when libc cannot be found, e.g., when using the distroless containers 
 * Performance
   * Avoid rendering info log level 
   * Improve performance of uv-python crate's manylinux submodule 
   * Optimize Version display 
   * Reduce number of reference-checks for uv cache clean 
 * Bug fixes
   * Avoid reinstalling dependency group members with --all-packages 
   * Don't fail direct URL hash checking with dependency metadata 
   * Exit early on self update if global --offline is set 
   * Fix cases where the uv lock is incorrectly marked as out of date 
   * Include pre-release versions in uv python install --reinstall 
   * Set LC_ALL=C for git when checking git worktree 
   * Avoid rejecting Windows paths for remote Python download JSON targets 
 * Preview
   * Add uv add --bounds to configure version constraints 
 * Documentation
   * Add documentation about Python versions to Tools concept page

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=58
2025-06-01 23:12:29 +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>