17
0

113 Commits

Author SHA256 Message Date
3f4ae475c2 Accepting request 1334776 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1334776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=51
2026-02-24 17:31:15 +00:00
839d0aaf7c - update to version 5.3.1
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=109
2026-02-24 15:05:23 +00:00
fc8ac4b13c Accepting request 1332026 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1332026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=50
2026-02-09 18:28:39 +00:00
833ff4f6ef - update to version 5.3.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=107
2026-02-09 12:58:07 +00:00
3a02238b4f Accepting request 1327586 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1327586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=49
2026-01-17 13:54:22 +00:00
2ae304f7bc - update to version 5.2.2
* Support for Python 3.14 was added.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=105
2026-01-15 13:58:53 +00:00
6fe5a3fdb0 Accepting request 1311318 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1311318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=48
2025-10-14 16:10:36 +00:00
6c81b5b6d1 - update to version 5.1.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=103
2025-10-14 08:03:34 +00:00
532cf18a47 Accepting request 1302584 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1302584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=47
2025-09-03 19:08:34 +00:00
dc3c735404 - update to version 5.0.0
* Python 3.9 support was removed
  * Migrated most functionality from setup.py to pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=101
2025-09-03 12:24:46 +00:00
9a91016ecd Accepting request 1299121 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1299121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=46
2025-08-13 14:30:36 +00:00
3382f98fa3 - update to version 4.2.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=99
2025-08-12 16:03:12 +00:00
24f06aec72 Accepting request 1286008 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1286008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=45
2025-06-16 10:26:25 +00:00
69faac437f - update to version 4.1.1
* Switched to src-layout from flat-layout to accommodate PEP 517 pip
    editable installs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=97
2025-06-13 14:50:49 +00:00
c55b0fd040 Accepting request 1271242 from devel:languages:python:certbot
- Update to 4.0.0:
  * Added
    + The --preferred-profile and --required-profile flags allow requesting
      a profile.
  * Changed
    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
      left, if the lifetime is shorter than 10 days).
    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
    + removed acme.crypto_util._pyopenssl_cert_or_req_san
    + removed acme.crypto_util.dump_pyopenssl_chain
    + removed acme.crypto_util.gen_ss_cert
    + removed certbot.crypto_util.dump_pyopenssl_chain
    + removed certbot.crypto_util.pyopenssl_load_certificate
  * Fixed
    + Moved RewriteEngine on directive added during apache http01
      authentication to the end of the virtual host, so that it overwrites
      any RewriteEngine off directives that already exist and allows
      redirection to the challenge URL.

OBS-URL: https://build.opensuse.org/request/show/1271242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=44
2025-04-22 15:28:59 +00:00
840f78d78e - Update to 4.0.0:
* Added
    + The --preferred-profile and --required-profile flags allow requesting
      a profile.
  * Changed
    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
      left, if the lifetime is shorter than 10 days).
    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
    + removed acme.crypto_util._pyopenssl_cert_or_req_san
    + removed acme.crypto_util.dump_pyopenssl_chain
    + removed acme.crypto_util.gen_ss_cert
    + removed certbot.crypto_util.dump_pyopenssl_chain
    + removed certbot.crypto_util.pyopenssl_load_certificate
  * Fixed
    + Moved RewriteEngine on directive added during apache http01
      authentication to the end of the virtual host, so that it overwrites
      any RewriteEngine off directives that already exist and allows
      redirection to the challenge URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=95
2025-04-22 03:46:22 +00:00
578fac8922 Accepting request 1254989 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1254989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=43
2025-03-21 19:23:26 +00:00
84aae1f0f5 - update to version 3.3.0
* certbot-cloudflare-dns is now pinned to version 2.19 of 
    Cloudflare's python library

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=93
2025-03-21 12:35:13 +00:00
f9440dcb7e Accepting request 1240557 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1240557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=42
2025-01-27 19:57:01 +00:00
0e5dfd7eaa expand glob in files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=91
2025-01-27 14:45:24 +00:00
d6080af272 - update to version 3.1.0
* sync with the main certbot package
- convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=90
2025-01-27 14:36:33 +00:00
0500216bb4 Accepting request 1228067 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1228067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=41
2024-12-03 19:48:15 +00:00
920e5ee201 - update to version 3.0.1
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=88
2024-12-03 14:56:42 +00:00
ed898f67eb Accepting request 1183169 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=40
2024-06-25 21:08:59 +00:00
3300f1307f sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=86
2024-06-25 12:53:01 +00:00
c25f6302fd - update to version 2.11.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=85
2024-06-25 12:22:13 +00:00
099d3a02d7 Accepting request 1145441 from devel:languages:python:certbot
- update to 2.9.0:
  * Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.

- Add %{?sle15_python_module_pythons}

  * Fixed an incompatibility in the certbot-dns-cloudflare plugin and the
    Cloudflare library which was introduced in the Cloudflare library version
    2.10.1. The library would raise an error if a token was specified in the
    Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg
  * sync with the main certbot package
  * sync with main certbot package

