Page MenuHomeSolus

Update python-acme to 0.30.0
ClosedPublic

Authored by kyrios123 on Jan 3 2019, 9:09 PM.
Tags
None
Referenced Files
F11047120: D4940.diff
Thu, Aug 10, 2:49 PM
F10866281: D4940.id12051.diff
Jun 17 2023, 2:48 PM
F10865728: D4940.id12032.diff
Jun 17 2023, 12:43 PM
F10858052: D4940.diff
Jun 15 2023, 1:37 PM
F10757859: D4940.diff
May 17 2023, 11:57 AM
F10706498: D4940.id.diff
Apr 26 2023, 9:03 PM
Subscribers
None

Details

Summary
  • Added
    • Added the update_account subcommand for account management commands.
  • Changed
    • Copied account management functionality from the register subcommand to the update_account subcommand.
    • Marked usage register --update-registration for deprecation and removal in a future release.
  • Fixed
    • Older modules in the josepy library can now be accessed through acme.jose like it could in previous versions of acme. This is only done to preserve backwards compatibility and support for doing this with new modules in josepy will not be added. Users of the acme library should switch to using josepy directly if they haven't done so already.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • Unit tests are successful
  • Successfully build certbot against thi package

Diff Detail

Repository
R3750 python-acme
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 4 2019, 4:26 PM
This revision was automatically updated to reflect the committed changes.