14
0

Accepting request 1132418 from devel:languages:python

- update to 3.0.23:
  * Don't print exception messages twice for unhandled
    exceptions.
  * Added cursor shape support.
  * Drop Python 3.6 support.

- Update to version 3.0.22
- Update to version 3.0.21:
  - Allow usage of `await` in assignment expressions or for-loops.

OBS-URL: https://build.opensuse.org/request/show/1132418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptpython?expand=0&rev=10
This commit is contained in:
2023-12-11 20:51:14 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c097b324406014a005c6b09f493bbbdde571e412360af2ba1551873a10c36cf8
size 67806

3
ptpython-3.0.23.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fc9bec2cc51bc4000c1224d8c56241ce8a406b3d49ec8dc266f78cd3cd04ba4
size 68146

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 11 07:23:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.23:
* Don't print exception messages twice for unhandled
exceptions.
* Added cursor shape support.
* Drop Python 3.6 support.
-------------------------------------------------------------------
Tue Dec 13 16:19:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ptpython
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-ptpython
Version: 3.0.22
Version: 3.0.23
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 setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros