From 6f69486592b4139b6f5c91ed472fa82e275d9f1f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 4 Jun 2024 06:07:45 +0200 Subject: Merging debian version 3.0.27-1. Signed-off-by: Daniel Baumann --- debian/changelog | 8 ++++++++ debian/patches/debian/0001-platformdirs.patch | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 96849a2..33c7dd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ptpython (3.0.27-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 3.0.27. + * Refreshing platformdirs.patch. + + -- Daniel Baumann Mon, 03 Jun 2024 22:03:44 +0200 + ptpython (3.0.26-3~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/patches/debian/0001-platformdirs.patch b/debian/patches/debian/0001-platformdirs.patch index 06186e7..2a33671 100644 --- a/debian/patches/debian/0001-platformdirs.patch +++ b/debian/patches/debian/0001-platformdirs.patch @@ -18,7 +18,7 @@ diff -Naurp ptpython.orig/README.rst ptpython/README.rst diff -Naurp ptpython.orig/ptpython/entry_points/run_ptpython.py ptpython/ptpython/entry_points/run_ptpython.py --- ptpython.orig/ptpython/entry_points/run_ptpython.py +++ ptpython/ptpython/entry_points/run_ptpython.py -@@ -32,7 +32,7 @@ import sys +@@ -33,7 +33,7 @@ import sys from textwrap import dedent from typing import IO @@ -27,7 +27,7 @@ diff -Naurp ptpython.orig/ptpython/entry_points/run_ptpython.py ptpython/ptpytho from prompt_toolkit.formatted_text import HTML from prompt_toolkit.shortcuts import print_formatted_text -@@ -106,9 +106,9 @@ def get_config_and_history_file(namespac +@@ -107,9 +107,9 @@ def get_config_and_history_file(namespac """ config_dir = os.environ.get( "PTPYTHON_CONFIG_HOME", @@ -42,7 +42,7 @@ diff -Naurp ptpython.orig/ptpython/entry_points/run_ptpython.py ptpython/ptpytho diff -Naurp ptpython.orig/setup.py ptpython/setup.py --- ptpython.orig/setup.py +++ ptpython/setup.py -@@ -18,7 +18,7 @@ setup( +@@ -26,7 +26,7 @@ setup( packages=find_packages("."), package_data={"ptpython": ["py.typed"]}, install_requires=[ @@ -50,4 +50,4 @@ diff -Naurp ptpython.orig/setup.py ptpython/setup.py + "platformdirs", "importlib_metadata;python_version<'3.8'", "jedi>=0.16.0", - # Use prompt_toolkit 3.0.34, because of `OneStyleAndTextTuple` import. + # Use prompt_toolkit 3.0.43, because of `OneStyleAndTextTuple` import. -- cgit v1.2.3