Changelog

1.0.1 2018-06-20

  • [Bug] #17: Missed some .succeeded attributes when porting to Fabric 2 - they should have been .ok. Patch via Lucio Delelis.

  • [Bug]: Fix a bug in patchwork.transfers.rsync where it would fail with AttributeError unless your connection had connect_kwargs.key_filename defined.

  • [Bug] #20: (via #21) patchwork.transfers.rsync didn’t handle its exclude parameter correctly when building the final rsync command (it came out looking like a stringified tuple). Fixed by Kegan Gan.

  • [Bug] #23: Fix some outstanding Python 2-isms (use of iteritems) in info.distro_name and info.distro_family, as well as modules which imported those – such as packages.

    Includes adding some basic tests for this functionality as well. Thanks to @ChaoticMind for the report.

1.0.0 2018-05-08

  • [Feature]: Pre-history.