15
0

6 Commits

Author SHA256 Message Date
4879af3946 Accepting request 1318838 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=25
2025-11-21 15:56:31 +00:00
59ad67b5ae - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=61
2025-11-20 10:56:25 +00:00
4545c2fcca Accepting request 1278542 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1278542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=24
2025-05-20 15:04:05 +00:00
5e77581607 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=59
2025-05-20 08:04:13 +00:00
4202352be2 Accepting request 1236174 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dns-lexicon?expand=0&rev=23
2025-01-12 10:14:11 +00:00
7f5994cd02 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=57
2025-01-09 12:22:50 +00:00
4 changed files with 68 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb736db7103767c032680dc350cfd8934938f90c7eb0359364ec17e83a77ce29
size 5826336

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:064e6d65ab9f060d96e8f979e6c6445a365db7f8ec39f24f55f6e3f0107b8a06
size 6200497

View File

@@ -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>

View File

@@ -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