Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
98 lines (68 loc) · 2.79 KB

CHANGELOG.rst

File metadata and controls

98 lines (68 loc) · 2.79 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.0 - 2016 December 30

Added

  • 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!

Changed

  • Invoking mkwheelhouse with no requirements (e.g., mkwheelhouse s3://BUCKET) generates only a warning instead of an error. This is because a bare pip wheel is not an error, and arguments are now passed directly to pip wheel. This behavior may be changed upstream; follow pypa/pip#2720 for details.

Fixed

  • Bucket URLs generated when IAM roles are in use are now valid [#11]. Thanks, @joshma!

1.1.1 - 2016 January 23

Fixed

  • mkwheelhouse can actually build wheelhouses in S3 subdirectories [#10]. Thanks, @rajiteh!

1.1.0 - 2015 April 24

Added

  • mkwheelhouse learned to build wheelhouses in S3 subdirectories (key prefixes) [#2]. Thanks, @j-martin!

1.0.0 - 2015 April 23

Changed

  • 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.

0.3.1 - 2015 April 23

Added

  • This CHANGELOG.
  • Unofficial Python 2.6 support [#6]. Thanks, @prologic!