Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-kernel-test for
openSUSE:Factory checked in at 2022-10-26 14:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-kernel-test (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-kernel-test.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-kernel-test"
Wed Oct 26 14:21:57 2022 rev:2 rq:1031310 version:0.4.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-kernel-test/python-jupyter-kernel-test.changes
2022-03-28 17:01:27.945043107 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-kernel-test.new.2275/python-jupyter-kernel-test.changes
2022-10-26 14:21:57.967888187 +0200
@@ -1,0 +2,11 @@
+Wed Oct 26 10:26:11 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 0.4.5
+ * Switch to hatch backend #100 (@blink1073)
+ * Fix flake8 v5 compat #95 (@blink1073)
+ * Adopt flake8 and update ci #75 (@blink1073)
+ * Add git-blame-ignore-revs #74 (@blink1073)
+ * Drop support for py36 #72 (@blink1073)
+ * Fix typos #71 (@martinRenou)
+
+-------------------------------------------------------------------
Old:
----
jupyter_kernel_test-0.4.3.tar.gz
New:
----
jupyter_kernel_test-0.4.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-kernel-test.spec ++++++
--- /var/tmp/diff_new_pack.e1y3OW/_old 2022-10-26 14:21:58.799889607 +0200
+++ /var/tmp/diff_new_pack.e1y3OW/_new 2022-10-26 14:21:58.803889614 +0200
@@ -16,16 +16,16 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
Name: python-jupyter-kernel-test
-Version: 0.4.3
+Version: 0.4.5
Release: 0
Summary: A tool for testing Jupyter kernels
License: BSD-3-Clause
URL: https://github.com/jupyter/jupyter_kernel_test
Source:
https://files.pythonhosted.org/packages/source/j/jupyter_kernel_test/jupyter_kernel_test-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.6}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module hatchling >= 1.5}
+BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jsonschema
@@ -48,10 +48,10 @@
%setup -q -n jupyter_kernel_test-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
++++++ jupyter_kernel_test-0.4.3.tar.gz -> jupyter_kernel_test-0.4.5.tar.gz
++++++
++++ 1983 lines of diff (skipped)