diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 20:06:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 20:06:19 +0000 |
commit | f491d3c5f25bb1eed6fd2714ea52661ad133ebba (patch) | |
tree | b66b31f8c9786bff3f48fc51657fb6500ba1b644 | |
parent | Merging upstream version 3.0.27. (diff) | |
download | ptpython-f491d3c5f25bb1eed6fd2714ea52661ad133ebba.tar.xz ptpython-f491d3c5f25bb1eed6fd2714ea52661ad133ebba.zip |
Refreshing platformdirs.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-platformdirs.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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. |