forked from pool/python-maturin
Accepting request 1072766 from devel:languages:python
- Update to v0.14.15: * Add sdist and sccache support to generate-ci command - Changes in v0.14.14: * Add support for Emscripten in generate-ci command gh#PyO3/maturin#1484 * Use default ext_suffix for Emscripten target if not provided in PYO3_CONFIG_FILE gh#PyO3/maturin#1491 * Deprecate package.metadata.maturin.data in favor of tool.maturin.data in pyproject.toml gh#PyO3/maturin#1492 - Update to v0.14.13: * maturin develop now looks for a virtualenv .venv in the current or any parent directory if no virtual environment is active gh#PyO3/maturin#1462 * Add a new generate-ci command to generate CI configuration gh#PyO3/maturin#1456 * Deprecate --univeral2 in favor of universal2-apple-darwin target gh#PyO3/maturin#1457 * Raise an error when Cargo.toml contains removed python package metadata gh#PyO3/maturin#1471 * Use extension_name instead of module_name for CFFI extensions in develop mode gh#PyO3/maturin#1476 - Changes in v0.14.12: * Keep dev-dependencies in sdist when there are no path dependencies OBS-URL: https://build.opensuse.org/request/show/1072766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=26
This commit is contained in:
commit
b16dbeb9fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:895c48cbe56ae994c2a1eeeef19475ca4819aa4c6412af727a63a772e8ef2d87
|
||||
size 171433
|
3
maturin-0.14.15.tar.gz
Normal file
3
maturin-0.14.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fa6007e66fbae1b891623af5900acb90b84c4530d712028b9f1bfa06c34d1a5
|
||||
size 177868
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 22:53:30 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to v0.14.15:
|
||||
* Add sdist and sccache support to generate-ci command
|
||||
- Changes in v0.14.14:
|
||||
* Add support for Emscripten in generate-ci command
|
||||
gh#PyO3/maturin#1484
|
||||
* Use default ext_suffix for Emscripten target if not provided in
|
||||
PYO3_CONFIG_FILE
|
||||
gh#PyO3/maturin#1491
|
||||
* Deprecate package.metadata.maturin.data in favor of
|
||||
tool.maturin.data in pyproject.toml
|
||||
gh#PyO3/maturin#1492
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 09:28:41 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to v0.14.13:
|
||||
* maturin develop now looks for a virtualenv .venv in the current
|
||||
or any parent directory if no virtual environment is active
|
||||
gh#PyO3/maturin#1462
|
||||
* Add a new generate-ci command to generate CI configuration
|
||||
gh#PyO3/maturin#1456
|
||||
* Deprecate --univeral2 in favor of universal2-apple-darwin
|
||||
target
|
||||
gh#PyO3/maturin#1457
|
||||
* Raise an error when Cargo.toml contains removed python package
|
||||
metadata
|
||||
gh#PyO3/maturin#1471
|
||||
* Use extension_name instead of module_name for CFFI extensions
|
||||
in develop mode
|
||||
gh#PyO3/maturin#1476
|
||||
- Changes in v0.14.12:
|
||||
* Keep dev-dependencies in sdist when there are no path
|
||||
dependencies
|
||||
gh#PyO3/maturin#1441
|
||||
- Changes in v0.14.11:
|
||||
* Use the extension_name in develop builds
|
||||
gh#PyO3/maturin#1416
|
||||
* Upgrade pyo3 to 0.18.0
|
||||
gh#PyO3/maturin#1417
|
||||
* Better error message when normalize path failed
|
||||
gh#PyO3/maturin#1432
|
||||
* Don't package dev-only path dependencies in sdist
|
||||
gh#PyO3/maturin#1435
|
||||
* Add a user-friendly panic hook
|
||||
gh#PyO3/maturin#1436
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 14 12:23:46 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-maturin
|
||||
Version: 0.14.10
|
||||
Version: 0.14.15
|
||||
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:92f074593531a6b1b7b69fbf2ba621114cd5e2153d7ea1fa6815ad73ce071f62
|
||||
size 28632400
|
||||
oid sha256:d52733831970d9b97f3201bd6225b34c072b8bef27105c4daf50771bae809e38
|
||||
size 30772508
|
||||
|
Loading…
Reference in New Issue
Block a user