Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ptpython for openSUSE:Factory 
checked in at 2026-04-10 23:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ptpython (Old)
 and      /work/SRC/openSUSE:Factory/.python-ptpython.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ptpython"

Fri Apr 10 23:44:56 2026 rev:17 rq:1345931 version:3.0.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ptpython/python-ptpython.changes  
2025-06-11 16:27:32.411011883 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ptpython.new.21863/python-ptpython.changes   
    2026-04-10 23:45:00.535560644 +0200
@@ -1,0 +2,20 @@
+Fri Apr 10 14:13:33 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.0.32:
+  * Use ANSI colors (instead of RGB colors) for the default code
+    theme. This improves the chances of having a better contrast
+    with the background color, because we now use what is
+    configured in the terminal emulator. The theme is
+    called 'default-ansi' and exists alongside 'default'.
+  * Add `patch_stdout_raw` parameter to `embed()`.
+  * Fix repl.min_brightness and repl.max_brightness config in
+    history.
+  * Fix positioning of exit confirmation (compatibility with
+    latest prompt_toolkit).
+  * Show exception cause/context when printing chained
+    exceptions.
+  * Reworked project layout and use pyproject.toml instead of
+    setup.py.
+  * Drop Python 3.7 support.
+
+-------------------------------------------------------------------

Old:
----
  ptpython-3.0.29.tar.gz

New:
----
  ptpython-3.0.32.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ptpython.spec ++++++
--- /var/tmp/diff_new_pack.tQoHBs/_old  2026-04-10 23:45:01.467598987 +0200
+++ /var/tmp/diff_new_pack.tQoHBs/_new  2026-04-10 23:45:01.467598987 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ptpython
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,33 +17,30 @@
 
 
 %{?sle15_python_module_pythons}
-%define skip_python39 1
 Name:           python-ptpython
-Version:        3.0.29
+Version:        3.0.32
 Release:        0
 Summary:        Python REPL build on top of prompt_toolkit
 License:        ISC
 Group:          Development/Languages/Python
 URL:            https://github.com/jonathanslenders/ptpython
 Source:         
https://files.pythonhosted.org/packages/source/p/ptpython/ptpython-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 68}
 BuildRequires:  %{python_module wheel}
 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
+Requires:       python-jedi >= 0.16.0
+Requires:       python-prompt_toolkit >= 3.0.43
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Pygments}
 BuildRequires:  %{python_module appdirs}
-BuildRequires:  %{python_module docopt}
-BuildRequires:  %{python_module jedi >= 0.9.0}
-BuildRequires:  %{python_module prompt_toolkit >= 3.0.0}
+BuildRequires:  %{python_module jedi >= 0.16.0}
+BuildRequires:  %{python_module prompt_toolkit >= 3.0.43}
 # /SECTION
 Recommends:     python-ptpython-ptipython
 %python_subpackages
@@ -64,7 +61,7 @@
 
 %prep
 %setup -q -n ptpython-%{version}
-sed -i -e '/^#!\//, 1d' ptpython/entry_points/run_*.py
+sed -i -e '/^#!\//, 1d' src/ptpython/entry_points/run_*.py
 
 %build
 %pyproject_wheel
@@ -72,7 +69,6 @@
 %install
 %pyproject_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
 

++++++ ptpython-3.0.29.tar.gz -> ptpython-3.0.32.tar.gz ++++++
++++ 14411 lines of diff (skipped)

Reply via email to