Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-inline-snapshot for
openSUSE:Factory checked in at 2026-01-15 16:43:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-inline-snapshot (Old)
and /work/SRC/openSUSE:Factory/.python-inline-snapshot.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-inline-snapshot"
Thu Jan 15 16:43:49 2026 rev:8 rq:1327291 version:0.31.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-inline-snapshot/python-inline-snapshot.changes
2025-12-09 12:50:30.336316779 +0100
+++
/work/SRC/openSUSE:Factory/.python-inline-snapshot.new.1928/python-inline-snapshot.changes
2026-01-15 16:44:09.767060887 +0100
@@ -1,0 +2,39 @@
+Tue Dec 9 21:37:47 UTC 2025 - Matej Cepl <[email protected]>
+
+- Update to 0.31.1:
+ - Format commands with pipelines (using |) now properly fail
+ when any command in the pipeline returns a non-zero exit code
+ (#320). Previously, only the last command's exit code was
+ considered, which could allow formatting to succeed even when
+ intermediate commands failed.
+- Update to 0.31.0:
+ - BREAKING CHANGE: An exception is now raised when you use
+ external() in files that are not inside your tests/ directory
+ (or any other directory that you can configure with
+ tool.inline-snapshot.test-dir).
+ - Users are now notified if they use the same UUID for multiple
+ external snapshots, which can happen when copying one test as
+ a template for a new test. The snapshots should be reset to
+ an empty external() and recreated with inline-snapshot.
+ - Updated --snapshot flag to --inline-snapshot in session hints.
+ - The lookup for external snapshots has been improved.
+- Update to 0.30.1:
+ - Disable ensure ascii in json.dump to support non-ASCII
+ characters in external files
+- Update to 0.30.0:
+ - The test-dir config option can now also be a list of paths
+ - added Python 3.14 support
+- Update to 0.29.4:
+ - External.run_inline() now uses the same logic as
+ External.run_pytest.
+ - inline-snapshot now supports different Python file encodings
+ and recognizes encoding comments such as # -*- coding:
+ windows-1251 -*-.
+- Update to 0.29.3:
+ - xdist is now detected properly
+- Update to 0.29.2:
+ - fixed string formatting with black which caused invalid
+ snapshots
+ assert " a " == snapshot("a")
+
+-------------------------------------------------------------------
Old:
----
inline_snapshot-0.29.1.tar.gz
New:
----
inline_snapshot-0.31.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-inline-snapshot.spec ++++++
--- /var/tmp/diff_new_pack.Yt3wjt/_old 2026-01-15 16:44:10.291082710 +0100
+++ /var/tmp/diff_new_pack.Yt3wjt/_new 2026-01-15 16:44:10.291082710 +0100
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-inline-snapshot%{psuffix}
-Version: 0.29.1
+Version: 0.31.1
Release: 0
Summary: Create and update inline snapshots in your Python code
License: MIT
@@ -96,6 +96,6 @@
%doc README.md CHANGELOG.md
%license LICENSE
%{python_sitelib}/inline_snapshot
-%{python_sitelib}/inline_snapshot-%{version}.dist-info
+%{python_sitelib}/inline_snapshot-%{version}*-info
%endif
++++++ inline_snapshot-0.29.1.tar.gz -> inline_snapshot-0.31.1.tar.gz ++++++
++++ 2910 lines of diff (skipped)