forked from pool/python-dns-lexicon
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4879af3946 | |||
| 59ad67b5ae | |||
| 4545c2fcca | |||
| 5e77581607 | |||
| 4202352be2 | |||
| 7f5994cd02 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6fbfd33ca5e18897d75bbd530a853ca577e202b57dc8e67b06a5f0547e64eed6
|
|
||||||
size 5781489
|
|
||||||
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 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon May 19 09:22:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-dns-lexicon
|
Name: python-dns-lexicon
|
||||||
Version: 3.21.1
|
Version: 3.23.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DNS record manipulation utility
|
Summary: DNS record manipulation utility
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,7 +27,7 @@ Source: https://github.com/dns-lexicon/dns-lexicon/archive/refs/tags/v%{
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION Python build system requirements
|
# SECTION Python build system requirements
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.10}
|
||||||
BuildRequires: %{python_module hatchling}
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core >= 1}
|
BuildRequires: %{python_module poetry-core >= 1}
|
||||||
|
|||||||
Reference in New Issue
Block a user