Changelog for
python2-certbot-0.30.2-lp150.6.1.noarch.rpm :
* Thu Mar 14 2019 Tomáš Chvátal
- Provide certbot namespace on py2 too to avoid migration conflict
* Tue Jan 29 2019 Tomáš Chvátal - Update to 0.30.2:
* Update the version of setuptools pinned in certbot-auto to 40.6.3 to solve installation problems on newer OSes.
* Always download the pinned version of pip in pipstrap to address breakages
* Rename old,default.conf to old-and-default.conf to address commas in filenames breaking recent versions of pip.
* Add VIRTUALENV_NO_DOWNLOAD=1 to all calls to virtualenv to address breakages from venv downloading the latest pip
* Added the `update_account` subcommand for account management commands.
* Sat Dec 15 2018 Thomas Bechtold - update to 0.29.1:
* The default work and log directories have been changed back to /var/lib/letsencrypt and /var/log/letsencrypt respectively.
* Noninteractive renewals with `certbot renew` (those not started from a terminal) now randomly sleep 1-480 seconds before beginning work in order to spread out load spikes on the server side.
* Added External Account Binding support in cli and acme library. Command line arguments --eab-kid and --eab-hmac-key added.
* Private key permissioning changes: Renewal preserves existing group mode & gid of previous private key material. Private keys for new lineages (i.e. new certs, not renewed) default to 0o600.
* Update code and dependencies to clean up Resource and Deprecation Warnings.
* Only depend on imgconverter extension for Sphinx >= 1.6- update URL
* Fri Nov 30 2018 Jason Craig - Add Requires: python-mock, it won\'t run without it
* Fri Nov 16 2018 Marketa Calabkova - update to version 0.28.0
* revoke accepts --cert-name, and doesn\'t accept both --cert-name and --cert-path
* Tue Oct 09 2018 Tomáš Chvátal - Do not conflict with Certbot as now we provide/obsolete it
* Wed Oct 03 2018 Tomáš Chvátal - Provide and obsolete certbot main package too to ensure we can migrate to the new split setup directly
* Tue Sep 18 2018 Tomáš Chvátal - Conflict with certbot package to allow easy migration
* Fri Sep 14 2018 Marketa Calabkova - update to version 0.27.1
* the documentation can be built using Sphinx 1.6+
* Tue Aug 28 2018 tchvatalAATTsuse.com- Initial package, split from certbot blob