Accepting request 1084879 from devel:languages:python
- 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/request/show/1084879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testtools?expand=0&rev=32
This commit is contained in:
commit
f348c5d41b
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 21:18:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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``.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:37:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:37:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-testtools%{psuffix}
|
Name: python-testtools%{psuffix}
|
||||||
Version: 2.5.0
|
Version: 2.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -38,18 +38,16 @@ BuildRequires: %{python_module pbr}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-extras >= 1.0.0
|
|
||||||
Requires: python-pbr >= 0.11
|
Requires: python-pbr >= 0.11
|
||||||
Requires: python-python-mimeparse
|
Requires: python-python-mimeparse
|
||||||
Requires: python-traceback2
|
Requires: python-traceback2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module extras >= 1.0.0}
|
|
||||||
BuildRequires: %{python_module python-mimeparse}
|
BuildRequires: %{python_module python-mimeparse}
|
||||||
BuildRequires: %{python_module testscenarios}
|
BuildRequires: %{python_module testscenarios}
|
||||||
BuildRequires: %{python_module traceback2}
|
BuildRequires: %{python_module traceback2}
|
||||||
%endif
|
%endif
|
||||||
Recommends: python-fixtures >= 1.3.0
|
Recommends: python-fixtures >= 2.0
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f
|
|
||||||
size 235399
|
|
BIN
testtools-2.6.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
testtools-2.6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user