From f69f92e6b8795e221599f59d50ce658cd58baebf16c3b216abcbf6cd2ad9fc96 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 3 Jun 2019 17:36:22 +0000 Subject: [PATCH] Accepting request 707268 from home:TheBlackCat:branches:devel:languages:python - Fix jupyter dependencies. - Update to 2.0.4 * Fixed ptipython. * Fixed config: setting of color depth. * Fixed auto-suggest key bindings. * Fixed Control-D key binding for exiting REPL when (confirm_exit=False). * Correctly focus/unfocus sidebar. * Fixed open_in_editor and suspend key bindings. OBS-URL: https://build.opensuse.org/request/show/707268 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=11 --- ptpython-2.0.3.tar.gz | 3 --- ptpython-2.0.4.tar.gz | 3 +++ python-ptpython.changes | 12 ++++++++++++ python-ptpython.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ptpython-2.0.3.tar.gz create mode 100644 ptpython-2.0.4.tar.gz diff --git a/ptpython-2.0.3.tar.gz b/ptpython-2.0.3.tar.gz deleted file mode 100644 index 4d56eed..0000000 --- a/ptpython-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b8b65a8013f78d6f1599b462468ee7ec5511d509b480f02271d10623be72eab -size 43252 diff --git a/ptpython-2.0.4.tar.gz b/ptpython-2.0.4.tar.gz new file mode 100644 index 0000000..d131129 --- /dev/null +++ b/ptpython-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe9d68ea7532ec8ab306d4bdc7ec393701cd9bbd6eff0aa3067c821f99264d4 +size 43284 diff --git a/python-ptpython.changes b/python-ptpython.changes index 5834652..60c89fd 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 3 17:04:50 UTC 2019 - Todd R + +- Fix jupyter dependencies. +- Update to 2.0.4 + * Fixed ptipython. + * Fixed config: setting of color depth. + * Fixed auto-suggest key bindings. + * Fixed Control-D key binding for exiting REPL when (confirm_exit=False). + * Correctly focus/unfocus sidebar. + * Fixed open_in_editor and suspend key bindings. + ------------------------------------------------------------------- Mon Feb 4 19:03:04 UTC 2019 - Jan Engelhardt diff --git a/python-ptpython.spec b/python-ptpython.spec index 38e8463..0000cc9 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ptpython -Version: 2.0.3 +Version: 2.0.4 Release: 0 Summary: Python REPL build on top of prompt_toolkit License: ISC @@ -51,7 +51,7 @@ Ptpython is an advanced Python REPL. %package -n python3-ptpython-ptipython Summary: Python REPL build on top of prompt_toolkit - IPython support Group: Development/Languages/Python -Requires: python3-jupyter_ipython +Requires: python3-ipython Requires: python3-ptpython %description -n python3-ptpython-ptipython