Update setuptools-rust requirement from ~=1.5.1 to ~=1.5.2
Created by: dependabot[bot]
Updates the requirements on setuptools-rust to permit the latest version.
Changelog
Sourced from setuptools-rust's changelog.
1.5.2 (2022-09-19)
Fixed
- Fix regression in
dylib
build artifacts not being found since 1.5.0. #290- Fix regression in sdist missing examples and other supplementary files since 1.5.0. #291
1.5.1 (2022-08-14)
Fixed
- Fix regression in
get_lib_name
crashing since 1.5.0. #280- Fix regression in
Binding.Exec
builds with multiple executables not finding built executables since 1.5.0. #2831.5.0 (2022-08-09)
Added
- Add support for extension modules built for wasm32-unknown-emscripten with Pyodide. #244
Changed
- Locate cdylib artifacts by handling messages from cargo instead of searching target dir (fixes build on MSYS2). #267
- No longer guess cross-compile environment using
HOST_GNU_TYPE
/BUILD_GNU_TYPE
sysconfig variables. #269Fixed
1.4.1 (2022-07-05)
Fixed
- Fix crash when checking Rust version. #263
1.4.0 (2022-07-05)
Packaging
- Increase minimum
setuptools
version to 62.4. #246Added
- Add
cargo_manifest_args
to support locked, frozen and offline builds. #234- Add
RustBin
for packaging binaries in scripts data directory. #248Changed
Exec
bindingRustExtension
withscript=True
is deprecated in favor ofRustBin
. #248- Errors while calling
cargo metadata
are now reported back to the user #254quiet
option will now suppress output ofcargo metadata
. #256setuptools-rust
will now matchcargo
behavior of not setting--target
when the selected target is the rust host. #258- Deprecate
native
option ofRustExtension
. #258Fixed
- If the sysconfig for
BLDSHARED
has no flags,setuptools-rust
won't crash anymore. #2411.3.0 (2022-04-26)
Packaging
- Increase minimum
setuptools
version to 58. #222Fixed
- Fix crash when
python-distutils-extra
linux package is installed. #222
... (truncated)
Commits
-
17e54de
release: 1.5.2 -
11992d9
Merge pull request #291 from davidhewitt/fix-bundle-examples -
818d847
packaging: use setuptools-scm to include all files in sdist -
972d528
Merge pull request #290 from davidhewitt/fix-dylibs -
2fa3ff9
build: fix locating dylib artifacts -
b81ec4b
Merge pull request #288 from PyO3/dependabot/cargo/examples/html-py-ever/pyo3... -
7ade8a7
Merge pull request #287 from PyO3/dependabot/cargo/examples/rust_with_cffi/py... -
eefb680
Merge pull request #289 from PyO3/dependabot/cargo/examples/namespace_package... -
ffff227
build(deps): bump pyo3 in /examples/namespace_package -
519cced
build(deps): bump pyo3 from 0.16.5 to 0.17.1 in /examples/html-py-ever - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)