commit python-ptpython for openSUSE:Leap:15.2

2020-05-21 Thread root
Hello community,

here is the log from the commit of package python-ptpython for 
openSUSE:Leap:15.2 checked in at 2020-05-21 13:00:03

Comparing /work/SRC/openSUSE:Leap:15.2/python-ptpython (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-ptpython.new.2738 (New)


Package is "python-ptpython"

Thu May 21 13:00:03 2020 rev:5 rq:807943 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-ptpython/python-ptpython.changes
2020-04-21 19:08:35.136118648 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-ptpython.new.2738/python-ptpython.changes  
2020-05-21 13:00:12.258908063 +0200
@@ -2,18 +1,0 @@
-Tue Mar 24 07:39:09 UTC 2020 - pgaj...@suse.com
-
-- version update to 3.0.1
-  - Fix backwards-compatibility of the `run_config` function. (used by
-django-extensions).
-  - Fix input mode in status bar for block selection.
-  - Upgrade to prompt_toolkit 3.0.
-  - Requires at least Python 3.6.
-  - Uses XDG base directory specification.
-  - Added dictionary completer (off by default).
-  - Added fuzzy completion (off by default).
-  - Highlight keywords in completion dropdown menu.
-  - Enable universal wheels.
-  - Fixed embedding repl as asyncio coroutine.
-  - Fixed patching stdout in embedded repl.
-  - Fixed ResourceWarning in setup.py.
-


Old:

  ptpython-3.0.1.tar.gz

New:

  ptpython-2.0.4.tar.gz



Other differences:
--
++ python-ptpython.spec ++
--- /var/tmp/diff_new_pack.wdztcc/_old  2020-05-21 13:00:12.602908812 +0200
+++ /var/tmp/diff_new_pack.wdztcc/_new  2020-05-21 13:00:12.606908821 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ptpython
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,45 +17,44 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:   python-ptpython
-Version:3.0.1
+Version:2.0.4
 Release:0
 Summary:Python REPL build on top of prompt_toolkit
 License:ISC
 Group:  Development/Languages/Python
-URL:https://github.com/jonathanslenders/ptpython
+Url:https://github.com/jonathanslenders/ptpython
 Source: 
https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-Pygments
-Requires:   python-appdirs
-Requires:   python-docopt
-Requires:   python-jedi >= 0.9.0
-Requires:   python-prompt_toolkit >= 3.0.0
-BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module appdirs}
 BuildRequires:  %{python_module docopt}
-BuildRequires:  %{python_module ipython}
 BuildRequires:  %{python_module jedi >= 0.9.0}
-BuildRequires:  %{python_module prompt_toolkit >= 3.0.0}
+BuildRequires:  %{python_module prompt_toolkit >= 2.0.6}
 # /SECTION
-Recommends: python-ptpython-ptipython
+Requires:   python-Pygments
+Requires:   python-docopt
+Requires:   python-jedi >= 0.9.0
+Requires:   python-prompt_toolkit >= 2.0.6
+%ifpython3
+Recommends: python3-ptpython-ptipython
+%endif
+BuildArch:  noarch
+
 %python_subpackages
 
 %description
 Ptpython is an advanced Python REPL.
 
-%package ptipython
+%package -n python3-ptpython-ptipython
 Summary:Python REPL build on top of prompt_toolkit - IPython support
 Group:  Development/Languages/Python
-Requires:   python-ipython
-Requires:   python-ptpython
+Requires:   python3-ipython
+Requires:   python3-ptpython
 
-%description ptipython
+%description -n python3-ptpython-ptipython
 Ptpython is an advanced Python REPL.
 
 This package provides IPython support to Ptpython.
@@ -70,33 +69,20 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-rm %{buildroot}%{_bindir}/pt{,i}python?*
-%python_clone -a %{buildroot}%{_bindir}/ptpython
-%python_clone -a %{buildroot}%{_bindir}/ptipython
-
-%post
-%python_install_alternative ptpython
-
-%post ptipython
-%python_install_alternative ptipython
-
-%postun
-%python_uninstall_alternative ptpython
-
-%postun ptipython
-%python_uninstall_alternative ptipython
 
