From 7d443c81365f4ed20f9ea05a6580194fa9838d71 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 20:21:20 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- 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 c77b880..01ed1a0 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -1,9 +1,8 @@ -%global _without_tests 1 %bcond_without tests Name: python-more-itertools Version: 8.12.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 @@ -47,6 +46,9 @@ Summary: %{summary} %doc README.rst %changelog +* Mon Jun 13 2022 Python Maint - 8.12.0-4 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 8.12.0-3 - Bootstrap for Python 3.11