forked from pool/python-uv
Accepting request 1281713 from devel:languages:python
- update to 0.7.9: * The changes reverted in 0.7.8 have been restored. * See the python-build-standalone release notes for more details. * Enhancements * Improve obfuscation of credentials in URLs * Allow running non-default Python implementations via uvx * Add uvw as alias for uv without console window on Windows * Allow discovery of x86-64 managed Python builds on macOS * Differentiate between implicit vs explicit architecture requests * Implement ordering for Python architectures to prefer native installations * Only show the first match per platform (and architecture) by default in uv python list * Write the path of the parent environment to an extends-environment key in the pyvenv.cfg file of an ephemeral environment * Improve the error message when libc cannot be found, e.g., when using the distroless containers * Performance * Avoid rendering info log level * Improve performance of uv-python crate's manylinux submodule * Optimize Version display * Reduce number of reference-checks for uv cache clean * Bug fixes * Avoid reinstalling dependency group members with --all-packages * Don't fail direct URL hash checking with dependency metadata * Exit early on self update if global --offline is set * Fix cases where the uv lock is incorrectly marked as out of date * Include pre-release versions in uv python install --reinstall * Set LC_ALL=C for git when checking git worktree * Avoid rejecting Windows paths for remote Python download JSON targets * Preview * Add uv add --bounds to configure version constraints * Documentation * Add documentation about Python versions to Tools concept page OBS-URL: https://build.opensuse.org/request/show/1281713 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uv?expand=0&rev=24
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f12e8b5f9706e28d689d3df47a14cda07fb638dbd83889233fdbf2e1e01d9db
|
||||
size 3993156
|
3
python-uv-0.7.9.tar.gz
Normal file
3
python-uv-0.7.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04c58ee15192a3a8fd67b7888d17f798d4802cb8fbb7a6d264b7499f93230ba3
|
||||
size 4015887
|
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 1 23:09:48 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.7.9:
|
||||
* The changes reverted in 0.7.8 have been restored.
|
||||
* See the python-build-standalone release notes for more details.
|
||||
* Enhancements
|
||||
* Improve obfuscation of credentials in URLs
|
||||
* Allow running non-default Python implementations via uvx
|
||||
* Add uvw as alias for uv without console window on Windows
|
||||
* Allow discovery of x86-64 managed Python builds on macOS
|
||||
* Differentiate between implicit vs explicit architecture requests
|
||||
* Implement ordering for Python architectures to prefer native installations
|
||||
* Only show the first match per platform (and architecture) by default in uv python list
|
||||
* Write the path of the parent environment to an extends-environment key in the pyvenv.cfg file of an ephemeral environment
|
||||
* Improve the error message when libc cannot be found, e.g., when using the distroless containers
|
||||
* Performance
|
||||
* Avoid rendering info log level
|
||||
* Improve performance of uv-python crate's manylinux submodule
|
||||
* Optimize Version display
|
||||
* Reduce number of reference-checks for uv cache clean
|
||||
* Bug fixes
|
||||
* Avoid reinstalling dependency group members with --all-packages
|
||||
* Don't fail direct URL hash checking with dependency metadata
|
||||
* Exit early on self update if global --offline is set
|
||||
* Fix cases where the uv lock is incorrectly marked as out of date
|
||||
* Include pre-release versions in uv python install --reinstall
|
||||
* Set LC_ALL=C for git when checking git worktree
|
||||
* Avoid rejecting Windows paths for remote Python download JSON targets
|
||||
* Preview
|
||||
* Add uv add --bounds to configure version constraints
|
||||
* Documentation
|
||||
* Add documentation about Python versions to Tools concept page
|
||||
* Add example of enabling Dependabot
|
||||
* Fix exclude-newer date format for persistent configuration files
|
||||
* Quote versions variables in GitLab documentation
|
||||
* Update Dependabot support status
|
||||
* Explicitly specify to add a new repo entry to the repos list item in the .pre-commit-config.yaml
|
||||
* Add integration with marimo guide
|
||||
* Add pronunciation to README
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 08:51:37 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@@ -33,7 +33,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uv
|
||||
Version: 0.7.8
|
||||
Version: 0.7.9
|
||||
Release: 0
|
||||
Summary: A Python package installer and resolver, written in Rust
|
||||
License: Apache-2.0 OR MIT
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7180d0475348033c326ebbde786270db83f7fa0913034c1f82f0c9789240d0d
|
||||
size 56597841
|
||||
oid sha256:9c2b0103e6f54dc859df3e1f570b2b45ddee9accbccd49a99de097adc1d4217c
|
||||
size 54771970
|
||||
|
Reference in New Issue
Block a user