From 6b559af22669e1dbaedc9588dd891dfdd1dc8fc0a0daff9d9589d742aa4b556f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 19 Mar 2023 18:19:41 +0000 Subject: [PATCH] Accepting request 1072958 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 5.3.0 * Fix pywin32 version constraint #347 (@blink1073) * Support platformdirs 3 #342 (@blink1073) OBS-URL: https://build.opensuse.org/request/show/1072958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=38 --- jupyter_core-5.2.0.tar.gz | 3 --- jupyter_core-5.3.0.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.2.0.tar.gz create mode 100644 jupyter_core-5.3.0.tar.gz diff --git a/jupyter_core-5.2.0.tar.gz b/jupyter_core-5.2.0.tar.gz deleted file mode 100644 index 7dd9be3..0000000 --- a/jupyter_core-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1407cdb4c79ee467696c04b76633fc1884015fa109323365a6372c8e890cc83f -size 83861 diff --git a/jupyter_core-5.3.0.tar.gz b/jupyter_core-5.3.0.tar.gz new file mode 100644 index 0000000..0e4e9bf --- /dev/null +++ b/jupyter_core-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db75be0c83edbf1b7c9f91ec266a9a24ef945da630f3120e1a0046dc13713fc +size 83909 diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index 7ce6da5..f81df95 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 19 17:35:27 UTC 2023 - Ben Greiner + +- Update to 5.3.0 + * Fix pywin32 version constraint #347 (@blink1073) + * Support platformdirs 3 #342 (@blink1073) + ------------------------------------------------------------------- Sun Feb 5 15:58:09 UTC 2023 - Ben Greiner diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index 6c97823..3daff5c 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -32,7 +32,7 @@ %endif Name: python-jupyter-core%{psuffix} -Version: 5.2.0 +Version: 5.3.0 Release: 0 Summary: Base package on which Jupyter projects rely License: BSD-3-Clause @@ -127,7 +127,7 @@ donttest="$donttest or test_config_dir_linux" %if !%{with test} %files %{python_files} -%license COPYING.md +%license LICENSE %python_alternative %{_bindir}/jupyter %python_alternative %{_bindir}/jupyter-migrate %python_alternative %{_bindir}/jupyter-troubleshoot