From a8c9691522d1141a84fdd77196c1accdaedb40a5035b0cba2909501d547b3fd1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 24 Jul 2018 15:16:22 +0000 Subject: [PATCH 1/2] - Downgrade back to 1.* line, 2.* breaks too many packages (all jupyter-ipython ones, for example) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=15 --- prompt_toolkit-1.0.15.tar.gz | 3 +++ prompt_toolkit-2.0.4.tar.gz | 3 --- python-prompt_toolkit.changes | 6 ++++++ python-prompt_toolkit.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 prompt_toolkit-1.0.15.tar.gz delete mode 100644 prompt_toolkit-2.0.4.tar.gz diff --git a/prompt_toolkit-1.0.15.tar.gz b/prompt_toolkit-1.0.15.tar.gz new file mode 100644 index 0000000..9ab4c3a --- /dev/null +++ b/prompt_toolkit-1.0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917 +size 243734 diff --git a/prompt_toolkit-2.0.4.tar.gz b/prompt_toolkit-2.0.4.tar.gz deleted file mode 100644 index 2c18677..0000000 --- a/prompt_toolkit-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff58ce8bb82c11c43416dd3eec7701dcbe8c576e2d7649f1d2b9d21a2fd93808 -size 329017 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 7464095..9396b7f 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 24 14:51:27 UTC 2018 - mcepl@suse.com + +- Downgrade back to 1.* line, 2.* breaks too many packages (all + jupyter-ipython ones, for example) + ------------------------------------------------------------------- Sun Jul 22 17:30:56 UTC 2018 - arun@gmx.de diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 1926b27..1d72b5e 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -20,7 +20,7 @@ %define oldpython python %bcond_without test Name: python-prompt_toolkit -Version: 2.0.4 +Version: 1.0.15 Release: 0 Summary: Library for building powerful interactive command lines in Python License: BSD-3-Clause From f84212551f3f6b29e468581910177e808eec62510d3f88c1af743cb1f738616f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 27 Jul 2018 08:24:25 +0000 Subject: [PATCH 2/2] Accepting request 625681 from home:jengelh:branches:devel:languages:python - Trim filler wording from descriptions. OBS-URL: https://build.opensuse.org/request/show/625681 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=16 --- python-prompt_toolkit.changes | 5 +++++ python-prompt_toolkit.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 9396b7f..ef2f51a 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 07:07:38 UTC 2018 - jengelh@inai.de + +- Trim filler wording from descriptions. + ------------------------------------------------------------------- Tue Jul 24 14:51:27 UTC 2018 - mcepl@suse.com diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 1d72b5e..5094b77 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -22,7 +22,7 @@ Name: python-prompt_toolkit Version: 1.0.15 Release: 0 -Summary: Library for building powerful interactive command lines in Python +Summary: Library for building interactive command lines in Python License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/jonathanslenders/python-prompt-toolkit @@ -46,7 +46,7 @@ Provides: %{oldpython}-python-prompt-toolkit = %{version} %python_subpackages %description -Prompt toolkit is a Library for building powerful interactive command +Prompt toolkit is a library for building interactive command lines in Python. %prep