SHA256
15
0
forked from pool/python-uv
Files
python-uv/_constraints
Ondřej Súkup 0b3f1cab1c - update to 0.8.16
* Enhancements
  * Allow --editable to override editable = false annotations 
  * Allow editable = false for workspace sources 
  * Show a dedicated error for virtual environments in source trees on build 
  * Support Android platform tags 
  * Support iOS platform tags 
  * Support scripts with inline metadata in --with-requirements and --requirements 
 * Preview features
  * Support --no-project in uv format 
  * Allow uv format in unmanaged projects 
 * Bug fixes
  * Avoid erroring when match-runtime target is optional 
  * Ban empty usernames and passwords in uv auth 
  * Error early for parent path in build backend 
  * Retry on IO errors during HTTP/2 streaming 
  * Support recursive requirements and constraints inclusion 
  * Use token store credentials for uv publish 
  * Fix virtual environment activation script compatibility with latest nushell 
  * Skip Python interpreters that cannot be queried with permission errors 
 * Documentation
  * Clarify that uv auth commands take a URL 
  * Improve the CLI help for options that accept requirements files 
  * Adds example for caching for managed Python downloads in Docker builds

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