17
0

118 Commits

Author SHA256 Message Date
5b675bcaf8 Accepting request 1334787 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1334787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=52
2026-02-24 17:31:26 +00:00
e9f593b68d - 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-route53?expand=0&rev=113
2026-02-24 15:06:52 +00:00
ac7fe90c78 Accepting request 1332035 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1332035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=51
2026-02-09 18:29:28 +00:00
d6797245aa - 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-route53?expand=0&rev=111
2026-02-09 12:59:40 +00:00
58392ce8cb Accepting request 1327604 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1327604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=50
2026-01-17 13:54:31 +00:00
ad491f4103 - 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-route53?expand=0&rev=109
2026-01-15 14:00:19 +00:00
6f0efc3aee Accepting request 1311328 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1311328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=49
2025-10-14 16:10:50 +00:00
7361932ee5 - 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-route53?expand=0&rev=107
2025-10-14 08:05:24 +00:00
ce968e3b44 Accepting request 1302593 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1302593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=48
2025-09-03 19:08:43 +00:00
c057b2f29b - 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-route53?expand=0&rev=105
2025-09-03 12:26:24 +00:00
af5a326751 Accepting request 1299130 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1299130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=47
2025-08-13 14:30:45 +00:00
7f98472ec4 - 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-route53?expand=0&rev=103
2025-08-12 16:04:41 +00:00
9928563c8d Accepting request 1286017 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1286017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=46
2025-06-16 10:26:31 +00:00
bb963bac77 - 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-route53?expand=0&rev=101
2025-06-13 14:52:35 +00:00
0e1dd0c255 Accepting request 1271251 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/1271251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=45
2025-04-22 15:29:13 +00:00
06097f4331 - 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-route53?expand=0&rev=99
2025-04-22 03:47:55 +00:00
d416d2d93d Accepting request 1254998 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1254998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=44
2025-03-21 19:23:33 +00:00
b8c742ff49 - 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-route53?expand=0&rev=97
2025-03-21 12:31:05 +00:00
b785439b14 Accepting request 1240566 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1240566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=43
2025-01-27 19:57:21 +00:00
022f53e615 - 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-route53?expand=0&rev=95
2025-01-27 14:40:21 +00:00
b4f5ed4657 Accepting request 1228076 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1228076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=42
2024-12-03 19:48:20 +00:00
91bb9a84a6 * The --dns-route53-propagation-seconds command line flag was removed.
* The certbot_dns_route53.authenticator module has been removed. This 
    should not affect any users of the plugin and instead would only 
    affect developers trying to develop on top of the old code.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=93
2024-12-03 15:16:46 +00:00
0d476cc360 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=92 2024-12-03 15:10:07 +00:00
5830094f4c * sync with the main certbot package
- update to version 2.11.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=91
2024-12-03 15:09:31 +00:00
7d6a45c356 Accepting request 1183178 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=41
2024-06-25 21:09:10 +00:00
c9ed06415e sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=88
2024-06-25 12:53:44 +00:00
17afd825bb - 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-route53?expand=0&rev=87
2024-06-25 12:23:43 +00:00
29272e2536 Accepting request 1145440 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}

  * --dns-route53-propagation-seconds is now deprecated. The Route53 plugin relies on the GetChange API to
    determine if a DNS update is complete. The flag has never had any effect and will be removed in a future
  * Test fix for Route53 plugin to prevent boto3 making outgoing

OBS-URL: https://build.opensuse.org/request/show/1145440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=40
2024-02-09 22:54:36 +00:00
202aa674c3 - 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-route53-propagation-seconds is now deprecated. The Route53 plugin relies on the GetChange API to
    determine if a DNS update is complete. The flag has never had any effect and will be removed in a future
  * Test fix for Route53 plugin to prevent boto3 making outgoing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=85
2024-02-09 13:34:53 +00:00
60a97a4133 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=84
2024-02-07 12:43:01 +00:00
95b6d76a00 Accepting request 1133011 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=39
2023-12-14 21:03:03 +00:00
68f199fdec - 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-route53?expand=0&rev=82
2023-12-07 10:47:12 +00:00
1734ec5423 - 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-route53?expand=0&rev=81
2023-11-16 13:01:54 +00:00
920f339c73 - 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-route53?expand=0&rev=80
2023-10-31 08:14:28 +00:00
ae802a306d Accepting request 1091315 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=38
2023-06-07 21:08:12 +00:00
b2b91e8c91 Accepting request 1091307 from home:mcalabkova:branches:devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1091307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=78
2023-06-07 17:01:14 +00:00
4bc1d9cc18 Accepting request 1031493 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=37
2022-10-27 11:54:49 +00:00
651f46cb29 - 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-route53?expand=0&rev=76
2022-10-27 08:22:37 +00:00
b98a6c4acd Accepting request 1005275 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1005275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=36
2022-09-22 12:50:09 +00:00
a3fb85788e - 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-route53?expand=0&rev=74
2022-09-21 17:57:44 +00:00
a49049be61 Accepting request 988444 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/988444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=35
2022-07-11 17:10:30 +00:00
e685f2d314 - 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-route53?expand=0&rev=72
2022-07-11 13:31:22 +00:00
71bac67fb7 Accepting request 984965 from devel:languages:python:certbot
update to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/984965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=34
2022-06-25 08:24:52 +00:00
f6694e6c89 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=70 2022-06-24 19:40:52 +00:00
ead0e8fb20 - 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-route53?expand=0&rev=69
2022-06-24 19:40:41 +00:00
582e186b82 Accepting request 979824 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/979824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=33
2022-05-30 10:44:42 +00:00
b2089b7a2c - 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-route53?expand=0&rev=67
2022-05-30 09:22:46 +00:00
0021e2b16c Accepting request 967772 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/967772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-route53?expand=0&rev=32
2022-04-08 20:46:09 +00:00
1699d42f81 - update to version 1.26.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=65
2022-04-08 11:14:19 +00:00
d827acd7a7 - update to version 1.22.0
* certbot-dns-route53 now requires boto3>=1.15.15.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-route53?expand=0&rev=64
2022-04-08 11:12:55 +00:00