All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.0 - 2016 December 30
- Unrecognized options will be passed through to
pip wheel
. This means all requested pip options, like--no-binary
and--cache-dir
, are exposed through mkwheelhouse. - Canned ACL policies can be specified on the command line, avoiding the need for a bucket policy [#12]. Thanks, @thenoid!
- Invoking mkwheelhouse with no requirements (e.g.,
mkwheelhouse s3://BUCKET
) generates only a warning instead of an error. This is because a barepip wheel
is not an error, and arguments are now passed directly topip wheel
. This behavior may be changed upstream; follow pypa/pip#2720 for details.
1.1.1 - 2016 January 23
1.1.0 - 2015 April 24
- mkwheelhouse learned to build wheelhouses in S3 subdirectories (key prefixes) [#2]. Thanks, @j-martin!
1.0.0 - 2015 April 23
- Boto replaced Botocore. Boto is a higher-level AWS API that provides better error messages. mkwheelhouse's documented functionality should remain unchanged, but if you were relying on error messages, you may be impacted. [BREAKING]
- Documentation converted to reStructuredText.