Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
398bc5a3a1 | ||
|
|
66df8eba2b | ||
|
|
9de8403851 | ||
|
|
82f71c1257 | ||
|
|
fb10e373de | ||
|
|
29a0225dc0 |
3 changed files with 24 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index d17fecc..be0c6e6 100644
|
||||
index 4122ff9..936bbdc 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -126,8 +126,7 @@ extend-ignore = [ "E203", "E501" ]
|
||||
|
|
@ -9,6 +9,6 @@ index d17fecc..be0c6e6 100644
|
|||
-runner = "uv-venv-lock-runner"
|
||||
-with_dev = true
|
||||
+with_dev = false
|
||||
uv_sync_flags = [ "--python={env_python}" ] # Fix until https://github.com/tox-dev/tox-uv/issues/110 is fixed
|
||||
extras = [ "full" ]
|
||||
setenv.PYTEST_ADDOPTS = "--numprocesses auto"
|
||||
setenv.PYTHONHASHSEED = "0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
%global forgeurl https://github.com/dns-lexicon/dns-lexicon
|
||||
%global forgeversion 3.20.1
|
||||
Version: 3.20.1
|
||||
%global forgeversion 3.21.1
|
||||
Version: %{forgeversion}
|
||||
%forgemeta
|
||||
|
||||
%global pypi_name dns-lexicon
|
||||
|
|
@ -20,7 +20,7 @@ Version: 3.20.1
|
|||
%bcond_without tests
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Release: 2%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Manipulate DNS records on various DNS providers in a standardized/agnostic way
|
||||
|
||||
License: MIT
|
||||
|
|
@ -227,6 +227,24 @@ ln -s lexicon-%{python3_version} lexicon-3
|
|||
# }}}
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 3.21.1-5
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 3.21.1-4
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.21.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jun 06 2025 Python Maint <python-maint@redhat.com> - 3.21.1-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Mon Apr 28 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 3.21.1-1
|
||||
- update to 3.21.1
|
||||
|
||||
* Sat Apr 19 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 3.21.0-1
|
||||
- update to 3.21.0
|
||||
|
||||
* Thu Jan 23 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 3.20.1-1
|
||||
- update to 3.20.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (dns-lexicon-3.20.1.tar.gz) = 98a29bc67596e58ada43373fd1dfa2a5c35512dd33924969df0d16c10cf2e53cf2bc564488c9f7a1b682b63a7959cd2073207a8d77435aa62a04f408024d85fd
|
||||
SHA512 (dns-lexicon-3.21.1.tar.gz) = 0f53001edf2425afe7b7c4315e974ee47c956b659964998b942943788711c57634eea2d7974e21005be7f0edf16800e6577c49c8789e34f2133c4f5be8ac7ac1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue