Accepting request 1116521 from home:bnavigator:branches:devel:languages:python
- Update to 1.3.0 * Refactor Cargo sdist generator to avoid rewriting local dependencies in gh#PyO3/maturin#1741 * Added --pip-path argument to develop command in gh#PyO3/maturin#1753 * Ignore sdist output files when building sdist in gh#PyO3/maturin#1756 * Use python.exe by default in build command on Windows in gh#PyO3/maturin#1757 * Don't require uniffi-bindgen to be installed for uniffi bindings in gh#PyO3/maturin#1762 * Fix platform tag for graalpy in gh#PyO3/maturin#1773 * Always set minor version to 0 when major version >= 11 for macOS in gh#PyO3/maturin#1778 * Warning about incorrect maturin version pyproject.toml [build-system] requires in gh#PyO3/maturin#1793 - Release 1.2.3 - 2023-08-17 * Fix sdist build failure with workspace path dependencies by HerringtonDarkholme in gh#PyO3/maturin#1739 - Release 1.2.2 - 2023-08-14 * Fix non interactive mode check when username/password was supplied from cli in gh#PyO3/maturin#1737 - Release 1.2.1 - 2023-08-14 * Add non-interactive mode to upload command in gh#PyO3/maturin#1722 * Fix link-native-libraries check for emscripten target in gh#PyO3/maturin#1724 * Add support for ALL_PROXY to upload command in gh#PyO3/maturin#1727 * Handle renamed Rust dependency in sdist in gh#PyO3/maturin#1728 * Fix invalid TOML when rewriting workspace inherited dependencies in gh#PyO3/maturin#1733 - Release 1.2.0 - 2023-08-06 * Add basic support for implicit namespaces gh#PyO3/maturin#1645 * Add Linux mips64 and mips architecture support in gh#PyO3/maturin#1712 * Add x86_64h-apple-darwin target support in gh#PyO3/maturin#1717 OBS-URL: https://build.opensuse.org/request/show/1116521 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=76
This commit is contained in:
parent
e8508a7194
commit
97726581fb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4650aeaa8debd004b55aae7afb75248cbd4d61cd7da2dcf4ead8b22b58cecae0
|
||||
size 181227
|
3
maturin-1.3.0.tar.gz
Normal file
3
maturin-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6c69bc7ae147a5effd55587447b35cab1ceb726ba244d08698bc7518b8688ac
|
||||
size 175646
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 18:34:41 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.3.0
|
||||
* Refactor Cargo sdist generator to avoid rewriting local
|
||||
dependencies in gh#PyO3/maturin#1741
|
||||
* Added --pip-path argument to develop command in
|
||||
gh#PyO3/maturin#1753
|
||||
* Ignore sdist output files when building sdist in
|
||||
gh#PyO3/maturin#1756
|
||||
* Use python.exe by default in build command on Windows in
|
||||
gh#PyO3/maturin#1757
|
||||
* Don't require uniffi-bindgen to be installed for uniffi
|
||||
bindings in gh#PyO3/maturin#1762
|
||||
* Fix platform tag for graalpy in gh#PyO3/maturin#1773
|
||||
* Always set minor version to 0 when major version >= 11 for
|
||||
macOS in gh#PyO3/maturin#1778
|
||||
* Warning about incorrect maturin version pyproject.toml
|
||||
[build-system] requires in gh#PyO3/maturin#1793
|
||||
- Release 1.2.3 - 2023-08-17
|
||||
* Fix sdist build failure with workspace path dependencies by
|
||||
HerringtonDarkholme in gh#PyO3/maturin#1739
|
||||
- Release 1.2.2 - 2023-08-14
|
||||
* Fix non interactive mode check when username/password was
|
||||
supplied from cli in gh#PyO3/maturin#1737
|
||||
- Release 1.2.1 - 2023-08-14
|
||||
* Add non-interactive mode to upload command in
|
||||
gh#PyO3/maturin#1722
|
||||
* Fix link-native-libraries check for emscripten target in
|
||||
gh#PyO3/maturin#1724
|
||||
* Add support for ALL_PROXY to upload command in
|
||||
gh#PyO3/maturin#1727
|
||||
* Handle renamed Rust dependency in sdist in gh#PyO3/maturin#1728
|
||||
* Fix invalid TOML when rewriting workspace inherited
|
||||
dependencies in gh#PyO3/maturin#1733
|
||||
- Release 1.2.0 - 2023-08-06
|
||||
* Add basic support for implicit namespaces gh#PyO3/maturin#1645
|
||||
* Add Linux mips64 and mips architecture support in
|
||||
gh#PyO3/maturin#1712
|
||||
* Add x86_64h-apple-darwin target support in gh#PyO3/maturin#1717
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 03:35:53 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-maturin
|
||||
Version: 1.1.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Rust/Python Interoperability
|
||||
License: Apache-2.0 OR MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7c8ff6f96d21c726c761856edb3f5eef9e383cd007401bd16596d0a4cb1baae
|
||||
size 33056972
|
||||
oid sha256:1da454e50e555d3fafaab541867134120a736b4c60cc59606ef7cfb9f082f75f
|
||||
size 34465132
|
||||
|
Loading…
x
Reference in New Issue
Block a user