From 89a1a19b4d27d23bd2fb0a097f9d540c7b501a28 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:41:09 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-justbases.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-justbases.spec b/python-justbases.spec index 54e65b5..646337c 100644 --- a/python-justbases.spec +++ b/python-justbases.spec @@ -2,7 +2,7 @@ %global srcname justbases Name: python-%{srcname} Version: 0.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A small library for precise conversion between arbitrary bases License: LGPLv2+ @@ -46,6 +46,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verb %{python3_sitelib}/justbases-%{version}-*.egg-info %changelog +* Fri Jun 04 2021 Python Maint - 0.15-4 +- Rebuilt for Python 3.10 + * Mon Mar 22 2021 mulhern - 0.15-2 - Use the correct tarball