From 118d3201a01c19a7ea8904bd56be63fe3b71395d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 21:27:03 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-more-itertools.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 649237f..b2eb5ca 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -1,10 +1,9 @@ -%global _without_tests 1 %bcond_without tests %global srcname more-itertools Name: python-%{srcname} Version: 8.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: More routines for operating on Python iterables, beyond itertools License: MIT URL: https://github.com/erikrose/more-itertools @@ -51,6 +50,9 @@ Summary: %{summary} %doc README.rst PKG-INFO %changelog +* Wed Jun 02 2021 Python Maint - 8.5.0-4 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 8.5.0-3 - Bootstrap for Python 3.10