Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testfixtures for
openSUSE:Factory checked in at 2026-08-26 19:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testfixtures (Old)
and /work/SRC/openSUSE:Factory/.python-testfixtures.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testfixtures"
Wed Aug 26 19:50:57 2026 rev:34 rq:1373095 version:12.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testfixtures/python-testfixtures.changes
2026-07-08 17:32:25.600871442 +0200
+++
/work/SRC/openSUSE:Factory/.python-testfixtures.new.1258/python-testfixtures.changes
2026-08-26 19:51:03.708103646 +0200
@@ -1,0 +2,32 @@
+Sat Aug 22 14:08:18 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 12.3.0:
+ * Added :doc:`pydantic <pydantic>` support: a :func:`comparer
+ <testfixtures.pydantic.compare_basemodel>` for
+ :class:`~pydantic.BaseModel` is automatically registered, and
+ the testfixtures[pydantic] extra installs a compatible
+ version.
+ * Added :class:`ReprComparison` and :func:`repr_like` for
+ asserting an object's type along with its :func:`repr`.
+ * Added :class:`StrComparison` and :func:`str_like` for
+ asserting an object's type along with its :class:`str`.
+ * Added :func:`mapping`, the typed helper for
+ :class:`MappingComparison`.
+ * :func:`like` now accepts a regular expression, as a string or
+ a compiled :class:`re.Pattern`, returning a
+ :class:`TextComparison` typed as a :class:`str`.
+ :class:`TextComparison` can also now be built directly from a
+ compiled :class:`re.Pattern`.
+ * :class:`ShouldRaise` now accepts :func:`repr_like` and
+ :func:`str_like` matchers, so a raised exception's type and
+ rendering can be checked without constructing the exception
+ instance.
+ * Renamed :class:`!StringComparison` to
+ :class:`TextComparison`. :class:`!StringComparison` remains
+ as a deprecated alias.
+ * Fixed a bug where comparing two matcher instances directly,
+ such as two :class:`SequenceComparison` objects, could
+ produce a confusing diff instead of comparing them for
+ equality.
+
+-------------------------------------------------------------------
Old:
----
testfixtures-12.2.0.tar.gz
New:
----
testfixtures-12.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testfixtures.spec ++++++
--- /var/tmp/diff_new_pack.jTSytb/_old 2026-08-26 19:51:05.943182363 +0200
+++ /var/tmp/diff_new_pack.jTSytb/_new 2026-08-26 19:51:05.947182504 +0200
@@ -34,7 +34,7 @@
%{?sle15_python_module_pythons}
Name: python-testfixtures%{psuffix}
-Version: 12.2.0
+Version: 12.3.0
Release: 0
Summary: A collection of helpers and mock objects for unit tests and
doc tests
License: MIT
++++++ testfixtures-12.2.0.tar.gz -> testfixtures-12.3.0.tar.gz ++++++
++++ 6042 lines of diff (skipped)