1
0

54 Commits

Author SHA256 Message Date
a4580e2c4d sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=88
2024-06-25 12:53:34 +00:00
81308b5fd5 - 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-nsone?expand=0&rev=87
2024-06-25 12:23:31 +00:00
5be64efe20 - 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-nsone?expand=0&rev=85
2024-03-24 23:31:03 +00:00
afd8a7f2e0 - 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.
- Split the module from the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=84
2024-02-09 13:44:48 +00:00
2ff38a6ba8 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=83
2024-02-07 12:42:42 +00:00
e813f27014 - 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-nsone?expand=0&rev=81
2023-12-07 10:46:48 +00:00
8f0bf9d54c - 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-nsone?expand=0&rev=80
2023-11-16 13:07:01 +00:00
c30aa1141f sorry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=79
2023-10-31 09:52:47 +00:00
6345b3963e * 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-nsone?expand=0&rev=78
2023-10-31 09:44:17 +00:00
147fcdbb1b - 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-nsone?expand=0&rev=77
2023-10-31 08:14:04 +00:00
bbb75d5932 Accepting request 1091305 from home:mcalabkova:branches:devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1091305
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=75
2023-06-07 17:01:42 +00:00
992fc9c1f1 - 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-nsone?expand=0&rev=73
2022-10-27 08:22:22 +00:00
0f364e28fa - 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-nsone?expand=0&rev=71
2022-09-21 17:57:29 +00:00
271137c9ce - 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-nsone?expand=0&rev=69
2022-07-11 13:18:57 +00:00
9194a4e7c5 - 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-nsone?expand=0&rev=67
2022-06-24 19:39:06 +00:00
97a3b8ede3 - 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-nsone?expand=0&rev=65
2022-05-30 09:22:27 +00:00
5d9773817e - 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-nsone?expand=0&rev=63
2022-04-08 11:02:02 +00:00
Danilo Spinella
0dfa03b5c2 Accepting request 941949 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/941949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=62
2021-12-21 19:20:19 +00:00
Danilo Spinella
11f3203c41 Accepting request 940335 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/940335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=61
2021-12-21 15:34:18 +00:00
1d41c6d66d - 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-nsone?expand=0&rev=60
2021-07-30 08:45:55 +00:00
de17a1aa17 Accepting request 906430 from home:dimstar:Factory
Disable py3.6 - dns-lexicon no longer built for 3.6 neither

OBS-URL: https://build.opensuse.org/request/show/906430
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=59
2021-07-26 09:31:04 +00:00
b8eb29c976 - update to version 1.16.0
* DNS plugins based on lexicon now require dns-lexicon >= v3.1.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-nsone?expand=0&rev=57
2021-06-24 09:36:56 +00:00
22405ddfb6 - 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-nsone?expand=0&rev=55
2021-05-12 12:08:02 +00:00
0a8b62f33f - 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-nsone?expand=0&rev=53
2021-04-14 15:18:02 +00:00
826c7a0cce - 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-nsone?expand=0&rev=51
2021-03-08 08:41:15 +00:00
94a6211cb2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=49 2021-01-08 12:12:13 +00:00
4c3f03048a - 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-nsone?expand=0&rev=47
2020-10-07 08:46:36 +00:00
25b533f607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=45 2020-08-21 12:21:36 +00:00
82be1fca8b - 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-nsone?expand=0&rev=44
2020-08-21 08:43:51 +00:00
5c47eef4aa - 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-nsone?expand=0&rev=42
2020-07-13 08:40:34 +00:00
a3e89a582e - 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-nsone?expand=0&rev=40
2020-06-11 12:14:31 +00:00
c1a50dccc3 - 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-nsone?expand=0&rev=38
2020-05-14 08:51:04 +00:00
593188d527 - 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-nsone?expand=0&rev=36
2020-03-11 13:45:30 +00:00
751f5adff7 - 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-nsone?expand=0&rev=34
2020-02-21 16:00:43 +00:00
dced44d3fb - 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-nsone?expand=0&rev=32
2020-01-21 09:42:58 +00:00
1e7f32890b - 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-nsone?expand=0&rev=30
2020-01-03 13:10:48 +00:00
ee6ccee008 - 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-nsone?expand=0&rev=28
2019-11-14 11:58:35 +00:00
89acf2900b Accepting request 739148 from home:RBrownSUSE:branches:devel:languages:python:certbot
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=26
2019-10-17 11:28:28 +00:00
cfd8caa217 - 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-nsone?expand=0&rev=24
2019-10-02 10:13:31 +00:00
d47abb20bc - 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-nsone?expand=0&rev=22
2019-09-11 12:31:08 +00:00
53f708f37a - 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-nsone?expand=0&rev=20
2019-08-26 10:42:44 +00:00
OBS User buildservice-autocommit
0dad1045d1 Accepting request 716065 from devel:languages:python:certbot
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/716065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=18
2019-07-18 13:22:07 +00:00
OBS User buildservice-autocommit
d7173f6a24 Updating link to change in openSUSE:Factory/python-certbot-dns-nsone revision 8.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=31049d2bf4e0b19e565b51bdce3735d6
2019-07-18 13:22:07 +00:00
9c2e50ad31 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=17 2019-07-18 08:26:47 +00:00
c71969eeb8 - 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-nsone?expand=0&rev=16
2019-07-17 13:37:48 +00:00
7ac0015e23 - update to version 0.35.1
* sync with main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=14
2019-06-18 10:25:26 +00:00
5ed945f416 - 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-nsone?expand=0&rev=12
2019-05-19 12:26:35 +00:00
2305d4d0e8 Accepting request 686060 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.32.0
  * sync with main certbot package

OBS-URL: https://build.opensuse.org/request/show/686060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=10
2019-03-18 11:27:47 +00:00
Tomáš Chvátal
c8b78645af Accepting request 672759 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/672759
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-dns-nsone?expand=0&rev=8
2019-02-10 10:21:18 +00:00
Tomáš Chvátal
859ee16b60 - 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-nsone?expand=0&rev=6
2019-01-29 11:53:19 +00:00