-%check
-# no upstream tests under tests/
+rm %{buildroot}%{_bindir}/ptpython
+rm %{buildroot}%{_bindir}/ptipython
+rm %{buildroot}%{_bindir}/ptipython2*
 
 %files %{python_files}
 %doc CHANGELOG README.rst
 %license LICENSE
+%python2_only 

commit python-ptpython for openSUSE:Leap:15.2

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-ptpython for 
openSUSE:Leap:15.2 checked in at 2020-04-21 19:07:01

Comparing /work/SRC/openSUSE:Leap:15.2/python-ptpython (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-ptpython.new.2738 (New)


Package is "python-ptpython"

Tue Apr 21 19:07:01 2020 rev:4 rq:796032 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-ptpython/python-ptpython.changes
2020-03-19 11:03:29.315883470 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-ptpython.new.2738/python-ptpython.changes  
2020-04-21 19:08:35.136118648 +0200
@@ -1,0 +2,18 @@
+Tue Mar 24 07:39:09 UTC 2020 - pgaj...@suse.com
+
+- version update to 3.0.1
+  - Fix backwards-compatibility of the `run_config` function. (used by
+django-extensions).
+  - Fix input mode in status bar for block selection.
+  - Upgrade to prompt_toolkit 3.0.
+  - Requires at least Python 3.6.
+  - Uses XDG base directory specification.
+  - Added dictionary completer (off by default).
+  - Added fuzzy completion (off by default).
+  - Highlight keywords in completion dropdown menu.
+  - Enable universal wheels.
+  - Fixed embedding repl as asyncio coroutine.
+  - Fixed patching stdout in embedded repl.
+  - Fixed ResourceWarning in setup.py.
+
+---

Old:

  ptpython-2.0.4.tar.gz

New:

  ptpython-3.0.1.tar.gz



Other differences:
--
++ python-ptpython.spec ++
--- /var/tmp/diff_new_pack.iFtNYT/_old  2020-04-21 19:08:35.740119878 +0200
+++ /var/tmp/diff_new_pack.iFtNYT/_new  2020-04-21 19:08:35.740119878 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ptpython
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,44 +17,45 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-ptpython
-Version:2.0.4
+Version:3.0.1
 Release:0
 Summary:Python REPL build on top of prompt_toolkit
 License:ISC
 Group:  Development/Languages/Python
-Url:https://github.com/jonathanslenders/ptpython
+URL:https://github.com/jonathanslenders/ptpython
 Source: 
https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-Pygments
+Requires:   python-appdirs
+Requires:   python-docopt
+Requires:   python-jedi >= 0.9.0
+Requires:   python-prompt_toolkit >= 3.0.0
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Pygments}
+BuildRequires:  %{python_module appdirs}
 BuildRequires:  %{python_module docopt}
+BuildRequires:  %{python_module ipython}
 BuildRequires:  %{python_module jedi >= 0.9.0}
-BuildRequires:  %{python_module prompt_toolkit >= 2.0.6}
+BuildRequires:  %{python_module prompt_toolkit >= 3.0.0}
 # /SECTION
-Requires:   python-Pygments
-Requires:   python-docopt
-Requires:   python-jedi >= 0.9.0
-Requires:   python-prompt_toolkit >= 2.0.6
-%ifpython3
-Recommends: python3-ptpython-ptipython
-%endif
-BuildArch:  noarch
-
+Recommends: python-ptpython-ptipython
 %python_subpackages
 
 %description
 Ptpython is an advanced Python REPL.
 
-%package -n python3-ptpython-ptipython
+%package ptipython
 Summary:Python REPL build on top of prompt_toolkit - IPython support
 Group:  Development/Languages/Python
-Requires:   python3-ipython
-Requires:   python3-ptpython
+Requires:   python-ipython
+Requires:   python-ptpython
 
