Commit Graph

66 Commits

Author SHA256 Message Date
bd4a8bdbb3 Accepting request 967673 from home:mcalabkova:branches:devel:languages:python:certbot
- 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
2022-04-08 06:27:39 +00:00
Danilo Spinella
fa3ca4856e Accepting request 941918 from home:dspinella:branches:devel:languages:python:certbot
- Update to version 1.22.0
  * sync with main certbot package
- Refresh python-acme.keyring

OBS-URL: https://build.opensuse.org/request/show/941918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=79
2021-12-21 18:34:58 +00:00
Danilo Spinella
8c8ae465aa Accepting request 940327 from home:susnux:branches:devel:languages:python:certbot
Update to version 1.20.0

OBS-URL: https://build.opensuse.org/request/show/940327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=78
2021-12-21 15:33:55 +00:00
a15ada3b86 Accepting request 911267 from home:dspinella:branches:devel:languages:python:certbot
- update to version 1.18.0
  * sync with main certbot package
  * the .client.Client and .client.BackwardsCompatibleClientV2 classes
    are now deprecated in favor of .client.ClientV2

OBS-URL: https://build.opensuse.org/request/show/911267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=77
2021-08-11 06:02:23 +00:00
0514fb612a - update to version 1.17.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=76
2021-07-30 08:38:49 +00:00
682b43fef5 - update to version 1.16.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=74
2021-06-24 08:57:06 +00:00
e20683cfaa - update to version 1.15.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=72
2021-05-12 12:02:46 +00:00
3956b24523 - update to version 1.14.0
* The module acme.magic_typing is deprecated and will be removed in 
    a future release. Please use the built-in module typing instead.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=70
2021-04-14 15:11:20 +00:00
40b8128958 - update to version 1.13.0
* 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
2021-03-08 08:13:54 +00:00
33c93e23cf Accepting request 861609 from home:alarrosa:branches:devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/861609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=65
2021-01-08 12:12:07 +00:00
0c9d95213b - update to version 1.9.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=63
2020-10-07 08:09:20 +00:00
62108900a1 Accepting request 838354 from home:frispete:python
- update to version 1.8.0
  * Support for Python 3.5 has been removed.
  * The acme library can now tell the ACME server to clear contact information by passing an empty
    tuple to the contact field of a Registration message.

OBS-URL: https://build.opensuse.org/request/show/838354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=62
2020-10-07 07:58:46 +00:00
802dda0473 - update to version 1.7.0
* We deprecated support for Python 3.5 in Certbot and its ACME library.
    Support for Python 3.5 will be removed in the next major release of Certbot.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=60
2020-08-21 08:36:07 +00:00
ba217e3e54 - update to version 1.6.0
* Support for alternative certificate chains in the acme module.
  * Added --preferred-chain <issuer CN>. If a CA offers multiple 
    certificate chains, it may be used to indicate to Certbot which 
    chain should be preferred.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=58
2020-07-13 08:30:35 +00:00
fd4a1c0943 - update to version 1.5.0
* Fix TLS-ALPN test that fails when run with newer versions of OpenSSL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=56
2020-06-11 12:09:01 +00:00
995af1f527 - update to version 1.4.0
* 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
2020-05-14 08:26:34 +00:00
e048d60f05 - update to version 1.3.0
* Don't verify the existing certificate in HTTP01Response.simple_verify, for
    compatibility with the real-world ACME challenge checks.
  * Fix acme module warnings when response Content-Type includes params (e.g. charset).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=52
2020-03-11 13:41:49 +00:00
5dbcfe4f81 - update to version 1.2.0
* Support for Python 3.4 has been removed.
  * Fix collections.abc imports for Python 3.9.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=50
