Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency maturin to v1 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
maturin (changelog) >=0.13,<0.14 -> >=1.5,<1.6 age adoption passing confidence

Release Notes

pyo3/maturin (maturin)

v1.5.1

Compare Source

  • Fix usage of --compatibility when run as a PEP517 backend in #​1992
  • Fix upload returning malformed summary error in #​2002

v1.5.0

Compare Source

  • Bump metadata version from 2.1 to 2.3 in #​1965. Source distributions created by maturin now have reliable metadata, meaning tool such as pip, uv and poetry could skip building them for version resolution.
  • Allow identical VIRTUAL_ENV and CONDA_PREFIX env vars in #​1879
  • Reject -i python when cross compiling in #​1891
  • Support uniffi-bindgen in cargo workspaces in #​1909
  • Add support for configuring xwin using env vars in #​1961
  • Add validation for crate/package name in new/init in #​1943
  • Add 32-bit RISC-V support in #​1969
  • Improve import hook changes in #​1958
  • Adjust cbindgen Overrides for CFFI in #​1957

v1.4.0

Compare Source

  • Bump MSRV to 1.67.0 in #​1847
  • Add support for cross compiling with cross in #​1865

v1.3.2

Compare Source

  • Add support for uniffi library mode in #​1729
  • Un-deprecate MATURIN_PEP517_ARGS env var in #​1820
  • Fix missing member in Cargo.toml for sdist of nested workspace layout in #​1828
  • Escape display name in email addresses of wheel metadata in #​1832
  • Fix rewriting workspace Cargo.toml in sdist in #​1841
  • Fix glob workspace members matching in sdist in #​1846

v1.3.1

Compare Source

  • Use external uniffi-bindgen if no root package is configured in #​1797
  • Fix wheel filename for GraalPy in #​1802
  • Add unittest skeleton to mixed Python/Rust projects in #​1807
  • Preserve trailing whitespace in new project files in #​1808
  • Fix missing workspace.members in sdist in #​1811
  • Don't set MACOSX_DEPLOYMENT_TARGET for editable builds by default in #​1815

v1.3.0

Compare Source

  • Refactor Cargo sdist generator to avoid rewriting local dependencies in #​1741
  • Added --pip-path argument to develop command in #​1753
  • Ignore sdist output files when building sdist in #​1756
  • Use python.exe by default in build command on Windows in #​1757
  • Don't require uniffi-bindgen to be installed for uniffi bindings in #​1762
  • Fix platform tag for graalpy in #​1773
  • Always set minor version to 0 when major version >= 11 for macOS in #​1778
  • Warning about incorrect maturin version pyproject.toml [build-system] requires in #​1793

v1.2.3

Compare Source

  • Fix sdist build failure with workspace path dependencies by HerringtonDarkholme in #​1739

v1.2.2

Compare Source

  • Fix non interactive mode check when username/password was supplied from cli in #1737

v1.2.1

Compare Source

  • Add non-interactive mode to upload command in #​1722
  • Fix link-native-libraries check for emscripten target in #​1724
  • Add support for ALL_PROXY to upload command in #​1727
  • Handle renamed Rust dependency in sdist in #​1728
  • Fix invalid TOML when rewriting workspace inherited dependencies in #​1733

v1.2.0

Compare Source

  • Add basic support for implicit namespaces #​1645
  • Add Linux mips64 and mips architecture support in #​1712
  • Add x86_64h-apple-darwin target support in #​1717

v1.1.0

Compare Source

  • Add basic support for GraalPy in #​1645
  • Refactor abi tag to use EXT_SUFFIX in #​1648
  • Add Linux loongarch64 architecture support in #​1653
  • Add --skip-install option to maturin develop in #​1654

v1.0.1

Compare Source

  • Add more Python 3.12 sysconfigs in #​1629
  • Fix panicking when no cargo build targets are selected in #​1635

v1.0.0

Compare Source

  • Add support for multiple --config-settings in PEP517 backend in #​1624
  • Remove deprecated --universal2 cli option in #​1620,
    use --target universal2-apple-darwin instead.

v0.15.3

Compare Source

  • Fix cross compile Apple universal2 wheels on non-macOS platforms by MisLink in #​1613
  • Add PEP 517 config_settings support in #​1619,
    deprecate MATURIN_PEP517_ARGS in favor of the new build-args config setting.

v0.15.2

Compare Source

  • When determining the python module name, use pyproject.toml project.name over Cargo.toml package.name in #​1608
  • Fix rewriting dev-dependencies in sdist in #​1610

v0.15.1

Compare Source

  • Fix finding interpreters from bundled sysconfigs in #​1598

v0.15.0

Compare Source

  • Breaking Change: Build with --no-default-features by default when bootstrapping from sdist in #​1333
  • Breaking Change: Remove deprecated sdist-include option in pyproject.toml in #​1335
  • Breaking Change: Remove deprecated python-source option in Cargo.toml in #​1335
  • Breaking Change: Turn patchelf version warning into a hard error in #​1335
  • Breaking Change: uniffi_bindgen CLI is required for building uniffi bindings wheels in #​1352
  • Add Cargo compile targets configuration for filtering multiple bin targets in #​1339
  • Respect rustflags settings in cargo configuration file in #​1405
  • Add support for uniffi 0.23 in #​1481
  • Add support for custom TLS certificate authority bundle in #​1483
  • Bump MSRV to 1.64.0 in #​1528
  • Add wildcards support to publish/upload commands on Windows in #​1534
  • Add support for configuring macOS deployment target version in pyproject.toml in #​1536
  • Rewrite platform specific dependencies in Cargo.toml by viccie30 in #​1572
  • Add trusted publisher support in #​1578
  • Add new git source distribution generator in #​1587

