17
0

19 Commits

Author SHA256 Message Date
589443903d Accepting request 1334785 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1334785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=9
2026-02-24 17:31:24 +00:00
50e25e1322 - 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-ovh?expand=0&rev=11
2026-02-24 15:06:36 +00:00
59beb60e1b Accepting request 1332037 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1332037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=8
2026-02-09 18:29:38 +00:00
cf50f64c88 - 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-ovh?expand=0&rev=9
2026-02-09 12:59:15 +00:00
0a27457196 Accepting request 1328694 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1328694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=7
2026-01-22 16:59:04 +00:00
17fac92678 - 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-ovh?expand=0&rev=8
2026-01-15 13:59:58 +00:00
ebecbba367 Accepting request 1312720 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1312720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=6
2025-10-22 10:15:04 +00:00
b4c5a7b780 - 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-ovh?expand=0&rev=7
2025-10-14 08:04:51 +00:00
f5bbc27f62 Accepting request 1303656 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1303656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=5
2025-09-11 12:39:50 +00:00
45b121b37c - 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-ovh?expand=0&rev=6
2025-09-03 12:26:07 +00:00
62ce2b8f75 Accepting request 1300332 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1300332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=4
2025-08-20 11:25:41 +00:00
1c3e45e2ac - 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-ovh?expand=0&rev=5
2025-08-12 16:04:24 +00:00
a49c0887f2 Accepting request 1287408 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1287408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=3
2025-06-23 13:00:38 +00:00
38073f20d5 - 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-ovh?expand=0&rev=4
2025-06-13 14:51:54 +00:00
df5db3664f Accepting request 1271253 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/1271253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=2
2025-04-22 15:29:16 +00:00
5ce81bfd98 - 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-ovh?expand=0&rev=3
2025-04-22 03:47:37 +00:00
5c6bfb692f Accepting request 1256002 from devel:languages:python:certbot
new certbot plugin

OBS-URL: https://build.opensuse.org/request/show/1256002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-ovh?expand=0&rev=1
2025-03-25 21:13:06 +00:00
04bcd2e9d5 cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-ovh?expand=0&rev=2
2025-03-25 15:08:10 +00:00
0fcd812603 Accepting request 1255875 from home:NMorey
Add certbot dns plugin for OVH servers

OBS-URL: https://build.opensuse.org/request/show/1255875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-ovh?expand=0&rev=1
2025-03-25 14:57:05 +00:00