Revisions of python-maturin
Ana Guerrero (anag+factory)
accepted
request 1204352
from
Mia Herkt (mia)
(revision 42)
- 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
Ana Guerrero (anag+factory)
accepted
request 1195862
from
Mia Herkt (mia)
(revision 41)
- 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
Ana Guerrero (anag+factory)
accepted
request 1186052
from
Mia Herkt (mia)
(revision 40)
- 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
Ana Guerrero (anag+factory)
accepted
request 1178629
from
Mia Herkt (mia)
(revision 39)
- Update to 1.6.0 * Add pypi name validation gh#PyO3/maturin#2007 * Add JSON schema generation gh#PyO3/maturin#2005 * Detect compiling from Linux gnu to Linux musl as cross compiling gh#PyO3/maturin#2010 * Upgrade uniffi to 0.27.0 gh#PyO3/maturin#2021 * Add instrumentation support for develop gh#PyO3/maturin#2019 * Make tracing-subscriber mandatory gh#PyO3/maturin#2022 * Import hook upgrade gh#PyO3/maturin#2024 * Add uv as develop backend command gh#PyO3/maturin#2015 * Also try uv in PATH in develop --uv gh#PyO3/maturin#2026 * docs: update pyo3 to match tutorial gh#PyO3/maturin#2029 * Add support for AIX gh#PyO3/maturin#2030 * Remove rust-cpython from project init/new template gh#PyO3/maturin#2034 * Only run uv tests on platforms that has wheel on PyPI or when uv bina… gh#PyO3/maturin#2037 * Install cffi and uv on demand in test_develop gh#PyO3/maturin#2043 * Add support for wasm32-wasip1 and wasm32-wasip2 targets
Ana Guerrero (anag+factory)
accepted
request 1163373
from
Mia Herkt (mia)
(revision 38)
- Update to 1.5.1 * fix changelog link gh#PyO3/maturin#1990 * in pep517 build default compatibility to off instead of always specifying gh#PyO3/maturin#1992 * Fix typo on maturin docs gh#PyO3/maturin#1997 * Fix upload returning malformed summary error gh#PyO3/maturin#2002
Ana Guerrero (anag+factory)
accepted
request 1158801
from
Mia Herkt (mia)
(revision 37)
- Update to 1.5.0 * tutorial: fix abi to match comment gh#PyO3/maturin#1876 * Allow identical VIRTUAL_ENV and CONDA_PREFIX env vars gh#PyO3/maturin#1879 * Upgrade pyo3 to 0.20 gh#PyO3/maturin#1881 * Skip directory when adding license files to wheel gh#PyO3/maturin#1890 * Reject -i python when cross compiling gh#PyO3/maturin#1891 * simplified clear-cache github action gh#PyO3/maturin#1897 * Support uniffi-bindgen in cargo workspaces gh#PyO3/maturin#1909 * Upgrade globlin to 0.8.0 gh#PyO3/maturin#1912 * Update **Note** to [!NOTE] in README gh#PyO3/maturin#1917 * Match dependency readmes gh#PyO3/maturin#1915 * Update some actions version in generate ci cli gh#PyO3/maturin#1916 * Use extension name as library name, instead of hardcoded 'native.so' gh#PyO3/maturin#1918 * Bump MSRV to 1.70 gh#PyO3/maturin#1923 * Remove setuptools-rust and milksnake mentions from readme gh#PyO3/maturin#1926 * Upgrade uniffi to 0.26.0
Ana Guerrero (anag+factory)
accepted
request 1132505
from
Mia Herkt (mia)
(revision 36)
- Update to 1.4.0 * Fix two tiny typos in README.md! gh#PyO3/maturin#1853 * Bump MSRV to 1.67 gh#PyO3/maturin#1847 * Tiny tweak: Use Rust markdown block gh#PyO3/maturin#1855 * Recommend using pipx to install maturin gh#PyO3/maturin#1859 * [pre-commit.ci] pre-commit autoupdate gh#PyO3/maturin#1860 * Update cargo-options to 0.7.1 gh#PyO3/maturin#1862 * Add support for cross compiling with cross gh#PyO3/maturin#1865 * Bump the crates-io group with 8 updates gh#PyO3/maturin#1866 * [pre-commit.ci] pre-commit autoupdate gh#PyO3/maturin#1867 * Bump openssl from 0.10.59 to 0.10.60 gh#PyO3/maturin#1868 * Bump actions/github-script from 6 to 7 gh#PyO3/maturin#1873 * Bump conda-incubator/setup-miniconda from 2 to 3 gh#PyO3/maturin#1872 * Bump mymindstorm/setup-emsdk from 12 to 13 gh#PyO3/maturin#1871 * Update rustls-pemfile to 2.0.0 gh#PyO3/maturin#1874
Ana Guerrero (anag+factory)
accepted
request 1126453
from
Mia Herkt (mia)
(revision 35)
- Update to 1.3.2 * Switch to Ruff formatter gh#PyO3/maturin#1817 * Upgrade ring to 0.17 gh#PyO3/maturin#1819 * Un-deprecate MATURIN_PEP517_ARGS env var gh#PyO3/maturin#1820 * Add support for uniffi library mode gh#PyO3/maturin#1729 * Fix missing member in Cargo.toml for sdist of nested workspace layout gh#PyO3/maturin#1828 * Metadata: escape display name in email addresses gh#PyO3/maturin#1832 * Fix rewriting workspace Cargo.toml in sdist gh#PyO3/maturin#1841 * Fix glob workspace members matching in sdist gh#PyO3/maturin#1846 * Add sdist tests for well-known downstream repositories gh#PyO3/maturin#1849
Ana Guerrero (anag+factory)
accepted
request 1123696
from
Mia Herkt (mia)
(revision 34)
- Update to 1.3.1 * Use external uniffi-bindgen if no root package is configured gh#PyO3/maturin#1797 * Add trusted publishing section to the user guide gh#PyO3/maturin#1800 * Fix wheel filename for GraalPy gh#PyO3/maturin#1802 * Pytest skeleton in mixed template gh#PyO3/maturin#1807 * Keep trailing newlines from templates gh#PyO3/maturin#1808 * Bump rustix from 0.37.23 to 0.37.25 gh#PyO3/maturin#1809 * Auto detect Python 3.13 gh#PyO3/maturin#1810 * Fix missing workspace.members in sdist gh#PyO3/maturin#1811 * Don't set MACOSX_DEPLOYMENT_TARGET for editable builds gh#PyO3/maturin#1815
Dominique Leuenberger (dimstar_suse)
accepted
request 1089420
from
Mia Herkt (mia)
(revision 31)
- Update to v1.0.1: * Add Python 3.12 sysconfigs gh#PyO3/maturin#1629 * refactor: generate well known sysconfigs in code gh#PyO3/maturin#1633 * Upgrade dirs to 5.0 gh#PyO3/maturin#1634 * Fix panicking when no cargo build targets are selected gh#PyO3/maturin#1635 * Upgrade platform-info to 2.0, base64 to 0.21 gh#PyO3/maturin#1631 - Changes in v1.0.0: * Add support for multiple --config-settings in PEP517 backend gh#PyO3/maturin#1624 * Remove deprecated --universal2 cli option gh#PyO3/maturin#1620
Dominique Leuenberger (dimstar_suse)
accepted
request 1088131
from
Mia Herkt (mia)
(revision 30)
- Update to v0.15.3: * Fix cross-compile to Apple universal2 in the other platform gh#PyO3/maturin#1613 * Remove serde(flatten) to improve error messages gh#PyO3/maturin#1616 * Allow syn 2.0 gh#PyO3/maturin#1617 * describe the need for module-name gh#PyO3/maturin#1604 * Add PEP 517 config_settings support gh#PyO3/maturin#1619 * Keep file mode on Unix gh#PyO3/maturin#1622 - Changes in v0.15.2: * Remove bors gh#PyO3/maturin#1602 * When determining the python module name, use pyproject.toml project.name over Cargo.toml package.name. gh#PyO3/maturin#1608 * Warn on missing python-source contents gh#PyO3/maturin#1607 * Fix rewriting dev-dependencies in sdist gh#PyO3/maturin#1610
Dominique Leuenberger (dimstar_suse)
accepted
request 1085456
from
Mia Herkt (mia)
(revision 29)
- Update to v0.15.1: * Use shlex to split MATURIN_SETUP_ARGS gh#PyO3/maturin#1595 * Fix finding interpreters from bundled sysconfigs gh#PyO3/maturin#1598 - Changes in v0.15.0: * Feature gate zig and xwin based cross compiling gh#PyO3/maturin#1324 * Feature gate maturin new and maturin init commands gh#PyO3/maturin#1330 * Build with --no-default-features gh#PyO3/maturin#1333 * Support SOURCE_DATE_EPOCH environment variable in wheel building gh#PyO3/maturin#1334 * Remove deprecated config options gh#PyO3/maturin#1335 * cargo deny multiple crate versions gh#PyO3/maturin#1336 * Replace rpassword with dialoguer gh#PyO3/maturin#1338 * Fix sdist when all Cargo workspace members are excluded gh#PyO3/maturin#1343 * Update normpath to 1.0.0 gh#PyO3/maturin#1348 * Update bundled Linux sysconfig gh#PyO3/maturin#1349 * Allow Rust crate to be placed outside of the directory containing pyproject.toml gh#PyO3/maturin#1347
Dominique Leuenberger (dimstar_suse)
accepted
request 1078139
from
Mia Herkt (mia)
(revision 28)
- Update to v0.14.17: * Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for Python 3.11 gh#PyO3/maturin#1560 - Drop vendor-update-ahash-dependency.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 1075083
from
Mia Herkt (mia)
(revision 27)
- Update to v0.14.16: * Deprecate package.metadata.maturin.name in favor of tool.maturin.module-name in pyproject.toml gh#PyO3/maturin#1531
Dominique Leuenberger (dimstar_suse)
accepted
request 1072766
from
Mia Herkt (mia)
(revision 26)
- 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
Dominique Leuenberger (dimstar_suse)
accepted
request 1058366
from
Mia Herkt (mia)
(revision 25)
- Update to v0.14.10 * Use module name specified by [package.metadata.maturin] gh#PyO3/maturin#1409
Dominique Leuenberger (dimstar_suse)
accepted
request 1057818
from
Mia Herkt (mia)
(revision 24)
- Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from rustc gh#PyO3/maturin#1395
Dominique Leuenberger (dimstar_suse)
accepted
request 1056955
from
Mia Herkt (mia)
(revision 23)
- Update to v0.14.8: * Add support for packaging multiple pure Python packages gh#PyO3/maturin#1378 * Fallback to sysconfig interpreters for pyo3 bindings gh#PyO3/maturin#1381
Displaying revisions 1 - 20 of 42