update to 3.20.1

This commit is contained in:
Felix Schwarz 2025-01-04 09:49:20 +01:00
commit 23bd76152a
2 changed files with 10 additions and 6 deletions

View file

@ -1,14 +1,14 @@
%global forgeurl https://github.com/AnalogJ/lexicon
%global forgeversion 3.18.0
Version: 3.18.0
%global forgeurl https://github.com/dns-lexicon/dns-lexicon
%global forgeversion 3.20.1
Version: 3.20.1
%forgemeta
%global pypi_name dns-lexicon
%if 0%{?rhel} >= 8
# EPEL is currently missing dependencies used by the extras metapackages
# EPEL is currently missing dependancies used by the tests
# EPEL is currently missing dependencies used by the tests
%bcond_with tests
%bcond_with extras
%else
@ -138,9 +138,10 @@ dependencies necessary to use the Route 53 provider.
%prep
%autosetup -n lexicon-%{version} -p1
%autosetup -n %{pypi_name}-%{version} -p1
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
rm -f uv.lock
%generate_buildrequires
%if %{with extras}
@ -221,6 +222,9 @@ rm -rf %{buildroot}%{python3_sitelib}/lexicon/tests
# }}}
%changelog
* Thu Jan 23 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 3.20.1-1
- update to 3.20.1
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild