From: Jan Rękorajski Date: Wed, 6 Apr 2022 17:14:20 +0000 (+0200) Subject: - does not build on python 3.10, tests are also flaky, rel 6 X-Git-Tag: auto/th/python-unittest2-1.1.0-6 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=e110ba30bc2fead64d2c52fb5685f96841820482;p=packages%2Fpython-unittest2.git - does not build on python 3.10, tests are also flaky, rel 6 --- diff --git a/python-unittest2.spec b/python-unittest2.spec index c1e5da3..51b6620 100644 --- a/python-unittest2.spec +++ b/python-unittest2.spec @@ -3,14 +3,14 @@ # # Conditional build: %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module -%bcond_without tests # test target +%bcond_with python3 # CPython 3.x module +%bcond_with tests # test target Summary: New features in unittest backported to older Python versions Summary(pl.UTF-8): Backport nowych funkcji modułu unittest do starszych wersji Pythona Name: python-unittest2 Version: 1.1.0 -Release: 5 +Release: 6 License: MIT Group: Development/Tools #Source0Download: https://pypi.org/simple/unittest2/