From 1f5f056e8227f41978a6469d874a42c686fdd9b61bbea4f6b686cb00170aaef9 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 29 Mar 2024 18:21:14 +0000 Subject: [PATCH] - Update to 5.7.2 * Update Release Scripts #396 (@blink1073) * Enforce pytest 7 #393 (@blink1073) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=57 --- jupyter_core-5.7.1.tar.gz | 3 --- jupyter_core-5.7.2.tar.gz | 3 +++ python-jupyter-core.changes | 7 +++++++ python-jupyter-core.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 jupyter_core-5.7.1.tar.gz create mode 100644 jupyter_core-5.7.2.tar.gz diff --git a/jupyter_core-5.7.1.tar.gz b/jupyter_core-5.7.1.tar.gz deleted file mode 100644 index 89a29de..0000000 --- a/jupyter_core-5.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de61a9d7fc71240f688b2fb5ab659fbb56979458dc66a71decd098e03c79e218 -size 87137 diff --git a/jupyter_core-5.7.2.tar.gz b/jupyter_core-5.7.2.tar.gz new file mode 100644 index 0000000..59a5acf --- /dev/null +++ b/jupyter_core-5.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9 +size 87629 diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index 9303257..cecd116 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 29 18:20:02 UTC 2024 - Ben Greiner + +- Update to 5.7.2 + * Update Release Scripts #396 (@blink1073) + * Enforce pytest 7 #393 (@blink1073) + ------------------------------------------------------------------- Tue Mar 5 15:14:03 UTC 2024 - Dominique Leuenberger diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index e1e79ff..32cabda 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -33,7 +33,7 @@ %endif Name: python-jupyter-core%{psuffix} -Version: 5.7.1 +Version: 5.7.2 Release: 0 Summary: Base package on which Jupyter projects rely License: BSD-3-Clause @@ -68,8 +68,8 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module jupyter-core = %{version}} +BuildRequires: %{python_module pytest >= 7 with %python-pytest < 8} BuildRequires: %{python_module pytest-timeout} -BuildRequires: %{python_module pytest} %endif %python_subpackages