forked from pool/python-testtools
- update to 2.6.0:
* Add support for Python 3.10 and 3.11. * Drop support for Python 3.5 (EOL). * Use ``CompoundFixture`` from ``fixtures>=2.0`` rather than rolling our own. * Make ``TestCase`` hashable. * Prevent ``AttributeError`` in ``TestCase.__eq__`` for objects lacking a ``__dict__`` attribute. * Replace deprecated ``cgi`` module usage with ``email``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=77
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-testtools%{psuffix}
|
||||
Version: 2.5.0
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
||||
License: MIT
|
||||
@@ -38,18 +38,16 @@ BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-extras >= 1.0.0
|
||||
Requires: python-pbr >= 0.11
|
||||
Requires: python-python-mimeparse
|
||||
Requires: python-traceback2
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module extras >= 1.0.0}
|
||||
BuildRequires: %{python_module python-mimeparse}
|
||||
BuildRequires: %{python_module testscenarios}
|
||||
BuildRequires: %{python_module traceback2}
|
||||
%endif
|
||||
Recommends: python-fixtures >= 1.3.0
|
||||
Recommends: python-fixtures >= 2.0
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user