1
0

51 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
180410aee3 - update to version 1.6.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=46
2020-07-13 08:39:31 +00:00
b90c9e843a - update to version 1.5.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=44
2020-06-11 12:13:32 +00:00
d167417571 - update to version 1.4.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=42
2020-05-14 08:50:20 +00:00
dacb652477 - update to version 1.3.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=40
2020-03-11 13:44:40 +00:00
206987031d - update to version 1.2.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=38
2020-02-21 15:59:27 +00:00
0fa512b6a7 - update to version 1.1.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=36
2020-01-21 09:42:13 +00:00
38c22c617e - update to version 1.0.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=33
2020-01-03 11:57:24 +00:00
a11ea473e6 - update to version 0.40.1
* Sync with main certbot package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=31
2019-11-14 11:57:18 +00:00
3567a6eccc Accepting request 739142 from home:RBrownSUSE:branches:devel:languages:python:certbot
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=29
2019-10-17 11:26:55 +00:00
513a46dce5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=27 2019-10-02 10:31:47 +00:00
0c21b6f1b0 - update to version 0.39.0
* Support for Python 3.8 was added to Certbot and all of its components.

- update to version 0.39.0
  * Support for Python 3.8 was added to Certbot and all of its components.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=26
2019-10-02 10:12:31 +00:00
78a68cbf6a - update to version 0.38.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=24
2019-09-11 12:29:56 +00:00
4a8a37a2c8 - update to version 0.37.2
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=22
2019-08-26 10:41:54 +00:00
OBS User buildservice-autocommit
2d32ad099f Accepting request 716061 from devel:languages:python:certbot
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/716061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=20
2019-07-18 13:21:50 +00:00
OBS User buildservice-autocommit
9957c3399f Updating link to change in openSUSE:Factory/python-certbot-dns-dnsimple revision 8.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=72437af3c3eda6b2fe54c6432dcb0c73
2019-07-18 13:21:50 +00:00
b00fa60adc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=19 2019-07-18 08:26:36 +00:00
0c3d1cecef - update to version 0.36.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=18
2019-07-17 13:37:19 +00:00
0d78f0a756 - update to 0.35.1
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=16
2019-06-18 10:09:01 +00:00
b4b63770d7 - update to 0.34.2:
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=14
2019-05-19 12:17:06 +00:00
fcce5db81b Accepting request 686002 from home:mcalabkova:branches:devel:languages:python:certbot
- update to 0.32.0
  * sync with main certbot package

OBS-URL: https://build.opensuse.org/request/show/686002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=12
2019-03-18 10:05:40 +00:00
Tomáš Chvátal
7569a6cf34 Accepting request 672752 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.31.0
  * Lexicon-based DNS plugins are now fully compatible with Lexicon 3.x

OBS-URL: https://build.opensuse.org/request/show/672752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=10
2019-02-10 10:20:59 +00:00
Tomáš Chvátal
402cd89b9d - Update to 0.30.2:
* lockstep with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=8
2019-01-29 11:49:14 +00:00
Tomáš Chvátal
6e234a352c Accepting request 649656 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.28.0
  * The DNSimple plugin is now compatible with Lexicon 3.0+.

OBS-URL: https://build.opensuse.org/request/show/649656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=6
2018-11-17 18:55:06 +00:00
Tomáš Chvátal
d39356768e Accepting request 635706 from home:mcalabkova:branches:devel:languages:python:certbot
* sync with main certbot package

OBS-URL: https://build.opensuse.org/request/show/635706
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=4
2018-09-14 10:32:43 +00:00
Tomáš Chvátal
73ed4afa44 Accepting request 635689 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.27.1

OBS-URL: https://build.opensuse.org/request/show/635689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-dnsimple?expand=0&rev=3
2018-09-14 08:50:06 +00:00