Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a97883b84a | |||
| 27fd133182 | |||
| b4a65438e2 | |||
| 2cfff417e8 |
3
dns-lexicon-3.21.1.tar.gz
Normal file
3
dns-lexicon-3.21.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fbfd33ca5e18897d75bbd530a853ca577e202b57dc8e67b06a5f0547e64eed6
|
||||
size 5781489
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb736db7103767c032680dc350cfd8934938f90c7eb0359364ec17e83a77ce29
|
||||
size 5826336
|
||||
@@ -1,24 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-dns-lexicon
|
||||
Version: 3.23.2
|
||||
Version: 3.21.1
|
||||
Release: 0
|
||||
Summary: DNS record manipulation utility
|
||||
License: MIT
|
||||
@@ -27,7 +27,7 @@ Source: https://github.com/dns-lexicon/dns-lexicon/archive/refs/tags/v%{
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION Python build system requirements
|
||||
BuildRequires: %{python_module base >= 3.10}
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core >= 1}
|
||||
|
||||
Reference in New Issue
Block a user