Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aspectlib for
openSUSE:Factory checked in at 2023-08-18 19:27:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aspectlib (Old)
and /work/SRC/openSUSE:Factory/.python-aspectlib.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aspectlib"
Fri Aug 18 19:27:05 2023 rev:9 rq:1104372 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aspectlib/python-aspectlib.changes
2023-05-09 13:08:01.709267621 +0200
+++
/work/SRC/openSUSE:Factory/.python-aspectlib.new.1766/python-aspectlib.changes
2023-08-18 19:27:09.771187181 +0200
@@ -1,0 +2,7 @@
+Thu Aug 17 11:43:21 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Run tests ignoring DeprecationWarning to make it work with
+ python3.12. The DeprecationWarning thrown is "signature of
+ throw() is deprecated"
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aspectlib.spec ++++++
--- /var/tmp/diff_new_pack.Rsimpx/_old 2023-08-18 19:27:11.775190774 +0200
+++ /var/tmp/diff_new_pack.Rsimpx/_new 2023-08-18 19:27:11.783190789 +0200
@@ -66,7 +66,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest --ignore=src
+# ignore deprecation warnings because of signature of throw() is deprecated
+%pytest --ignore=src -W ignore::DeprecationWarning
%files %{python_files}
%license LICENSE