forked from pool/python-uv
* Preview features * [airflow] Add check for airflow.secrets.cache.SecretCache (AIR301) * [ruff] Offer a safe fix for multi-digit zeros (RUF064) * Bug fixes * [flake8-blind-except] Fix BLE001 false-positive on raise ... from None * [flake8-comprehensions] Fix false positive for C420 with attribute, subscript, or slice assignment targets * [flake8-simplify] Fix handling of U+001C..U+001F whitespace (SIM905) * Rule changes * [pylint] Use lowercase hex characters to match the formatter (PLE2513) * Documentation * Fix lint.future-annotations link * Other changes * Build riscv64 binaries for release * Add rule code to error description in GitLab output OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=104
10 lines
285 B
XML
10 lines
285 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service mode="manual" name="download_files" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">python-uv*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|