v0.14.17

Compare Source

  • Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for Python 3.11 in #​1560

v0.14.16

Compare Source

  • Deprecate package.metadata.maturin.name in favor of tool.maturin.module-name in pyproject.toml in #​1531

v0.14.15

Compare Source

  • Add sdist and sccache support to generate-ci command

v0.14.14

Compare Source

  • Add support for Emscripten in generate-ci command in #​1484
  • Add support for linking with pyo3 in abi3 debug mode on Windows in #​1487
  • Use default ext_suffix for Emscripten target if not provided in PYO3_CONFIG_FILE in #​1491
  • Deprecate package.metadata.maturin.data in favor of tool.maturin.data in pyproject.toml in #​1492

v0.14.13

Compare Source

  • maturin develop now looks for a virtualenv .venv in the current or any parent directory if no virtual environment is active.
  • Add a new generate-ci command to generate CI configuration in #​1456
  • Deprecate --universal2 in favor of universal2-apple-darwin target in #​1457
  • Raise an error when Cargo.toml contains removed python package metadata in #​1471
  • Use extension_name instead of module_name for CFFI extensions in develop mode in #​1476

v0.14.12

Compare Source

  • Keep dev-dependencies in sdist when there are no path dependencies in #​1441

v0.14.11

Compare Source

  • Don't package dev-only path dependencies in sdist in #​1435

v0.14.10

Compare Source

  • Use module name specified by [package.metadata.maturin] in #​1409

v0.14.9

Compare Source

  • Don't pass MACOSX_DEPLOYMENT_TARGET when query default value from rustc in #​1395

v0.14.8

Compare Source

  • Add support for packaging multiple pure Python packages in #​1378
  • Fallback to sysconfig interpreters for pyo3 bindings in #​1381

v0.14.7

Compare Source

  • Add workspace lock file to sdist as a fallback in #​1362

v0.14.6

Compare Source

  • Allow Rust crate to be placed outside of the directory containing pyproject.toml in #​1347
  • Disallow uniffi bin bindings in #​1353
  • Update bundled Python sysconfigs for Linux and macOS

v0.14.5

Compare Source

  • Support SOURCE_DATE_EPOCH when building wheels in #​1334
  • Fix sdist when all Cargo workspace members are excluded in #​1343

v0.14.4

Compare Source

  • Expanded architecture support for FreeBSD, NetBSD and OpenBSD in #​1318
  • Better error message when upload failed with status code 403 in #​1323

v0.14.3

Compare Source

  • Bump MSRV to 1.62.0 in #​1297
  • Fix build error when required features of bin target isn't enabled in #​1299
  • Fix wrong platform tag when building in i386 docker container on x86_64 host in #​1301
  • Fix wrong platform tag when building in armv7 docker container on aarch64 host in #​1303
  • Add Solaris operating system support in #​1310
  • Add armv6 and armv7 target support for FreeBSD in #​1312
  • Add riscv64 and powerpc target support for FreeBSD in #​1313
  • Fix powerpc64 and powerpc64le Python wheel platform tag for FreeBSD in #​1313

v0.14.2

Compare Source

  • Tighten src-layout detection logic in #​1281
  • Fix generating pep517 sdist for src-layout in #​1288
  • Deprecate python-source option in Cargo.toml in favor of the one in pyproject.toml in #​1291
  • Fix auditwheel with read-only libraries in #​1292

v0.14.1

Compare Source

  • Fix wrong EXT_SUFFIX when cross compiling musllinux wheels for Python 3.11 in #​1560

v0.14.0

Compare Source

  • Breaking Change: Remove support for specifying python package metadata in Cargo.toml in #​1200.
    Python package metadata should be specified in the project section of pyproject.toml instead as PEP 621 specifies.
  • Initial support for shipping bin targets as wasm32-wasi binaries that are run through wasmtime in #​1107.
    Note that wasmtime currently only support the five most popular platforms and that wasi binaries have restrictions when interacting with the host.
    Usage is by setting --target wasm32-wasi.
  • Add support for python first src project layout in #​1185
  • Add --src option to generate src layout for mixed Python/Rust projects in #​1189
  • Add Python metadata support for license-file field of Cargo.toml in #​1195
  • Upgrade to clap 4.0 in #​1197. This bumps MSRV to 1.61.0.
  • Remove workspace.members in Cargo.toml from sdist if there isn't any path dependency in #1227
  • Fix auditwheel libpython check on Python 3.7 and older versions in #​1229
  • Use generic tags when sys.implementation.name != platform.python_implementation() in #​1232.
    Fixes the compatibility tags for Pyston.
  • Set default macOS deployment target version if MACOSX_DEPLOYMENT_TARGET isn't specified in #​1251
  • Add support for 32-bit x86 FreeBSD target in #​1254
  • Add [tool.maturin.include] and [tool.maturin.exclude] and deprecate [tool.maturin.sdist-include] #​1255
  • Ignore sdist tar ball instead of error out in #​1259
  • Add support for uniffi bindings in #​1275

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants