diff --git a/ptpython-3.0.23.tar.gz b/ptpython-3.0.23.tar.gz deleted file mode 100644 index f6d4a401833ae6e4a7467a53f5ce8ff67f487025..0000000000000000000000000000000000000000 Binary files a/ptpython-3.0.23.tar.gz and /dev/null differ diff --git a/ptpython-3.0.26.tar.gz b/ptpython-3.0.26.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..801fb3c42eec80a1b90ebdc56e36c1bd0d30e62c Binary files /dev/null and b/ptpython-3.0.26.tar.gz differ diff --git a/ptpython.spec b/ptpython.spec index a9a06ee9b73d5879d7ce5295f3f047af797daa0f..bdd52092d5adb6e76571e40e749ef515577f6fa4 100644 --- a/ptpython.spec +++ b/ptpython.spec @@ -1,11 +1,11 @@ Name: ptpython -Version: 3.0.23 +Version: 3.0.26 Release: 1 Summary: Python REPL build on top of prompt_toolkit License: BSD URL: https://github.com/prompt-toolkit/ptpython -Source0: https://files.pythonhosted.org/packages/87/82/59e1ca28959b6350a62d90bbb7d19019b3e50fa01a5828936b300d2b46e1/ptpython-3.0.23.tar.gz +Source0: https://files.pythonhosted.org/packages/46/56/56cdf93d1633cba2b16486aa27978893ab3791dae51b27068e09d08bd300/ptpython-3.0.26.tar.gz BuildRequires: python3-setuptools Requires: python3-appdirs Requires: python3-importlib-metadata @@ -46,6 +46,10 @@ characters, and many other things.} %changelog +* Mon May 06 2024 zhaojingyu - 3.0.26-1 +- Update package to version 3.0.26 +- Handle `GeneratorExit` exception when leaving the paginator + * Wed Jul 05 2023 niuyaru - 3.0.23-1 - Update package to version 3.0.23