Skip to content

Releases: PyO3/setuptools-rust

setuptools-rust 0.9.1

Choose a tag to compare

@fafhrd91 fafhrd91 released this 22 Mar 20:39

Changes

  • Remove unicode_literals future as it does not exists in Python

setuptools-rust 0.8.4

Choose a tag to compare

@fafhrd91 fafhrd91 released this 27 Feb 20:37

Changes

  • Improve compatibility of build_rust with build_ext #28

setuptools-rust 0.8.3

Choose a tag to compare

@fafhrd91 fafhrd91 released this 05 Dec 17:59

CHANGES

  • Ignore strip option when platform is win32 #26

setuptools-rust 0.8.2

Choose a tag to compare

@fafhrd91 fafhrd91 released this 08 Sep 20:47

Changes

  • Fix script generation for bdist_wheel

setuptools-rust 0.8.1

Choose a tag to compare

@fafhrd91 fafhrd91 released this 08 Sep 19:47

Changes

  • Added native parameter

  • Fix script generation for executables

setuptools-rust

Choose a tag to compare

@fafhrd91 fafhrd91 released this 05 Sep 20:28

Changes

  • Support multiple rust binaries #24

setuptools-rust 0.7.2

Choose a tag to compare

@fafhrd91 fafhrd91 released this 01 Sep 21:37

Changes

  • Generate console-script for Binding.Exec #22

  • Do not run cargo check for sdist command #18

  • Remove extra python3 file extension for executables.

setuptools-rust 0.7.1

Choose a tag to compare

@fafhrd91 fafhrd91 released this 18 Aug 21:23

Changes

  • Allow to strip symbols from executable or dynamic library.

  • Use PyO3 0.2 for example

setuptools-rust 0.7.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 11 Aug 18:20

Changes

  • Allow to build executable and pack with python package.

  • Use PyO3 0.1 for example.

setuptools-rust 0.6.4

Choose a tag to compare

@messense messense released this 31 Jul 14:42
eaa1185

Changes

  • check command respects optional option
  • Don't fail when Rust isn't installed while all extensions are optional