From 5367ef347a3ae1604ee61bbb099c5853ae1bd56d2c5799173efe712fb83e8178 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 5 Feb 2019 04:41:30 +0000 Subject: [PATCH] Accepting request 671206 from home:jengelh:branches:devel:languages:python - Trim conjecture from descriptions. OBS-URL: https://build.opensuse.org/request/show/671206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=9 --- python-ptpython.changes | 8 ++++++-- python-ptpython.spec | 10 +++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/python-ptpython.changes b/python-ptpython.changes index 816738e..5834652 100644 --- a/python-ptpython.changes +++ b/python-ptpython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 4 19:03:04 UTC 2019 - Jan Engelhardt + +- Trim conjecture from descriptions. + ------------------------------------------------------------------- Tue Dec 4 12:51:46 UTC 2018 - Matej Cepl @@ -20,7 +25,7 @@ Fri Oct 26 15:41:55 UTC 2018 - Todd R python3-only. Due to the python2 version of IPython using prompt_toolkit 1.x and both the python3 version of IPython and Ptpython using prompt_toolkit 2.x, the python2 version of - Ptpython cannot be used with IPython anymore. + Ptpython cannot be used with IPython anymore. ------------------------------------------------------------------- Thu May 24 17:38:09 UTC 2018 - toddrme2178@gmail.com @@ -38,4 +43,3 @@ Wed Oct 18 16:45:24 UTC 2017 - toddrme2178@gmail.com Thu Mar 5 10:21:06 UTC 2015 - toddrme2178@gmail.com - Initial version - diff --git a/python-ptpython.spec b/python-ptpython.spec index 24bd108..38e8463 100644 --- a/python-ptpython.spec +++ b/python-ptpython.spec @@ -1,7 +1,7 @@ # # spec file for package python-ptpython # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,9 +46,7 @@ BuildArch: noarch %python_subpackages %description -Ptpython is an advanced Python REPL. It should work on all -Python versions from 2.6 up to 3.5 and work cross platform (Linux, -BSD, OS X and Windows). +Ptpython is an advanced Python REPL. %package -n python3-ptpython-ptipython Summary: Python REPL build on top of prompt_toolkit - IPython support @@ -57,9 +55,7 @@ Requires: python3-jupyter_ipython Requires: python3-ptpython %description -n python3-ptpython-ptipython -Ptpython is an advanced Python REPL. It should work on all -Python versions from 2.6 up to 3.5 and work cross platform (Linux, -BSD, OS X and Windows). +Ptpython is an advanced Python REPL. This package provides IPython support to Ptpython.