Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-events for
openSUSE:Factory checked in at 2023-04-03 17:45:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-events (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-events.new.9019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-events"
Mon Apr 3 17:45:24 2023 rev:3 rq:1075683 version:0.6.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-events/python-jupyter-events.changes
2023-01-16 18:01:45.559777855 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-events.new.9019/python-jupyter-events.changes
2023-04-03 17:45:27.544013379 +0200
@@ -1,0 +2,8 @@
+Thu Mar 30 19:48:36 UTC 2023 - Ben Greiner <[email protected]>
+
+- Work around gh#rpm-software-management/rpmlint#1043
+ * This produces false positives for python-missing-require and
+ python-lefover-require but at least it does not crash rpmlint
+ * See also gh#pypa/hatch#801, gh#jupyter/jupyter_events#70
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-events.spec ++++++
--- /var/tmp/diff_new_pack.M9s4YW/_old 2023-04-03 17:45:28.240552678 +0200
+++ /var/tmp/diff_new_pack.M9s4YW/_new 2023-04-03 17:45:28.252561976 +0200
@@ -67,7 +67,8 @@
%prep
%autosetup -p1 -n jupyter_events-%{version}
-sed -i 's/--color=yes//' pyproject.toml
+# gh#pypa/hatch#801, gh#rpm-software-management/rpmlint#1043,
gh#jupyter/jupyter_events#70
+sed -i -e 's/--color=yes//' -e '/jsonschema/ s/\[.*\]//' pyproject.toml
%build
%pyproject_wheel