2020-02-21 15:29:54 +00:00
526a9aa46d - update to version 1.1.0
* 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
2020-01-21 09:47:07 +00:00
970c4e4776 - update to version 1.0.0 (bsc#1160066)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=46
2020-01-03 13:51:22 +00:00
Tomáš Chvátal
a63779e9e4 Accepting request 760621 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 1.0.0
  * Deprecated attributes related to the TLS-SNI-01 challenge in
    acme.challenges and acme.standalone have been removed.

OBS-URL: https://build.opensuse.org/request/show/760621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=45
2020-01-03 11:26:41 +00:00
51c0d9ff64 - update to version 0.40.1
* acme.standalone.BaseRequestHandlerWithLogging and acme.standalone.simple_tls_sni_01_server 
    have been deprecated and will be removed in a future release of the library.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=43
2019-11-14 12:03:09 +00:00
05835d2be6 Accepting request 739135 from home:RBrownSUSE:branches:devel:languages:python:certbot
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=41
2019-10-17 11:25:08 +00:00
1ebf55f71b - update to version 0.38.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=39
2019-10-02 11:48:34 +00:00
73ca4bb501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=38 2019-10-02 11:18:04 +00:00
538eb41dac - update to version 0.38.0
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=33
2019-09-11 12:29:00 +00:00
1a3edaa7c9 - update to version 0.36.0 (bsc#1141928)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=31
2019-08-26 10:53:36 +00:00
3b8b059736 - update to version 0.37.2
* acme: Authz deactivation added to acme module.
- update to version 0.36.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=30
2019-08-26 10:47:17 +00:00
OBS User buildservice-autocommit
152a1fdc5e Accepting request 716074 from devel:languages:python:certbot
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/716074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=28
2019-07-18 13:22:25 +00:00
OBS User buildservice-autocommit
b6af935937 Updating link to change in openSUSE:Factory/python-acme revision 32.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=85a7aff91d3a7c51ac355406b96f6bbe
2019-07-18 13:22:25 +00:00
4ac9c6675f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=27 2019-07-18 08:26:21 +00:00
2f039514c6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=26 2019-07-17 14:27:56 +00:00
e9a232bd76 - update to version 0.36.0
* Added missing error types from RFC8555
  * Added signature

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=24
2019-07-17 13:43:09 +00:00
07eb6d1840 - update to 0.35.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=22
2019-06-18 09:45:53 +00:00
d1ef2e76fc - update to 3.5.1
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=21
2019-06-18 09:36:52 +00:00
Tomáš Chvátal
8a443224fc - Use the %pytest macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=19
2019-05-27 13:53:17 +00:00
b4fac3b39f - update to 0.34.2:
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=18
2019-05-18 23:14:52 +00:00
097e2fcecf Accepting request 685974 from home:mcalabkova:branches:devel:languages:python:certbot
- 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
2019-03-18 09:30:08 +00:00
Tomáš Chvátal
1c4fe3c4dc Accepting request 672746 from home:mcalabkova:branches:devel:languages:python:certbot
- update to 0.31.0
  * Support for initiating (but not solving end-to-end) TLS-ALPN-01 
    challenges with the acme module.
  * Fixed accessing josepy contents through acme.jose when the full 
    acme.jose path is used.
  * Added the update_account subcommand for account management commands.

OBS-URL: https://build.opensuse.org/request/show/672746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=14
2019-02-10 10:20:44 +00:00
Tomáš Chvátal
5518fb0b47 - Drop pytest-xdist dependency as it is not really needed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=12
2019-01-29 12:02:34 +00:00
Tomáš Chvátal
1458c9b0c2 - Update to 0.30.2:
* Remove josepy helpers that are no longer needed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=10
2019-01-29 11:36:52 +00:00
33c9035d6c - update to 0.29.1:
* 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
2018-12-15 07:18:02 +00:00
Tomáš Chvátal
537d639374 Accepting request 649642 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.28.0
  * Use the ACMEv2 newNonce endpoint when a new nonce is needed, and 
    newNonce is available in the directory.
  * Warn when using deprecated acme.challenges.TLSSNI01

OBS-URL: https://build.opensuse.org/request/show/649642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=6
2018-11-17 18:55:13 +00:00
Tomáš Chvátal
2912623bac Accepting request 635677 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.27.1
  * acme client now raises an error when you try to create an ACME 
    account with a key that has already been used
  * you can now call query_registration without having to first 
    call new_account

OBS-URL: https://build.opensuse.org/request/show/635677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-acme?expand=0&rev=4
2018-09-14 08:25:04 +00:00
e543879f0a Accepting request 633009 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/633009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=22
2018-09-04 20:57:58 +00:00
fe88a97d05 Accepting request 625326 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/625326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=21
2018-07-27 08:56:04 +00:00
b3c8179260 Accepting request 623161 from devel:languages:python
- 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
2018-07-18 20:55:02 +00:00
21051a95b0 Accepting request 620603 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/620603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=19
2018-07-06 08:41:38 +00:00
18d6e3e3de Accepting request 603739 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/603739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=18
2018-05-04 09:31:09 +00:00
2c12017d4f Accepting request 596521 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/596521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acme?expand=0&rev=17
2018-04-24 13:31:28 +00:00