From 8a4ac370c31d95ba5697d6800ef6c7033c9c1c5a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:07:35 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-justbytes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-justbytes.spec b/python-justbytes.spec index 196c318..28ed022 100644 --- a/python-justbytes.spec +++ b/python-justbytes.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.15 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library for handling computation with address ranges in bytes License: LGPLv2+ @@ -44,6 +44,9 @@ rm -rf justbytes.egg-info %{python3_sitelib}/justbytes-%{version}-*.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 0.15-9 +- Rebuilt for Python 3.11 + * Sun Feb 27 2022 mulhern - 0.15-8 - Add gating tests