|
|
|
@@ -1,3 +1,125 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|