]> git.pld-linux.org Git - packages/python-coverage.git/commitdiff
- updated to 4.5.4 auto/th/python-coverage-4.5.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Jan 2020 04:24:52 +0000 (05:24 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Jan 2020 04:24:52 +0000 (05:24 +0100)
python-coverage.spec

index 03ec4ea412ae7c0532ded1c35c8fc3b065a10fdb..11f3df363b5491b250b2b138570e3d29aabedc7a 100644 (file)
 Summary:       Tool for measuring code coverage of Python programs
 Summary(pl.UTF-8):     Narzędzie do szacowania pokrycia kodu programów w Pythonie
 Name:          python-%{module}
-Version:       4.5.2
-Release:       2
+Version:       4.5.4
+Release:       1
 License:       Apache v2.0
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/coverage/
 Source0:       https://files.pythonhosted.org/packages/source/c/coverage/%{module}-%{version}.tar.gz
-# Source0-md5: 79b0be880b5a12edb4603855272015c9
+# Source0-md5: c33cab2aed8780aac32880cb6c7616b7
 URL:           http://coverage.readthedocs.org/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -24,22 +24,34 @@ BuildRequires:      rpmbuild(macros) >= 1.714
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: python-setuptools >= 35.0.2
 %if %{with tests}
+BuildRequires: python-eventlet >= 0.22.0
 BuildRequires: python-flaky >= 3.4.0
+BuildRequires: python-gevent >= 1.2.2
+BuildRequires: python-greenlet >= 0.4.13
+BuildRequires: python-mock >= 2.0.0
+BuildRequires: python-pycontracts >= 1.8.2
+BuildRequires: python-pyparsing >= 2.4.0
 BuildRequires: python-pytest >= 3.2.5
 BuildRequires: python-pytest-xdist >= 1.20.1
+BuildRequires: python-unittest-mixins >= 1.4
 %endif
 %endif
 %if %{with python3}
 BuildRequires: python3-devel >= 1:3.3
 BuildRequires: python3-setuptools >= 35.0.2
 %if %{with tests}
-BuildRequires: python-flaky >= 3.4.0
-BuildRequires: python-pytest >= 3.2.5
-BuildRequires: python-pytest-xdist >= 1.20.1
+BuildRequires: python3-eventlet >= 0.22.0
+BuildRequires: python3-flaky >= 3.4.0
+BuildRequires: python3-greenlet >= 0.4.13
+BuildRequires: python3-pycontracts >= 1.8.2
+BuildRequires: python3-pyparsing >= 2.4.0
+BuildRequires: python3-pytest >= 3.2.5
+BuildRequires: python3-pytest-xdist >= 1.20.1
+BuildRequires: python3-unittest-mixins >= 1.4
 %endif
 %endif
 %if %{with doc}
-BuildRequires: python-doc8 >= 0.0 # special version git+https://github.com/nedbat/doc8.git#egg=doc8==0.0 ???
+BuildRequires: python-doc8 >= 0.8.0
 BuildRequires: python-pyenchant >= 2.0.0
 BuildRequires: python-sphinxcontrib-spelling >= 4.0.1
 BuildRequires: python-sphinx_rtd_theme >= 0.2.4
This page took 0.134529 seconds and 4 git commands to generate.