[packages/python-behave] - when dropping spec support for python 3.3, bump required version

qboosh qboosh at pld-linux.org
Tue Apr 26 19:42:18 CEST 2022


commit 6e0bb61cba2e0f20fbec95213df61d9ddd247d4d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Apr 26 19:42:33 2022 +0200

    - when dropping spec support for python 3.3, bump required version

 python-behave.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-behave.spec b/python-behave.spec
index 95e578c..55c6823 100644
--- a/python-behave.spec
+++ b/python-behave.spec
@@ -39,8 +39,8 @@ BuildRequires:	python-ordereddict
 %endif
 %endif
 %if %{with python3}
-BuildRequires:	python3-2to3 >= 1:3.3
-BuildRequires:	python3-modules >= 1:3.3
+BuildRequires:	python3-2to3 >= 1:3.4
+BuildRequires:	python3-modules >= 1:3.4
 BuildRequires:	python3-setuptools
 %if %{with tests}
 BuildRequires:	python3-nose >= 1.3
@@ -72,7 +72,7 @@ behave to programowanie sterowane zachowaniem, w stylu Pythona.
 Summary:	Behaviour-driven development, Python style
 Summary(pl.UTF-8):	Programowanie sterowane zachowaniem - w stylu Pythona
 Group:		Libraries/Python
-Requires:	python3-modules >= 1:3.3
+Requires:	python3-modules >= 1:3.4
 
 %description -n python3-behave
 behave is behavior-driven development, Python style.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-behave.git/commitdiff/6e0bb61cba2e0f20fbec95213df61d9ddd247d4d



More information about the pld-cvs-commit mailing list