SHA256
14
0
forked from pool/python-uv

- update to version 0.4.9

* Add support for managed Python 3.13
  * Upgrade managed CPython versions to latest patch releases
  * Allow setting a target version for uv self update
  * Create py.typed files during uv init --lib
  * Add a dedicated error for packages that fail due to distutils deprecation
  * Improve error message when requested Python version is unsupported
  * Add uv run --no-sync
  * Avoid updating pyproject.toml offsets on non-add edits
  * Invalidate cache when --config-settings change
  * Remove workspace root for single-member workspace with uv export

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=3
This commit is contained in:
Soc Virnyl Estela
2024-09-13 08:11:19 +00:00
committed by Git OBS Bridge
parent a22aee155c
commit abdbc812d7
5 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Sep 13 07:12:55 UTC 2024 - Adrian Schröter <adrian@suse.de>
- update to version 0.4.9
* Add support for managed Python 3.13
* Upgrade managed CPython versions to latest patch releases
* Allow setting a target version for uv self update
* Create py.typed files during uv init --lib
* Add a dedicated error for packages that fail due to distutils deprecation
* Improve error message when requested Python version is unsupported
* Add uv run --no-sync
* Avoid updating pyproject.toml offsets on non-add edits
* Invalidate cache when --config-settings change
* Remove workspace root for single-member workspace with uv export
-------------------------------------------------------------------
Tue Sep 10 14:44:17 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>