Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-metakernel for
openSUSE:Factory checked in at 2022-08-07 18:34:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-metakernel (Old)
and /work/SRC/openSUSE:Factory/.python-metakernel.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-metakernel"
Sun Aug 7 18:34:07 2022 rev:12 rq:993606 version:0.29.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-metakernel/python-metakernel.changes
2022-07-13 13:46:02.266087127 +0200
+++
/work/SRC/openSUSE:Factory/.python-metakernel.new.1521/python-metakernel.changes
2022-08-07 18:34:15.249209428 +0200
@@ -1,0 +2,22 @@
+Sun Aug 7 09:00:49 UTC 2022 - Ben Greiner <[email protected]>
+
+- Fix build requirements
+- Switch to github archive for the license file
+ gh#Calysto/metakernel#253
+
+-------------------------------------------------------------------
+Sun Aug 7 02:06:13 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * switched to flit backend for building
+
+- update to version 0.29.1:
+ * Bugs fixed
+ + Strip paste-bracketing control characters #250 (@anewusername)
+ * Maintenance and upkeep improvements
+ + Address deprecation warnings #249 (@ellert)
+ + Switch to flit build backend #246 (@blink1073)
+ * Documentation improvements
+ + Correct spelling mistakes #248 (@EdwardBetts)
+
+-------------------------------------------------------------------
Old:
----
metakernel-0.29.0.tar.gz
New:
----
metakernel-0.29.1-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-metakernel.spec ++++++
--- /var/tmp/diff_new_pack.LyYxPb/_old 2022-08-07 18:34:15.773210952 +0200
+++ /var/tmp/diff_new_pack.LyYxPb/_new 2022-08-07 18:34:15.777210963 +0200
@@ -17,15 +17,16 @@
Name: python-metakernel
-Version: 0.29.0
+Version: 0.29.1
Release: 0
Summary: Metakernel for Jupyter
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/Calysto/metakernel
-Source:
https://files.pythonhosted.org/packages/source/m/metakernel/metakernel-%{version}.tar.gz
+Source:
https://github.com/Calysto/metakernel/archive/refs/tags/v%{version}.tar.gz#/metakernel-%{version}-gh.tar.gz
BuildRequires: %{python_module base >= 3.7}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module flit-core >= 3.2}
+BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ipykernel >= 5.5.6
@@ -61,10 +62,10 @@
sed -i s'/--color=yes//' pyproject.toml
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%{python_expand rm -r %{buildroot}%{$python_sitelib}/metakernel/tests/
%fdupes %{buildroot}%{$python_sitelib}
}
@@ -73,7 +74,7 @@
%pytest metakernel/tests
%files %{python_files}
-%doc CONTRIBUTORS.rst CHANGELOG.md README.rst RELEASE.md
+%doc README.rst
%license LICENSE.txt
%{python_sitelib}/metakernel
%{python_sitelib}/metakernel-%{version}*-info