From 2d01eb5ee6517ad856cff45755d36dc9d807964b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:20:16 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-netaddr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-netaddr.spec b/python-netaddr.spec index bccb26c..c6cfd26 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -8,7 +8,7 @@ Name: python-netaddr Version: 0.8.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A pure Python network address representation and manipulation library License: BSD @@ -151,6 +151,9 @@ py.test-%{python3_version} %endif %changelog +* Mon Jun 13 2022 Python Maint - 0.8.0-9 +- Rebuilt for Python 3.11 + * Fri May 13 2022 John Eckersberg - 0.8.0-8 - Move netaddr shell into a separate subpackage (rhbz#2076031)