- Update to version 1.26.0
* Added show_account subcommand, which will fetch the account information from
the ACME server and show the account details (account URL and, if applicable,
email address or addresses)
* The acme library now requires requests>=2.20.0.
* Certbot and its acme library now require pytz>=2019.3.
* Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation support.
* Previously, when Certbot was in the process of registering a new ACME account
and the ACME server did not present any Terms of Service, the user was asked
to agree with a non-existent Terms of Service ("None"). This bug is now fixed,
so that if an ACME server does not provide any Terms of Service to agree with,
the user is not asked to agree to a non-existent Terms of Service any longer.
* If account registration fails, Certbot did not relay the error from the ACME
server back to the user. This is now fixed: the error message from the ACME
server is now presented to the user when account registration fails.
OBS-URL: https://build.opensuse.org/request/show/967673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=80
* Support for Python 2 has been removed.
* The acme library no longer depends on the security extras from
requests which was needed to support SNI in TLS requests when
using old versions of Python 2.
* When revoking a certificate by --cert-name, it is no longer
necessary to specify the --server if the certificate was
obtained from a non-default ACME server.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=67
* Added TLS-ALPN-01 challenge support in the acme library. Support of this
challenge in the Certbot client is planned to be added in a future release.
* mock dependency is now conditional on Python 2 in all of our packages.
* When using an RFC 8555 compliant endpoint, the acme library no longer sends the
resource field in any requests or the type field when responding to challenges.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=54
* Removed the fallback introduced with 0.34.0 in acme to retry a POST-as-GET
request as a GET request when the targeted ACME CA server seems to not support
POST-as-GET requests.
* Support for Python 3.4 in Certbot and its ACME library is deprecated and will be
removed in the next release of Certbot.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=48
- update to 0.32.0
* Certbot and its acme module now depend on josepy>=1.1.0.
* An ACME CA server may return a "Retry-After" HTTP header on
authorization polling, as specified in the ACME protocol, to
indicate when the next polling should occur. Certbot now reads
this header if set and respect its value.
* The acme module avoids sending the keyAuthorization field in
the JWS payload when responding to a challenge as the field is
not included in the current ACME protocol. To ease the migration
path for ACME CA servers, Certbot and its acme module will first
try the request without the keyAuthorization field but will
temporarily retry the request with the field included if a
malformed error is received. This fallback will be removed in
version 0.34.0.
OBS-URL: https://build.opensuse.org/request/show/685974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=16
* Release 0.29.1
* Release 0.29.0
* WIP External Account Binding (#6059)
* Implement POST-as-GET requests (#6522)
* ignore erroneously no-member lint error
* Revert acme/acme/client.py
* Bump version to 0.29.0
* remove unused six imports
* Remove module-level ignore::ResourceWarnings
* bring requests back down to 2.4.1 in setup and oldest constraints
* Requests no longer vendorizes urllib3
* Use a newer version of requests because of the upcoming Callable import
Deprecation in Python 3.8 that warns in Python 3.7
* Cover is run on 2.7, so mark 3-only lines as no cover
* Ignore ResourceWarnings in various modules in a 2-compatible way.
* ignore ResourceWarnings in acme tests
* s/assertEquals/assertEqual
- Adjust Requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=8
- update to 0.26.0
- No changelog from upstream
- update to 0.25.1
- No changelog from upstream
- update to 0.25.0
- No changelog from upstream
- update to 0.24.0
- No changelog from upstream
- update to 0.23.0
- No changelog from upstream
- update to 0.22.2
- No changelog from upstream
- update to 0.22.0
- No changelog from upstream
- update to 0.21.1
- No changelog from upstream
- update to 0.20.0
- No changelog from upstream
- update to 0.19.0
- No changelog from upstream
- update to 0.18.2
- No changelog from upstream
- Convert to singlespec
- update to 0.18.1
- No changelog from upstream
- update to 0.17.0
- No changelog from upstream
- update to 0.16.0
- No changelog from upstream
- update to 0.15.0
- No changelog from upstream
- update to 0.14.2
- No changelog from upstream
- update to 0.14.1
- No changelog from upstream
- fix build error in Tumbleweed
- update to 0.14.0
- No changelog provides by upstream
- update to 0.13.0
- No changelog provides by upstream
- insert BuildRequires: python-packaging to prevent build errors
for Leap 42.1
- change require version to python-requests >= 2.10
- update to 0.12.0
- No changelog provides by upstream
- update to 0.11.1
- No changelog provides by upstream
- update to 0.10.2
- No changelog provides by upstream
- update to 0.10.1
- No changelog provides by upstream
- update to 0.10.0
- No changelog provides by upstream
- update to 0.9.3
- No changelog provides by upstream
- update to 0.9.0
- No changelog provides by upstream
- drop patch acme-build-on-python-older-than-2_7.patch
- update to 0.8.1
- No changelog provides by upstream
- update to 0.8.0
- No changelog provided by upstream
- Drop fix-AttributeError-on-mock-older-than_2.0.patch because
now in upstream
- update to 0.7.0
- No changelog provided by upstream
- add fix-AttributeError-on-mock-older-than_2.0.patch
- update to 0.6.0
- No changelog provided by upstream
- update Source with new pypi url
- Update to version 0.5.0
- No changelog provided by upstream
- add BuildRequires python-setuptools >= 1.0
- Update to version 0.4.2
- No changelog provided by upstream
- Update to version 0.4.1
- No changelog provided by upstream
- Updated to version 0.4.0
- No changelog provided by upstream
- updated requirement: python-pyOpenSSL >= 0.13
- Updated to version 0.3.0
- No changelog provided by upstream
- Added python-mock requirement
- acme-build-on-python-older-than-2_7.patch allows building on
python version < 2.7
- Updated to latest version 0.2.0
- No changelog provided by upstream
- Fixed description and url
- Added group
- Initial version 0.1.1
OBS-URL: https://build.opensuse.org/request/show/623161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=20