17
0

114 Commits

Author SHA256 Message Date
dc2d3f950f Accepting request 1334786 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1334786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=53
2026-02-24 17:31:25 +00:00
6895497571 - 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-rfc2136?expand=0&rev=107
2026-02-24 15:06:44 +00:00
8b25408a63 Accepting request 1332034 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1332034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=52
2026-02-09 18:29:23 +00:00
b237c7f52b - 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-rfc2136?expand=0&rev=105
2026-02-09 12:59:23 +00:00
b0ca5bdff5 Accepting request 1327602 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1327602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=51
2026-01-17 13:54:30 +00:00
0f20178c54 - 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-rfc2136?expand=0&rev=103
2026-01-15 14:00:08 +00:00
986feb1b0d Accepting request 1311326 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1311326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=50
2025-10-14 16:10:48 +00:00
4f90f78c6e - 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-rfc2136?expand=0&rev=101
2025-10-14 08:05:02 +00:00
4b2736b68f Accepting request 1302592 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1302592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=49
2025-09-03 19:08:42 +00:00
e141055249 - 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-rfc2136?expand=0&rev=99
2025-09-03 12:26:15 +00:00
2d5169c9b9 Accepting request 1299129 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1299129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=48
2025-08-13 14:30:44 +00:00
aacd660a1b - 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-rfc2136?expand=0&rev=97
2025-08-12 16:04:31 +00:00
99815c99bd Accepting request 1286016 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1286016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=47
2025-06-16 10:26:30 +00:00
7a2a0711ca - 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-rfc2136?expand=0&rev=95
2025-06-13 14:52:28 +00:00
78ccb0c72f Accepting request 1271250 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/1271250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=46
2025-04-22 15:29:12 +00:00
1ae7265779 - 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-rfc2136?expand=0&rev=93
2025-04-22 03:47:45 +00:00
067e8f00da Accepting request 1254997 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1254997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=45
2025-03-21 19:23:31 +00:00
011fcddce0 - update to version 3.3.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=91
2025-03-21 12:30:57 +00:00
6e06a2892d Accepting request 1240565 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1240565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=44
2025-01-27 19:57:19 +00:00
8351d4a5ad - update to version 3.1.0
* certbot-dns-rfc2136's minimum required version of dnspython is 
    now 2.6.1.
- convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=89
2025-01-27 15:00:56 +00:00
7ae5e8ad53 Accepting request 1228075 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1228075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=43
2024-12-03 19:48:19 +00:00
c530aed231 - 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-rfc2136?expand=0&rev=87
2024-12-03 14:57:45 +00:00
424fd9f3de Accepting request 1183177 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=42
2024-06-25 21:09:09 +00:00
a421e0ca6b sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=85
2024-06-25 12:53:39 +00:00
341be1f8fa - 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-rfc2136?expand=0&rev=84
2024-06-25 12:23:37 +00:00
b7750a1194 Accepting request 1147111 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1147111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=41
2024-02-26 18:43:41 +00:00
8530dc36db - 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.
  * DNS RFC2136 module now uses the TSIG key to check for an authoritative SOA record. Helps the use of

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=82
2024-02-09 13:42:30 +00:00
15379b37f7 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=81
2024-02-07 12:42:51 +00:00
03f1011b08 Accepting request 1133010 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=40
2023-12-14 21:03:02 +00:00
25377cbac8 - 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-rfc2136?expand=0&rev=79
2023-12-07 10:47:02 +00:00
881cce0ec4 - 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-rfc2136?expand=0&rev=78
2023-11-16 13:01:43 +00:00
0b35008c74 - 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-rfc2136?expand=0&rev=77
2023-10-31 08:14:17 +00:00
e5efb05765 Accepting request 1091316 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=39
2023-06-07 21:08:13 +00:00
92c763ed72 Accepting request 1091306 from home:mcalabkova:branches:devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1091306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=75
2023-06-07 17:01:29 +00:00
9465eee533 Accepting request 1031492 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=38
2022-10-27 11:54:49 +00:00
171f694593 - update to version 1.31.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=73
2022-10-27 08:22:30 +00:00
a773e427d5 Accepting request 1005274 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1005274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=37
2022-09-22 12:50:08 +00:00
1570cb63b9 - 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-rfc2136?expand=0&rev=71
2022-09-21 17:57:37 +00:00
e7e937faf1 Accepting request 988443 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/988443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=36
2022-07-11 17:10:29 +00:00
74476818fa - 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-rfc2136?expand=0&rev=69
2022-07-11 13:20:18 +00:00
9267e030a1 Accepting request 984964 from devel:languages:python:certbot
update to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/984964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=35
2022-06-25 08:24:51 +00:00
780491f3d4 - 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-rfc2136?expand=0&rev=67
2022-06-24 19:40:10 +00:00
3ec5808f33 Accepting request 979823 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/979823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=34
2022-05-30 10:44:40 +00:00
29df69517e - 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-rfc2136?expand=0&rev=65
2022-05-30 09:22:37 +00:00
2468f46e3d Accepting request 967771 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/967771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=33
2022-04-08 20:46:08 +00:00
0f7c2eb629 - 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-rfc2136?expand=0&rev=63
2022-04-08 11:09:17 +00:00
16c4231ff1 Accepting request 941952 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/941952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=32
2021-12-21 19:42:24 +00:00
Danilo Spinella
31f9de905f Accepting request 941951 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/941951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=62
2021-12-21 19:22:35 +00:00
ac62d7c03a Accepting request 941883 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/941883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-rfc2136?expand=0&rev=31
2021-12-21 17:40:55 +00:00
Danilo Spinella
fae6e4a0c2 Accepting request 940333 from home:susnux:branches:devel:languages:python:certbot
Update to version 1.20.0, requires: SR#940327

OBS-URL: https://build.opensuse.org/request/show/940333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-rfc2136?expand=0&rev=61
2021-12-21 15:34:29 +00:00