From e9b5fbb4b7e36c7b9a13db58161116604d5df9c2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 16:01:26 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-more-itertools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 392e35d..c77b880 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -1,8 +1,9 @@ +%global _without_tests 1 %bcond_without tests Name: python-more-itertools Version: 8.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: More routines for operating on Python iterables, beyond itertools License: MIT URL: https://github.com/erikrose/more-itertools @@ -46,6 +47,9 @@ Summary: %{summary} %doc README.rst %changelog +* Mon Jun 13 2022 Python Maint - 8.12.0-3 +- Bootstrap for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 8.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild