1
0

99 Commits

Author SHA256 Message Date
4c782af166 Accepting request 1183171 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=42
2024-06-25 21:09:02 +00:00
1085c4505b sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=92
2024-06-25 12:53:10 +00:00
a88ec6f334 - 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-dnsimple?expand=0&rev=91
2024-06-25 12:22:44 +00:00
b6fce34db3 Accepting request 1161204 from devel:languages:python:certbot
- Switch to pyproject macros.
- No more greedy globs in %files.
- Add missing Requires on setuptools.

- 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}

  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/request/show/1161204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=41
2024-03-25 20:11:34 +00:00
ded65cd74b - Switch to pyproject macros.
- No more greedy globs in %files.
- Add missing Requires on setuptools.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=89
2024-03-24 23:30:30 +00:00
28648ea4b8 - 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.
  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=88
2024-02-09 13:44:21 +00:00
bce998833f - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=87
2024-02-07 12:41:49 +00:00
610a540496 Accepting request 1133004 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=40
2023-12-14 21:02:55 +00:00
45c2f4cf75 - 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-dnsimple?expand=0&rev=85
2023-12-07 10:46:11 +00:00
064b6a54e0 - update to version 2.7.4
* Fixed a bug introduced in version 2.7.0 of our Lexicon based DNS plugins that
    caused them to fail to find the DNS zone that needs to be modified in some
    cases.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=84
2023-11-16 13:03:18 +00:00
3a651a9a4c sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=83
2023-10-31 09:56:21 +00:00
e51888a090 - update to version 2.7.3
* Add a new base class certbot.plugins.dns_common_lexicon.LexiconDNSAuthenticator to implement a DNS
    authenticator plugin backed by Lexicon to communicate with the provider DNS API. This approach relies
    heavily on conventions to reduce the implementation complexity of a new plugin.
  * Add a new test base class certbot.plugins.dns_test_common_lexicon.BaseLexiconDNSAuthenticatorTest to
    help testing DNS plugins implemented on top of LexiconDNSAuthenticator.
  * Deprecates LexiconClient base class and build_lexicon_config function in
    certbot.plugins.dns_common_lexicon module in favor of LexiconDNSAuthenticator.
  * Deprecates BaseLexiconAuthenticatorTest and BaseLexiconClientTest test base classes of
    certbot.plugins.dns_test_common_lexicon module in favor of BaseLexiconDNSAuthenticatorTest.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=82
2023-10-31 09:40:59 +00:00
ffdba66bbf Accepting request 1091322 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=39
2023-06-07 21:08:20 +00:00
6817990d48 Accepting request 1091300 from home:mcalabkova:branches:devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1091300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=80
2023-06-07 17:03:05 +00:00
4d12e1b0d2 Accepting request 1031486 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=38
2022-10-27 11:54:43 +00:00
c4255805d9 - 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-dnsimple?expand=0&rev=78
2022-10-27 08:21:43 +00:00
5a1a8b3a8a Accepting request 1005268 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1005268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=37
2022-09-22 12:50:04 +00:00
eef4a353a1 - 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-dnsimple?expand=0&rev=76
2022-09-21 17:56:45 +00:00
6871ee9121 Accepting request 988438 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/988438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=36
2022-07-11 17:10:24 +00:00
df92b75d97 - 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-dnsimple?expand=0&rev=74
2022-07-11 13:30:43 +00:00
413b9b08e5 Accepting request 984958 from devel:languages:python:certbot
update to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/984958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=35
2022-06-25 08:24:47 +00:00
ff4e83a58a - 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-dnsimple?expand=0&rev=72
2022-06-24 19:35:28 +00:00
f6bf215fb8 Accepting request 979817 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/979817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=34
2022-05-30 10:44:34 +00:00
8387cfb5b7 - 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-dnsimple?expand=0&rev=70
2022-05-30 09:21:08 +00:00
7f5361cd2c Accepting request 967765 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/967765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=33
2022-04-08 20:46:04 +00:00
e499854fe0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=68 2022-04-08 10:45:50 +00:00
10f294d14c - 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-dnsimple?expand=0&rev=67
2022-04-08 09:53:56 +00:00
e8b05eeb0c Accepting request 941939 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/941939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=32
2021-12-21 19:42:20 +00:00
Danilo Spinella
34cd5b4fa2 Accepting request 941929 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/941929
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=66
2021-12-21 19:09:09 +00:00
Richard Brown
62f37a93e8 Accepting request 911363 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/911363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=31
2021-08-11 09:47:36 +00:00
629cd0a793 Accepting request 911278 from home:dspinella:branches:devel:languages:python:certbot
- update to version 1.18.0
  * sync with the main certbot package

OBS-URL: https://build.opensuse.org/request/show/911278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=65
2021-08-11 06:10:28 +00:00
065c7dca79 Accepting request 909354 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/909354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=30
2021-07-30 21:22:10 +00:00
fdd0388f1f - update to version 1.17.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=64
2021-07-30 08:45:00 +00:00
5be7424848 Accepting request 908375 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/908375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=29
2021-07-26 15:38:15 +00:00
6adab58228 Accepting request 906426 from home:dimstar:Factory
Disable py3.6 - dns-lexicon no longer built for 3.6 neither

OBS-URL: https://build.opensuse.org/request/show/906426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=63
2021-07-26 09:27:40 +00:00
55638a82c5 Accepting request 901683 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/901683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=28
2021-06-24 16:22:47 +00:00
7a01e3b741 - update to version 1.16.0
* Require the latest certbot and acme plugins for simplicity

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=61
2021-06-24 09:27:58 +00:00
dd850b83c3 Accepting request 892482 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/892482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=27
2021-05-12 17:32:34 +00:00
21d3a2a156 - update to version 1.15.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=59
2021-05-12 12:07:06 +00:00
4fe41a53ef Accepting request 885411 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/885411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=26
2021-04-15 14:57:45 +00:00
7b96021ce2 - update to version 1.14.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=57
2021-04-14 15:17:09 +00:00
ec38ff0162 Accepting request 877599 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/877599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=25
2021-03-08 14:19:36 +00:00
47336ce5fe - update to version 1.13.0
* Support for Python 2 has been removed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=55
2021-03-08 08:39:48 +00:00
a83304cb9d Accepting request 861644 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/861644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=24
2021-01-08 16:39:04 +00:00
8052badcfa OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=53 2021-01-08 12:12:11 +00:00
ecf7a41e47 Accepting request 839986 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/839986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=23
2020-10-07 12:19:01 +00:00
b75c635df9 - update to version 1.9.0
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=51
2020-10-07 08:44:11 +00:00
a8e424c868 Accepting request 828466 from devel:languages:python:certbot
- update to version 1.7.0
  * Sync with main certbot package.

OBS-URL: https://build.opensuse.org/request/show/828466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-dnsimple?expand=0&rev=22
2020-08-21 17:13:43 +00:00
e2a6ca9ba3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=49 2020-08-21 12:12:41 +00:00
8b0de0e98e - update to version 1.7.0
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=48
2020-08-21 08:42:31 +00:00