From ac5669ae39b0fe1b149769c21c005d7ad8c785c1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:58:32 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-re-assert.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-re-assert.spec b/python-re-assert.spec index 9a56b97..99bdb00 100644 --- a/python-re-assert.spec +++ b/python-re-assert.spec @@ -3,7 +3,7 @@ Name: python-%{pkgname} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Show where your regex match assertion failed! License: MIT @@ -46,5 +46,8 @@ Summary: %summary %changelog +* Fri Jun 04 2021 Python Maint - 1.1.0-2 +- Rebuilt for Python 3.10 + * Sun Mar 21 2021 Chedi Toueiti - 1.1.0-1 - Initial commit