diff --git a/python-testtools.changes b/python-testtools.changes index 7ecff32..cd42d1d 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu May 4 21:18:15 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-testtools.spec b/python-testtools.spec index 70d34ac..30af6ec 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -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 diff --git a/testtools-2.5.0.tar.gz b/testtools-2.5.0.tar.gz deleted file mode 100644 index bc18770..0000000 --- a/testtools-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f -size 235399 diff --git a/testtools-2.6.0.tar.gz b/testtools-2.6.0.tar.gz new file mode 100644 index 0000000..6a65148 --- /dev/null +++ b/testtools-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b65e14c0f2d3ecbbfb5f55c9dcde5e4faa80ac16a37a823909a1fe3cbcb30a +size 237864