forked from pool/python-uv
Compare commits
15 Commits
Author | SHA256 | Date | |
---|---|---|---|
9b5595a6f7 | |||
0b3f1cab1c | |||
f717a86118 | |||
a017d161b6 | |||
b9c65257fe | |||
234f834eac | |||
df96fdf63d | |||
c6f37970dc | |||
57c331bd9f | |||
85b7e46016 | |||
8a97a9bae4 | |||
d7b13aac72 | |||
b89dff331d | |||
c20c3dc0b5 | |||
369faa11ed |
3
python-uv-0.8.16.tar.gz
Normal file
3
python-uv-0.8.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a2074c2e146a3f3085ae52ff5c6c24545d8f95e15764569144aa13bd95d5421
|
||||||
|
size 4441379
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3164652c0da2ad7781184f761ccb2153a17b1ef6f00e7a75d59fbd5a2a4dac2
|
|
||||||
size 4269678
|
|
@@ -1,3 +1,153 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 11:03:40 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 4 11:03:52 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 0.8.15
|
||||||
|
* Enhancements
|
||||||
|
* Add uv auth commands for credential management
|
||||||
|
* Add pyx support to uv auth commands
|
||||||
|
* Add uv tree --show-sizes to show package sizes
|
||||||
|
* Add --python-platform riscv64-unknown-linux
|
||||||
|
* Add --python-platform to uv run and uv tool
|
||||||
|
* Add uv publish --dry-run
|
||||||
|
* Add zstandard support for wheels
|
||||||
|
* Allow registries to pre-provide core metadata
|
||||||
|
* Retry streaming Python and binary download errors
|
||||||
|
* Bug fixes
|
||||||
|
* Fix settings rendering for extra-build-dependencies
|
||||||
|
* Skip non-existent directories in bytecode compilation
|
||||||
|
* Error messages
|
||||||
|
* Add error trace to invalid package format
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 2 14:56:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update vendor tarball to fix CVE-2025-58160 (bsc#1249011)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 22:10:39 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 0.8.14
|
||||||
|
* Enhancements
|
||||||
|
* Add --python-platform to uv pip check
|
||||||
|
* Add an environment variable for UV_ISOLATED
|
||||||
|
* Add logging to the uv build backend
|
||||||
|
* Allow more trailing null bytes in zip files
|
||||||
|
* Allow pinning managed Python versions to specific build versions
|
||||||
|
* Cache PyTorch wheels by default
|
||||||
|
* Reject already-installed wheels that don't match the target platform
|
||||||
|
* Add --no-install-local option to uv sync, uv add and uv export
|
||||||
|
* Include cycle error message in uv pip CLI
|
||||||
|
* Preview features
|
||||||
|
* Fix format of {version} on uv format failure
|
||||||
|
* Lock during installs in uv format to prevent races
|
||||||
|
* Respect --project in uv format
|
||||||
|
* Run uv format in the project root
|
||||||
|
* Configuration
|
||||||
|
* Add file-to-CLI overrides for build isolation configuration
|
||||||
|
* Add file-to-CLI overrides for reinstall configuration
|
||||||
|
* Performance
|
||||||
|
* Cache WHEEL and METADATA reads in installed distributions
|
||||||
|
* Bug fixes
|
||||||
|
* Avoid erroring when creating venv in current working directory
|
||||||
|
* Avoid introducing unnecessary system dependency on CUDA
|
||||||
|
* Clear discovered site packages when creating virtual environment
|
||||||
|
* Read index credentials from the environment during uv publish checks
|
||||||
|
* Refuse to remove non-virtual environments in uv venv
|
||||||
|
* Stop setting CLICOLOR_FORCE=1 when calling build backends
|
||||||
|
* Support file or directory removal for Windows symlinks
|
||||||
|
* Documentation
|
||||||
|
* Fix GitHub guide highlight lines
|
||||||
|
* Move Resolver to new Internals section in the Reference
|
||||||
|
* Split the "Authentication" page into sections
|
||||||
|
* Update uninstall docs to mention uvw.exe needs to be removed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 22 13:54:55 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 0.8.13
|
||||||
|
* Enhancements
|
||||||
|
* Add --no-install-* arguments to uv add
|
||||||
|
* Initialize Git prior to reading author in uv init
|
||||||
|
* Add CUDA 129 to available torch backends
|
||||||
|
* Update Pyodide to 0.28.2
|
||||||
|
* Preview features
|
||||||
|
* Add an experimental uv format command
|
||||||
|
* Allow version specifiers in extra-build-dependencies if match-runtime is explicitly false
|
||||||
|
* Bug fixes
|
||||||
|
* Add triton to torch-backend manifest
|
||||||
|
* Avoid panicking when resolver returns stale distributions
|
||||||
|
* Fix uv_build wheel hashes
|
||||||
|
* Treat --upgrade-package on the command-line as overriding upgrade = false in configuration
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 20 09:03:55 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 0.8.12
|
||||||
|
* Enhancements
|
||||||
|
* Add an aarch64-pc-windows-msvc target for python-platform
|
||||||
|
* Add fallback parent process detection to uv tool update-shell
|
||||||
|
* Install non-build-isolation packages in a second phase
|
||||||
|
* Add hint when virtual environments are included in source distributions
|
||||||
|
* Add Docker images derived from buildpack-deps:trixie, debian:trixie-slim, alpine:3.22
|
||||||
|
* Bug fixes
|
||||||
|
* Reject already-installed wheels built with outdated settings
|
||||||
|
* Skip interpreters that are not found on query
|
||||||
|
* Handle dotted package names in script path resolution
|
||||||
|
* Reject match-runtime = true for dynamic packages
|
||||||
|
* Documentation
|
||||||
|
* Document improvements to build-isolation setups
|
||||||
|
* Fix reference documentation recommendation to use uv cache clean instead of clear
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 17:37:36 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 0.8.11
|
||||||
|
* Enhancements
|
||||||
|
* Add extra-build-dependencies hint for any missing module on build failure
|
||||||
|
* Make 'v' prefix cyan in overlap warnings
|
||||||
|
* Bug fixes
|
||||||
|
* Fix missing uv version in extended Docker image tags
|
||||||
|
* Persist cache info when re-installing cached wheels
|
||||||
|
* Rust API
|
||||||
|
*Allow passing custom reqwest clients to RegistryClient
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 09:13:47 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 0.8.10
|
||||||
|
* Enhancements
|
||||||
|
* Allow Python requests with missing segments, e.g., just aarch64
|
||||||
|
* Preview
|
||||||
|
* Move warnings for conflicting modules into preview
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 12 09:30:49 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue Aug 12 09:30:49 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
# spec file for package python-uv
|
# spec file for package python-uv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -33,7 +34,7 @@
|
|||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-uv
|
Name: python-uv
|
||||||
Version: 0.8.9
|
Version: 0.8.16
|
||||||
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
|
||||||
@@ -44,7 +45,7 @@ BuildRequires: %{python_module maturin}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module tomli}
|
BuildRequires: %{python_module tomli}
|
||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
BuildRequires: cargo >= 1.86
|
BuildRequires: cargo >= 1.87
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1899e84a48e0c45a8120149c6fd9155ac52e6220029b2ac41e29dec2807e6791
|
oid sha256:58eb8d7ced07afbf470b88e30af3e2736ebd3e59442fb5ebec8fa8b709b45559
|
||||||
size 58852134
|
size 69685948
|
||||||
|
Reference in New Issue
Block a user