-%description -n python3-ptpython-ptipython
+%description ptipython
 Ptpython is an advanced Python REPL.
 
 This package provides IPython support to Ptpython.
@@ -69,20 +70,33 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+rm %{buildroot}%{_bindir}/pt{,i}python?*
+%python_clone -a %{buildroot}%{_bindir}/ptpython
+%python_clone -a %{buildroot}%{_bindir}/ptipython
+
+%post
+%python_install_alternative ptpython
+
+%post ptipython
+%python_install_alternative ptipython
+
+%postun
+%python_uninstall_alternative ptpython
+
+%postun ptipython
+%python_uninstall_alternative ptipython
 
-rm %{buildroot}%{_bindir}/ptpython
-rm %{buildroot}%{_bindir}/ptipython
-rm %{buildroot}%{_bindir}/ptipython2*
+%check
+# no upstream tests under tests/
 
 %files %{python_files}
 %doc CHANGELOG README.rst
 %license LICENSE
-%python2_only 

commit python-ptpython for openSUSE:Leap:15.2

2020-03-19 Thread root
Hello community,

here is the log from the commit of package python-ptpython for 
openSUSE:Leap:15.2 checked in at 2020-03-19 11:03:28

Comparing /work/SRC/openSUSE:Leap:15.2/python-ptpython (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-ptpython.new.3160 (New)


Package is "python-ptpython"

Thu Mar 19 11:03:28 2020 rev:3 rq:776938 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-ptpython/python-ptpython.changes
2020-01-15 15:51:42.727538365 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-ptpython.new.3160/python-ptpython.changes  
2020-03-19 11:03:29.315883470 +0100
@@ -1,0 +2,17 @@
+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 
+
+- Trim conjecture from descriptions.
+
+---
@@ -41 +57,0 @@
-

Old:

  ptpython-2.0.3.tar.gz

New:

  ptpython-2.0.4.tar.gz



Other differences:
--
++ python-ptpython.spec ++
--- /var/tmp/diff_new_pack.wIqtzX/_old  2020-03-19 11:03:29.627883649 +0100
+++ /var/tmp/diff_new_pack.wIqtzX/_new  2020-03-19 11:03:29.631883651 +0100
@@ -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
@@ -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
@@ -46,20 +46,16 @@
 %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
 Group:  Development/Languages/Python
-Requires:   python3-jupyter_ipython
+Requires:   python3-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.
 

++ ptpython-2.0.3.tar.gz -> ptpython-2.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptpython-2.0.3/CHANGELOG new/ptpython-2.0.4/CHANGELOG
--- old/ptpython-2.0.3/CHANGELOG2018-10-12 18:59:28.0 +0200
+++ new/ptpython-2.0.4/CHANGELOG2018-10-30 22:34:16.0 +0100
@@ -1,6 +1,17 @@
 CHANGELOG
 =
 
+2.0.4: 2018-10-30
+-
+
+- 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.
+
+
 2.0.3: 2018-10-12
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptpython-2.0.3/PKG-INFO new/ptpython-2.0.4/PKG-INFO
--- old/ptpython-2.0.3/PKG-INFO 2018-10-12 19:00:30.0 +0200
+++ new/ptpython-2.0.4/PKG-INFO 2018-10-30 22:34:48.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: ptpython
-Version: 2.0.3
+Version: 2.0.4
 Summary: Python REPL build on top of prompt_toolkit
 Home-page: https://github.com/jonathanslenders/ptpython
 Author: Jonathan Slenders
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptpython-2.0.3/examples/ptpython_config/config.py 
new/ptpython-2.0.4/examples/ptpython_config/config.py
--- old/ptpython-2.0.3/examples/ptpython_config/config.py   2018-10-12 
18:33:35.0 +0200
+++ new/ptpython-2.0.4/examples/ptpython_config/config.py   2018-10-14 
19:47:35.0 +0200
@@ -103,9 +103,12 @@
 # Use this colorscheme for the code.
 repl.use_code_colorscheme('pastie')
 
-# Enable 24bit True color. (Not all terminals support