You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.2.3 adds support for AcquireByHash and bugfixes
Specifically, all BaseAPIClient parameters are now available on
aptly_api.Client(...). Also AcquireByHash support has been added to the
'publish' part of the API. Thanks go to @smutel and @samuelba.
v0.2.0 introduces a network timeout parameter and makes sign_gpgkey optional.
Aptly will use the default GPG key of the keyring of the user running 'aptly serve' on the server and it
won't hang indefinitely when the network connection fails for any reason.
This release contains a bugfix for correctly quoting the root prefix (.), contributed by Romain Sébille (@rsebille) at Polyconseil. It also updates some dependencies to their newest versions.