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 >=0.15,<0.16 #13

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 -> >=0.15,<0.16 age adoption passing confidence

Release Notes

pyo3/maturin (maturin)

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