PyO3 / tokio

Asyncio event loop written in Rust language
Other
245 stars 12 forks source link

Pin setuptools-rust to latest version 0.6.1 #47

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

setuptools-rust is not pinned to a specific version.

I'm pinning it to the latest version 0.6.1 for now.

These links might come in handy: PyPI | Changelog | Repo

Changelog

0.6.1


  • Support CARGO_TARGET_DIR variable 14

0.6.0


0.5.1


  • Added support for "cargo test"

  • Fixed unbound method type error 4

0.5.0


  • Added support for "cargo check"

0.4.2


  • Added "--qbuild" option for "build_rust" command. Set "quiet" mode for all extensions.

  • Added "--debug" and "--release" options for "build_rust" command.

0.4.1


  • Fixed cargo manifest absolute path detection

0.4


  • Fixed bdist_egg and bdist_wheel support

  • setuptool's clean command cleans rust project as well

  • Use absolute path to cargo manifest

  • Enable debug builds for inplace builds, otherwise build release

  • Simplify monkey patches

0.3.1


  • Fix compatibility with some old versions of setuptools

0.3


  • Fixed OSX extension compilation

  • Use distutils exceptions for errors

  • Add rust version check for extension

  • Cleanup example project

0.2


  • Fix bdist_egg and bdist_wheel commands

0.1


  • Initial release

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