From 1c40f66bcbc1d6f53324a477e6d2df5b6a7d419c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 23 Oct 2019 21:07:33 +0200 Subject: [PATCH] - python3-only version packaged in python3-more_itertools.spec --- python-more_itertools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-more_itertools.spec b/python-more_itertools.spec index 90f2858..274e007 100644 --- a/python-more_itertools.spec +++ b/python-more_itertools.spec @@ -1,9 +1,10 @@ +# NOTE: 5.0.0 is the last version supporting python2; for later versions see python3-more_itertools.spec # # Conditional build: %bcond_without doc # Sphinx documentation %bcond_without tests # unit tests %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module [see python3-more_itertools.spec instead] Summary: More routines for operating on iterables, beyond itertools Summary(pl.UTF-8): Uzupełniające itertools dodatkowe funkcje do operowania na zmiennych iterowalnych -- 2.44.0