From 7dc3ff8bbb9cc02d385b01ebf0e4f807b94309ac Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 4 Jul 2023 11:42:52 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-dns-lexicon.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dns-lexicon.spec b/python-dns-lexicon.spec index 267323e..90c70e0 100644 --- a/python-dns-lexicon.spec +++ b/python-dns-lexicon.spec @@ -16,7 +16,7 @@ Version: 3.12.0 %endif Name: python-%{pypi_name} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate DNS records on various DNS providers in a standardized/agnostic way License: MIT @@ -240,6 +240,9 @@ rm -rf %{buildroot}%{python3_sitelib}/lexicon/tests # }}} %changelog +* Tue Jul 04 2023 Python Maint - 3.12.0-2 +- Rebuilt for Python 3.12 + * Sun Jun 11 2023 Christian Schuermann 3.12.0-1 - Update to 3.12.0 - Add new duckdns extra package