Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jsonpatch for
openSUSE:Factory checked in at 2021-09-21 21:12:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpatch (Old)
and /work/SRC/openSUSE:Factory/.python-jsonpatch.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonpatch"
Tue Sep 21 21:12:21 2021 rev:25 rq:920183 version:1.32
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpatch/python-jsonpatch.changes
2021-05-20 19:23:50.094247982 +0200
+++
/work/SRC/openSUSE:Factory/.python-jsonpatch.new.1899/python-jsonpatch.changes
2021-09-21 21:12:29.666594651 +0200
@@ -1,0 +2,5 @@
+Fri Sep 17 21:02:26 UTC 2021 - Matej Cepl <[email protected]>
+
+- Don't use python setup.py test expression.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonpatch.spec ++++++
--- /var/tmp/diff_new_pack.eAEyrC/_old 2021-09-21 21:12:30.198595253 +0200
+++ /var/tmp/diff_new_pack.eAEyrC/_new 2021-09-21 21:12:30.202595257 +0200
@@ -53,18 +53,19 @@
rm %{buildroot}%{_bindir}/jsondiff
%check
-%python_exec tests.py
+%pyunittest -v tests
%post
%python_install_alternative jsonpatch
-%preun
+%postun
%python_uninstall_alternative jsonpatch
%files %{python_files}
%license COPYING
%doc AUTHORS README.md
%python_alternative %{_bindir}/jsonpatch
-%{python_sitelib}/*
+%{python_sitelib}/jsonpatch*
+%pycache_only %{python_sitelib}/__pycache__/jsonpatch*.pyc
%changelog