Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-13 20:42:34 +02:00 committed by Tomáš Hrnčiar
parent 83168d8a60
commit 60a73b567a

View File

@ -37,7 +37,7 @@
Summary: Low-level DNS(SEC) library with API
Name: ldns
Version: 1.8.3
Release: 6%{?dist}
Release: 7%{?dist}
License: BSD-3-Clause
Url: https://www.nlnetlabs.nl/%{name}/
@ -355,6 +355,9 @@ rm -rf doc/man
%doc doc
%changelog
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.8.3-7
- Rebuilt for Python 3.12
* Wed Jan 25 2023 Petr Menšík <pemensik@redhat.com> - 1.8.3-6
- Python packaging cleanups (#2155003)