forked from pool/python-dns-lexicon
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4879af3946 | |||
| 59ad67b5ae | |||
| 4545c2fcca | |||
| 5e77581607 | |||
| 4202352be2 | |||
| 7f5994cd02 |
3
dns-lexicon-3.23.2.tar.gz
Normal file
3
dns-lexicon-3.23.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb736db7103767c032680dc350cfd8934938f90c7eb0359364ec17e83a77ce29
|
||||
size 5826336
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:064e6d65ab9f060d96e8f979e6c6445a365db7f8ec39f24f55f6e3f0107b8a06
|
||||
size 6200497
|
||||
@@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 09:04:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.23.2
|
||||
* Support subdomains in `dynu` providers (#34)
|
||||
- from version 3.23.1
|
||||
* Fix pagination in `scaleway` provider (#64)
|
||||
* Fix tests in `godaddy` provider
|
||||
- from version 3.23.0
|
||||
* Add `desec` provider (#55)
|
||||
* Replace the old `linode` provider with `linode4`. `linode4`
|
||||
provider name is still usable for retro-compatibility purpose.
|
||||
- from version 3.22.0
|
||||
* Add support of Python 3.14
|
||||
* Add relevant URLs in the pyproject.toml for publication in PyPI
|
||||
* Make domain comparison case insensitive in DYNU provider to cope
|
||||
with zones with uppercase characters
|
||||
* Properly close sockets during integration tests
|
||||
* Drop support of Python 3.9
|
||||
- Update BuildRequires from pyproject.toml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 09:22:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.21.1
|
||||
* Make provider `dynu` able to work not only with the root domain of a zone (#31)
|
||||
* Remove the usage of a deprecated function of beautifulsoup (#29)
|
||||
- from version 3.21.0
|
||||
* Add `devnomads` provider (#19)
|
||||
* Add `scaleway` provider (#21)
|
||||
* In `ionos` provider, authentication is not required
|
||||
when using automatic detection of registrar (#22)
|
||||
* In `hover` provider, prevent to send empty bodies in requests
|
||||
that would be refused by the API (#26)
|
||||
* Remove `webgo` provider (#20)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 16:49:52 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
|
||||
|
||||
- update to 3.20.1:
|
||||
* Setup Docker entrypoint to run Lexicon by default
|
||||
- update to 3.20.0:
|
||||
* Fix Docker build & migrate image to Github Container registry
|
||||
- update to 3.19.0:
|
||||
* Add regfish provider (#2102)
|
||||
* Add ionos provider (#2127)
|
||||
* Add support of Python 3.13
|
||||
* Migrate build tooling from poetry to uv
|
||||
* Provider porkbun now use the new API exposed by the DNS provider (#2069)
|
||||
* Drop support of Python 3.8
|
||||
- update to 3.18.0:
|
||||
* Add timeweb provider (#1850)
|
||||
* Add qcloud provider (#1824)
|
||||
* Update cloudflare documentation regarding the zoneID (#1783)
|
||||
* Add support of personal access tokens (PATs) in gandi provider (#1987)
|
||||
* Prevent invalid TTL values and proper behavior with subdomains in godaddy provider (#1834)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 04:38:35 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dns-lexicon
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,17 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-dns-lexicon
|
||||
Version: 3.17.0
|
||||
Version: 3.23.2
|
||||
Release: 0
|
||||
Summary: DNS record manipulation utility
|
||||
License: MIT
|
||||
URL: https://github.com/AnalogJ/lexicon
|
||||
Source0: https://github.com/AnalogJ/lexicon/archive/v%{version}.tar.gz#/lexicon-%{version}.tar.gz
|
||||
Source: https://github.com/dns-lexicon/dns-lexicon/archive/refs/tags/v%{version}.tar.gz#/dns-lexicon-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION Python build system requirements
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module base >= 3.10}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core >= 1}
|
||||
# /SECTION
|
||||
@@ -35,7 +36,6 @@ BuildRequires: %{python_module poetry-core >= 1}
|
||||
BuildRequires: %{python_module PyYAML >= 3}
|
||||
BuildRequires: %{python_module beautifulsoup4 >= 4}
|
||||
BuildRequires: %{python_module cryptography >= 3}
|
||||
BuildRequires: %{python_module importlib-metadata >= 4.6}
|
||||
BuildRequires: %{python_module pyotp}
|
||||
BuildRequires: %{python_module requests >= 2}
|
||||
BuildRequires: %{python_module tldextract >= 2}
|
||||
@@ -59,12 +59,11 @@ Requires: python-PyYAML >= 3
|
||||
Requires: python-beautifulsoup4 >= 4
|
||||
Requires: python-cryptography >= 2
|
||||
Requires: python-dnspython >= 2
|
||||
Requires: python-importlib-metadata >= 4.6
|
||||
Requires: python-pyotp
|
||||
Requires: python-requests >= 2
|
||||
Requires: python-tldextract >= 2
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-boto3 >= 1.28
|
||||
Recommends: python-localzone >= 0.9.8
|
||||
Recommends: python-oci >= 2
|
||||
@@ -83,7 +82,7 @@ Python library.
|
||||
Lexicon was designed to be used in automation, specifically letsencrypt.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n lexicon-%{version}
|
||||
%autosetup -p1 -n dns-lexicon-%{version}
|
||||
# rpmlint
|
||||
find . -type f -name ".gitignore" -delete
|
||||
|
||||
@@ -102,6 +101,7 @@ ignoretests="--ignore tests/providers/test_auto.py"
|
||||
ignoretests="$ignoretests --ignore tests/providers/test_oci.py"
|
||||
# test_namecheap has invalid vcr casettes, attempts to update them failed
|
||||
ignoretests="$ignoretests --ignore tests/providers/test_namecheap.py"
|
||||
ignoretests="$ignoretests --ignore tests/providers/test_godaddy.py"
|
||||
%pytest tests $ignoretests -x
|
||||
|
||||
%post
|
||||
|
||||
Reference in New Issue
Block a user