From 02ac9de8f667c4a9227e47161e60b45c7ec60889f8eaabd9ebb372533a76dcfc Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 27 Nov 2021 21:30:10 +0000 Subject: [PATCH] Accepting request 934305 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/934305 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=37 --- notebook-6.4.5.tar.gz | 3 --- notebook-6.4.6.tar.gz | 3 +++ python-notebook.changes | 16 ++++++++++++++++ python-notebook.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 notebook-6.4.5.tar.gz create mode 100644 notebook-6.4.6.tar.gz diff --git a/notebook-6.4.5.tar.gz b/notebook-6.4.5.tar.gz deleted file mode 100644 index ee0f6fb..0000000 --- a/notebook-6.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:872e20da9ae518bbcac3e4e0092d5bd35454e847dedb8cb9739e9f3b68406be0 -size 14339237 diff --git a/notebook-6.4.6.tar.gz b/notebook-6.4.6.tar.gz new file mode 100644 index 0000000..50c7c1a --- /dev/null +++ b/notebook-6.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcdf79bd1cda534735bd9830d2cbedab4ee34d8fe1df6e7b946b3aab0902ba3 +size 14342345 diff --git a/python-notebook.changes b/python-notebook.changes index a731b6a..2a4dc64 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Nov 27 20:06:28 UTC 2021 - Arun Persaud + +- update to version 6.4.6: + * Bugs fixed + + Fix asyncio error when opening notebooks #6221 (@dleen) + + Change to use a universal Chinese translation on certain words + #6218 (@jackexu) + + Fix Chinese translation typo #6211 (@maliubiao + + Fix send2trash tests failing on Windows #6127 (@dolfinus) + * Maintenance and upkeep improvements + + TST: don't look in user site for serverextensions #6233 + (@bnavigator) + + Enable terminal tests as pywinpty is ported for python 3.9 #6228 + (@nsait-linaro) + ------------------------------------------------------------------- Fri Nov 12 23:02:37 UTC 2021 - Ben Greiner diff --git a/python-notebook.spec b/python-notebook.spec index d91f64a..f9c83a3 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -36,7 +36,7 @@ BuildArch: noarch %define skip_python2 1 %define plainpython python Name: python-notebook%{psuffix} -Version: 6.4.5 +Version: 6.4.6 Release: 0 Summary: Jupyter Notebook interface License: BSD-3-Clause