SHA256
14
0
forked from pool/python-uv

- Update to version 0.4.17:

* Add uv build --all to build all packages in a workspace (#7724)
  * Add support for uv init --script (#7565)
  * Add support for upgrading build environment for installed tools (uv tool upgrade --python) (#7605)
  * Initialize a Git repository in uv init (#5476)
  * Respect --quiet flag in uv build (#7674)
  * Add context message before listing available tools in uvx (#7641)
  * Don't create Python bytecode files during interpreter discovery (#7707)
  * Escape glob patterns in workspace member discovery (#7709)
  * Avoid prefetching source distributions with unbounded lower-bound ranges (#7683)
  * Add uv build and uv publish to features overview (#7716)
  * Add documentation on cache versioning (#7693)
  * Spell out the names of the Docker images for easier copy-paste (#7706)
  * Document uv-with-Jupyter workflows (#7625)
  * Note that uv lock --upgrade-package retains locked versions (#7694)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=10
This commit is contained in:
Soc Virnyl Estela
2024-10-01 06:41:55 +00:00
committed by Git OBS Bridge
parent c56127d0b3
commit 2498d2ab06
5 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Oct 1 06:30:40 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Update to version 0.4.17:
* Add uv build --all to build all packages in a workspace (#7724)
* Add support for uv init --script (#7565)
* Add support for upgrading build environment for installed tools (uv tool upgrade --python) (#7605)
* Initialize a Git repository in uv init (#5476)
* Respect --quiet flag in uv build (#7674)
* Add context message before listing available tools in uvx (#7641)
* Don't create Python bytecode files during interpreter discovery (#7707)
* Escape glob patterns in workspace member discovery (#7709)
* Avoid prefetching source distributions with unbounded lower-bound ranges (#7683)
* Add uv build and uv publish to features overview (#7716)
* Add documentation on cache versioning (#7693)
* Spell out the names of the Docker images for easier copy-paste (#7706)
* Document uv-with-Jupyter workflows (#7625)
* Note that uv lock --upgrade-package retains locked versions (#7694)
-------------------------------------------------------------------
Tue Sep 24 10:46:59 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>