Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-jupyter for openSUSE:Factory checked in at 2023-02-03 22:05:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-jupyter (Old) and /work/SRC/openSUSE:Factory/.python-pytest-jupyter.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-jupyter" Fri Feb 3 22:05:37 2023 rev:2 rq:1062935 version:0.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-jupyter/python-pytest-jupyter.changes 2023-01-01 09:38:39.242711398 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest-jupyter.new.4462/python-pytest-jupyter.changes 2023-02-03 22:16:55.463321927 +0100 @@ -1,0 +2,5 @@ +Thu Dec 29 22:30:34 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Apply spec-cleaner and package README + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-jupyter.spec ++++++ --- /var/tmp/diff_new_pack.8gqvmR/_old 2023-02-03 22:16:55.859323460 +0100 +++ /var/tmp/diff_new_pack.8gqvmR/_new 2023-02-03 22:16:55.867323491 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -28,24 +29,24 @@ Version: 0.6.2 Release: 0 Summary: A pytest plugin for testing Jupyter libraries and extensions -License: MIT and BSD-3-Clause +License: MIT AND BSD-3-Clause URL: https://github.com/jupyter-server/pytest-jupyter -Source: https://files.pythonhosted.org/packages/source/p/pytest-jupyter/pytest_jupyter-%{version}.tar.gz -BuildRequires: python-rpm-macros +Source: https://files.pythonhosted.org/packages/source/p/pytest_jupyter/pytest_jupyter-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module base >= 3.7} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-jupyter_core Requires: python-pytest +BuildArch: noarch %if %{with test} +BuildRequires: %{python_module nbformat} BuildRequires: %{python_module pytest-jupyter = %{version}} -BuildRequires: %{python_module pytest-jupyter-server = %{version}} BuildRequires: %{python_module pytest-jupyter-client = %{version}} +BuildRequires: %{python_module pytest-jupyter-server = %{version}} BuildRequires: %{python_module pytest-timeout} -BuildRequires: %{python_module nbformat} %endif -BuildArch: noarch %python_subpackages %description @@ -53,9 +54,9 @@ %package client Summary: A pytest plugin for testing Jupyter libraries and extensions [client] extra -Requires: python-pytest-jupyter = %{version} -Requires: python-jupyter_client >= 7.4 Requires: python-ipykernel +Requires: python-jupyter_client >= 7.4 +Requires: python-pytest-jupyter = %{version} %description client A pytest plugin for testing Jupyter libraries and extensions. @@ -63,10 +64,10 @@ %package server Summary: A pytest plugin for testing Jupyter libraries and extensions [server] extra +Requires: python-jupyter-server >= 1.21 +Requires: python-nbformat >= 5.3 Requires: python-pytest-jupyter = %{version} Requires: python-pytest-jupyter-client = %{version} -Requires: python-nbformat >= 5.3 -Requires: python-jupyter-server >= 1.21 %description server A pytest plugin for testing Jupyter libraries and extensions. @@ -93,6 +94,7 @@ %if !%{with test} %files %{python_files} %license LICENSE +%doc README.md %{python_sitelib}/pytest_jupyter %{python_sitelib}/pytest_jupyter-%{version}.dist-info