OBS-URL: https://build.opensuse.org/request/show/1145441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=39
2024-02-09 22:54:37 +00:00
a95589a017 - update to 2.9.0:
* Support for Python 3.12 was added.
  * Updates `joinpath` syntax to only use one addition per call,
    because the multiple inputs version was causing mypy errors
    on Python 3.10.
  * Makes the `reconfigure` verb actually use the staging server
    for the dry run to check the new configuration.
  * Fixed an incompatibility in the certbot-dns-cloudflare plugin and the
    Cloudflare library which was introduced in the Cloudflare library version
    2.10.1. The library would raise an error if a token was specified in the
    Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg
  * sync with the main certbot package
  * sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=83
2024-02-09 13:37:15 +00:00
ff2ade2180 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=82
2024-02-07 12:45:26 +00:00
6e26d79d1f Accepting request 1133002 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=38
2023-12-14 21:02:52 +00:00
1b73bd31ad - update to version 2.8.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=80
2023-12-07 10:45:52 +00:00
638ef5942b - update to version 2.7.4
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=79
2023-11-16 13:00:13 +00:00
f480cf8924 - update to version 2.7.3
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=78
2023-10-31 08:12:45 +00:00
83e4917350 Accepting request 1091324 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=37
2023-06-07 21:08:24 +00:00
e672e89e4f Accepting request 1091298 from home:mcalabkova:branches:devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1091298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=76
2023-06-07 17:03:43 +00:00
1463081e61 Accepting request 1031483 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=36
2022-10-27 11:54:38 +00:00
0e703563f3 - update to version 1.31.0
* Fixed an incompatibility in the certbot-dns-cloudflare plugin and the 
    Cloudflare library which was introduced in the Cloudflare library version 
    2.10.1. The library would raise an error if a token was specified in the 
    Certbot --dns-cloudflare-credentials file as well as the cloudflare.cfg 
    configuration file of the Cloudflare library.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=74
2022-10-27 08:26:19 +00:00
e21638452f Accepting request 1005265 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1005265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=35
2022-09-22 12:50:02 +00:00
075353d1fd - update to version 1.30.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=72
2022-09-21 17:56:13 +00:00
cb31c5e582 Accepting request 988435 from devel:languages:python:certbot
- update to 1.29.0:
  * --allow-subset-of-names will now additionally retry in cases where domains
    are rejected while creating or finalizing orders. This requires subproblem
    support from the ACME server
  * The show_account subcommand now uses the "newAccount" ACME endpoint to
    fetch the account data, so it doesn't rely on the locally stored account URL.
    This fixes situations where Certbot
    would use old ACMEv1 registration info with non-functional account URLs.
  * The generated Certificate Signing Requests are now generated as version 1
    instead of version 3. This resolves situations in where strict enforcement
    of PKCS#10 meant that CSRs that were generated as version 3 were rejected

OBS-URL: https://build.opensuse.org/request/show/988435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=34
2022-07-11 17:10:21 +00:00
18b529d851 - update to 1.29.0:
* --allow-subset-of-names will now additionally retry in cases where domains
    are rejected while creating or finalizing orders. This requires subproblem
    support from the ACME server
  * The show_account subcommand now uses the "newAccount" ACME endpoint to
    fetch the account data, so it doesn't rely on the locally stored account URL.
    This fixes situations where Certbot
    would use old ACMEv1 registration info with non-functional account URLs.
  * The generated Certificate Signing Requests are now generated as version 1
    instead of version 3. This resolves situations in where strict enforcement
    of PKCS#10 meant that CSRs that were generated as version 3 were rejected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=70
2022-07-11 13:19:52 +00:00
69ba574a3a Accepting request 984955 from devel:languages:python:certbot
update to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/984955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=33
2022-06-25 08:24:44 +00:00
fdb8998c40 - update to version 1.28.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=68
2022-06-24 19:33:01 +00:00
961ac774c8 Accepting request 979814 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/979814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=32
2022-05-30 10:44:31 +00:00
26ccf60c73 - update to version 1.27.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=66
2022-05-30 09:20:39 +00:00
25463165a8 Accepting request 967762 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/967762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=31
2022-04-08 20:46:02 +00:00
7d132e24b4 - Update to version 1.26.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=64
2022-04-08 09:44:58 +00:00
1bf0f7392c Accepting request 941936 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/941936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=30
2021-12-21 19:42:18 +00:00
Danilo Spinella
8407574134 Accepting request 941924 from home:dspinella:branches:devel:languages:python:certbot
- Update to version 1.22.0
  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/request/show/941924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-cloudflare?expand=0&rev=63
2021-12-21 19:07:39 +00:00
Richard Brown
576ba1f105 Accepting request 911359 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/911359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-cloudflare?expand=0&rev=29
2021-08-11 09:47:35 +00:00