- Update to version 0.5.10:
* Improve backtracking behavior when packages conflict repeatedly * Patch Python sysconfig values such as AR at ar install time * Patch Python sysconfig values such as clang to cc at install time * Skip --native-tls in pip compile header * Add resolver error hint for no-binary and no-build failures * Improve build error messages * Reduce redundant Python version incompatibilities in resolver error message * Reduce redundant enumeration of all package versions in some resolver errors * Improve display of ranges when pre-releases are not allowed * Improve error messages for uv remove * Improve phrasing for single term incompatibilities * Improve styling of uv remove dependency hints * Omit trailing zeros on Python requirements inferred from versions * Show a concise error message for missing version field * Use the build options value to improve hints for no wheel / source distribution errors * Allow multiple disjoint URLs in overrides * Include explicit indexes in publish index choice * Fix Python interpreter detection for 32-bit operating systems on 64-bit hosts * Fix typo "operation system" * Clarify uninstallation docs * Add a note to say that dependencies between workspace members are editable * Correctly document default value of fork-strategy setting * Use double quotes for Windows support in examples * Remove pypy from top-level pin example * Update references to python-build-standalone to reflect the transferred project * Use a different Ruff version in documentation * Change example so it works as-is on powershell and cmd.exe * Clarify best practice for Python matrix strategy in GitHub Actions * Add documentation for uv-lock and uv-export pre-commit hooks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=27
This commit is contained in:
parent
b77d20f57c
commit
68d5ef731c
3
python-uv-0.5.10.tar.gz
Normal file
3
python-uv-0.5.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:493bd38750b397ed5c361fdb28a007186d13e5fa7d46bc997b3a1eff12a839f5
|
||||
size 3139617
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a58411374da0391a7954327bd9e0ebabb54ca581da89524cf6664c0fac033d5
|
||||
size 3127431
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 10:24:50 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 0.5.10:
|
||||
* Improve backtracking behavior when packages conflict repeatedly
|
||||
* Patch Python sysconfig values such as AR at ar install time
|
||||
* Patch Python sysconfig values such as clang to cc at install time
|
||||
* Skip --native-tls in pip compile header
|
||||
* Add resolver error hint for no-binary and no-build failures
|
||||
* Improve build error messages
|
||||
* Reduce redundant Python version incompatibilities in resolver error message
|
||||
* Reduce redundant enumeration of all package versions in some resolver errors
|
||||
* Improve display of ranges when pre-releases are not allowed
|
||||
* Improve error messages for uv remove
|
||||
* Improve phrasing for single term incompatibilities
|
||||
* Improve styling of uv remove dependency hints
|
||||
* Omit trailing zeros on Python requirements inferred from versions
|
||||
* Show a concise error message for missing version field
|
||||
* Use the build options value to improve hints for no wheel / source distribution errors
|
||||
* Allow multiple disjoint URLs in overrides
|
||||
* Include explicit indexes in publish index choice
|
||||
* Fix Python interpreter detection for 32-bit operating systems on 64-bit hosts
|
||||
* Fix typo "operation system"
|
||||
* Clarify uninstallation docs
|
||||
* Add a note to say that dependencies between workspace members are editable
|
||||
* Correctly document default value of fork-strategy setting
|
||||
* Use double quotes for Windows support in examples
|
||||
* Remove pypy from top-level pin example
|
||||
* Update references to python-build-standalone to reflect the transferred project
|
||||
* Use a different Ruff version in documentation
|
||||
* Change example so it works as-is on powershell and cmd.exe
|
||||
* Clarify best practice for Python matrix strategy in GitHub Actions
|
||||
* Add documentation for uv-lock and uv-export pre-commit hooks
|
||||
* Build backend: Fix pre-PEP 639 license files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 00:47:44 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uv
|
||||
Version: 0.5.9
|
||||
Version: 0.5.10
|
||||
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:4f34a3f0a400f5944b3087128aba1a0d65ddadf3394c5b3dd62d316220f4d643
|
||||
size 55893686
|
||||
oid sha256:96765f223637dac61453bdd2803bb46399628f13c76a674655ba73e553cb75fb
|
||||
size 55893577
|
||||
|
Loading…
Reference in New Issue
Block a user