17
0

4 Commits

Author SHA256 Message Date
a97883b84a 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
27fd133182 Accepting request 1278365 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1278365
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
b4a65438e2 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
2cfff417e8 Accepting request 1236024 from home:yacar:branches:devel:languages:python
- 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/request/show/1236024
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 46 additions and 10 deletions

View File

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

View File

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

View File

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

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