forked from pool/python-uv
Accepting request 1256026 from home:mcalabkova:branches:devel:languages:python
- Update to version 0.6.9 BREAKING CHANGES: * Create main.py instead of hello.py in uv init * Respect UV_PYTHON in uv python install * Set UV to the uv executable path * Error on non-existent extras, e.g., in uv sync * Error on missing dependency groups when --frozen is provided * Change -p to a --python alias in uv pip compile OTHER: * uv publish is no longer in preview * Allow users to mark platforms as "required" for wheel coverage * Use an Arc for index URLs * Add support for constraining build dependencies with tool.uv.build-constraint-dependencies * Allow quotes around command-line options in requirement.txt files * Reduce overhead in converting resolutions * Migrate to zlib-rs (again) * Use SmallString for filenames and URLs * Move the uv build backend into a separate, minimal uv_build package * Allow --constraints and --overrides in uvx * Add support for dynamic musl Python distributions on x86-64 Linux * Upgrade the build toolchain to LLVM 20, improving performance * Add --marker flag to uv add * Allow overriding module name for uv build backend * Sync latest Python releases * Update BaseClientBuild to accept custom proxies * Enable FTS3 enhanced query syntax for SQLite * Add simpler --managed-python and --no-managed-python flags for toggling Python preference * Use keyring --mode creds when authenticate = "always" * Add boolish value parser for UV_MANAGED_PYTHON flags * Automatically infer the PyTorch index via --torch-backend=auto * More changes, see upstream changelog OBS-URL: https://build.opensuse.org/request/show/1256026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=33
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a8192a7a791fcecfd615a7acbf7f18440bef754f444e5088e356c11a0cdb3f0
|
|
||||||
size 3510601
|
|
3
python-uv-0.6.9.tar.gz
Normal file
3
python-uv-0.6.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8c8dd9663f7c118195203b2b6d8d3b5cd62c277289e60cf3e77790d53245a3c
|
||||||
|
size 3805843
|
@@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 16:09:11 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.6.9
|
||||||
|
BREAKING CHANGES:
|
||||||
|
* Create main.py instead of hello.py in uv init
|
||||||
|
* Respect UV_PYTHON in uv python install
|
||||||
|
* Set UV to the uv executable path
|
||||||
|
* Error on non-existent extras, e.g., in uv sync
|
||||||
|
* Error on missing dependency groups when --frozen is provided
|
||||||
|
* Change -p to a --python alias in uv pip compile
|
||||||
|
OTHER:
|
||||||
|
* uv publish is no longer in preview
|
||||||
|
* Allow users to mark platforms as "required" for wheel coverage
|
||||||
|
* Use an Arc for index URLs
|
||||||
|
* Add support for constraining build dependencies with
|
||||||
|
tool.uv.build-constraint-dependencies
|
||||||
|
* Allow quotes around command-line options in requirement.txt files
|
||||||
|
* Reduce overhead in converting resolutions
|
||||||
|
* Migrate to zlib-rs (again)
|
||||||
|
* Use SmallString for filenames and URLs
|
||||||
|
* Move the uv build backend into a separate, minimal uv_build package
|
||||||
|
* Allow --constraints and --overrides in uvx
|
||||||
|
* Add support for dynamic musl Python distributions on x86-64 Linux
|
||||||
|
* Upgrade the build toolchain to LLVM 20, improving performance
|
||||||
|
* Add --marker flag to uv add
|
||||||
|
* Allow overriding module name for uv build backend
|
||||||
|
* Sync latest Python releases
|
||||||
|
* Update BaseClientBuild to accept custom proxies
|
||||||
|
* Enable FTS3 enhanced query syntax for SQLite
|
||||||
|
* Add simpler --managed-python and --no-managed-python flags for
|
||||||
|
toggling Python preference
|
||||||
|
* Use keyring --mode creds when authenticate = "always"
|
||||||
|
* Add boolish value parser for UV_MANAGED_PYTHON flags
|
||||||
|
* Automatically infer the PyTorch index via --torch-backend=auto
|
||||||
|
* More changes, see upstream changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 11 07:57:46 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
Tue Feb 11 07:57:46 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-uv
|
Name: python-uv
|
||||||
Version: 0.5.30
|
Version: 0.6.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python package installer and resolver, written in Rust
|
Summary: A Python package installer and resolver, written in Rust
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e4f4675b6e40d1da4dbe30ae909af85ded19d692a0c5a7ed15708e42e2f889a9
|
oid sha256:bcb1d2d8b6a68d7a440c9d2325889b5a8ef819495ce13d8ec01319a7e8950ff0
|
||||||
size 65504142
|
size 64031609
|
||||||
|
Reference in New Issue
Block a user