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:064e6d65ab9f060d96e8f979e6c6445a365db7f8ec39f24f55f6e3f0107b8a06
|
||||
size 6200497
|
||||
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
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.21.1
|
||||
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 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,7 +59,6 @@ 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
|
||||
@@ -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