Sync from SUSE:SLFO:Main python-maturin revision 43d37ede236f4bce3db6f91416b1411d
This commit is contained in:
parent
9c3535d8c8
commit
dde59ae7ce
BIN
maturin-1.6.0.tar.gz
(Stored with Git LFS)
BIN
maturin-1.6.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
maturin-1.7.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
maturin-1.7.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,89 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 12:41:34 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.7.4
|
||||||
|
* Fix musllinux rpath for non-cffi bindings
|
||||||
|
gh#PyO3/maturin#2233
|
||||||
|
- Changes in 1.7.3:
|
||||||
|
* Fix pypi/testpypi upload
|
||||||
|
gh#PyO3/maturin#2229
|
||||||
|
- Changes in 1.7.2:
|
||||||
|
* Split out test-windows-cross to speed up ci
|
||||||
|
gh#PyO3/maturin#2188
|
||||||
|
* Upgrade cargo-deny
|
||||||
|
gh#PyO3/maturin#2200
|
||||||
|
* Cross building fixes
|
||||||
|
gh#PyO3/maturin#2204
|
||||||
|
* UniFFI: supports bindings generated from multiple crates
|
||||||
|
gh#PyO3/maturin#2208
|
||||||
|
* doc: add -r/--release flag info to tutorial
|
||||||
|
gh#PyO3/maturin#2211
|
||||||
|
* Enable --all-features when building source distribution
|
||||||
|
gh#PyO3/maturin#2215
|
||||||
|
* Replace "." with "/" in module_name
|
||||||
|
gh#PyO3/maturin#2219
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 00:00:47 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.7.1
|
||||||
|
* Update clap_complete_command to v0.6.1
|
||||||
|
gh#PyO3/maturin#2144
|
||||||
|
* Fix platform tags when cross-compiling universal2
|
||||||
|
gh#PyO3/maturin#2153
|
||||||
|
* Fix Typo in Migration Guide
|
||||||
|
gh#PyO3/maturin#2162
|
||||||
|
* Fix rust 1.80 clippy errors
|
||||||
|
gh#PyO3/maturin#2164
|
||||||
|
* Don't check .gitignore files in parent directories
|
||||||
|
gh#PyO3/maturin#2158
|
||||||
|
* Replace --skip-auditwheel with --auditwheel option
|
||||||
|
gh#PyO3/maturin#2165
|
||||||
|
* Remove install_requires and setup_requires from setup.py
|
||||||
|
gh#PyO3/maturin#2171
|
||||||
|
* Use modern stripping option
|
||||||
|
gh#PyO3/maturin#2173
|
||||||
|
* Move project metadata from setup.py to pyproject.toml
|
||||||
|
gh#PyO3/maturin#2175
|
||||||
|
* Update manylinux/musllinux policies to the latest main
|
||||||
|
gh#PyO3/maturin#2178
|
||||||
|
* use just licenses as the license directory in a wheel
|
||||||
|
gh#PyO3/maturin#2181
|
||||||
|
* Forward cargo package --list warnings
|
||||||
|
gh#PyO3/maturin#2186
|
||||||
|
* Add current package context to source dist error
|
||||||
|
gh#PyO3/maturin#2187
|
||||||
|
* Place source dist readmes next to Cargo.toml
|
||||||
|
gh#PyO3/maturin#2184
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 7 22:36:48 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.7.0
|
||||||
|
* Expose env variable to suppress build backend warning
|
||||||
|
gh#PyO3/maturin#2099
|
||||||
|
* Canonicalize base executable path in PEP 517 build
|
||||||
|
gh#PyO3/maturin#2100
|
||||||
|
* Initial iOS support
|
||||||
|
gh#PyO3/maturin#2102
|
||||||
|
* Remove old import hook
|
||||||
|
gh#PyO3/maturin#2105
|
||||||
|
* Bump MSRV to 1.74.0
|
||||||
|
gh#PyO3/maturin#2108
|
||||||
|
* Upgrade pyo3 to 0.22.0, uniffi to 0.28.0
|
||||||
|
gh#PyO3/maturin#2121
|
||||||
|
* Override wheel tag with _PYTHON_HOST_PLATFORM
|
||||||
|
gh#PyO3/maturin#2122
|
||||||
|
* Update cargo-xwin to 0.16.5
|
||||||
|
gh#PyO3/maturin#2123
|
||||||
|
* Don't add duplicate files
|
||||||
|
gh#PyO3/maturin#2125
|
||||||
|
* Docs: Fix Typo in Verb Conjugation
|
||||||
|
gh#PyO3/maturin#2129
|
||||||
|
* pep517: only use base python when
|
||||||
|
MATURIN_PEP517_USE_BASE_PYTHON env var is set
|
||||||
|
gh#PyO3/maturin#2134
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 4 23:02:42 UTC 2024 - Mia Herkt <mia@0x0.st>
|
Tue Jun 4 23:02:42 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-maturin
|
Name: python-maturin
|
||||||
Version: 1.6.0
|
Version: 1.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user