From dca988be7148579f37707801c05884ee11dd386d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:07:34 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-justbases.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-justbases.spec b/python-justbases.spec index cc7832c..315c2d7 100644 --- a/python-justbases.spec +++ b/python-justbases.spec @@ -2,7 +2,7 @@ %global srcname justbases Name: python-%{srcname} Version: 0.15 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A small library for precise conversion between arbitrary bases License: LGPLv2+ @@ -43,6 +43,9 @@ rm -rf justbases.egg-info %{python3_sitelib}/justbases-%{version}-*.egg-info %changelog +* Mon Jun 13 2022 Python Maint - 0.15-8 +- Rebuilt for Python 3.11 + * Sun Feb 27 2022 mulhern - 0.15-7 - Add gating tests