Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-testtools for openSUSE:Factory checked in at 2023-05-09 13:06:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-testtools (Old) and /work/SRC/openSUSE:Factory/.python-testtools.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testtools" Tue May 9 13:06:12 2023 rev:32 rq:1084879 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-testtools/python-testtools.changes 2023-04-24 22:30:50.135375947 +0200 +++ /work/SRC/openSUSE:Factory/.python-testtools.new.1533/python-testtools.changes 2023-05-09 13:06:18.336652352 +0200 @@ -1,0 +2,13 @@ +Thu May 4 21:18:15 UTC 2023 - Dirk Müller <dmuel...@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``. + +------------------------------------------------------------------- Old: ---- testtools-2.5.0.tar.gz New: ---- testtools-2.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-testtools.spec ++++++ --- /var/tmp/diff_new_pack.tMtORJ/_old 2023-05-09 13:06:18.992656257 +0200 +++ /var/tmp/diff_new_pack.tMtORJ/_new 2023-05-09 13:06:19.000656304 +0200 @@ -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 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 ++++++ testtools-2.5.0.tar.gz -> testtools-2.6.0.tar.gz ++++++ ++++ 2061 lines of diff (skipped)