Control: tags 1123369 + patch Control: tags 1123369 + pending Dear maintainer,
I've prepared an NMU for ytcc (versioned as 2.6.1-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ytcc-2.6.1 ytcc-2.6.1 changelog | 7 +++++++ patches/python314.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru ytcc-2.6.1/debian/changelog ytcc-2.6.1/debian/changelog --- ytcc-2.6.1/debian/changelog 2023-01-13 14:03:45.000000000 +0200 +++ ytcc-2.6.1/debian/changelog 2026-01-14 20:19:54.000000000 +0200 @@ -1,3 +1,10 @@ +ytcc (2.6.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for Python 3.14. (Closes: #1123369) + + -- Adrian Bunk <[email protected]> Wed, 14 Jan 2026 20:19:54 +0200 + ytcc (2.6.1-1) unstable; urgency=medium * Update to new upstream version 2.6.1. diff -Nru ytcc-2.6.1/debian/patches/python314.patch ytcc-2.6.1/debian/patches/python314.patch --- ytcc-2.6.1/debian/patches/python314.patch 1970-01-01 02:00:00.000000000 +0200 +++ ytcc-2.6.1/debian/patches/python314.patch 2026-01-14 20:19:54.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Backport upstream fix for Python 3.14 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1123369 +Origin: backport, https://github.com/woefe/ytcc/commit/192d324fe0b014be0b614a13c17a1663fe9c564e + +--- ytcc-2.6.1.orig/ytcc/cli.py ++++ ytcc-2.6.1/ytcc/cli.py +@@ -716,7 +716,6 @@ def bug_report(): + print() + print("---SQLite version---") + print("SQLite system library version:", sqlite3.sqlite_version) +- print("Python module version:", sqlite3.version) + print() + print("---python version---") + print(sys.version) diff -Nru ytcc-2.6.1/debian/patches/series ytcc-2.6.1/debian/patches/series --- ytcc-2.6.1/debian/patches/series 2023-01-13 14:03:45.000000000 +0200 +++ ytcc-2.6.1/debian/patches/series 2026-01-14 20:19:54.000000000 +0200 @@ -1 +1,2 @@ rename-ytcc-python-script.patch +python314.patch

