Bug#1084672: git-buildpackage: removal of Python standard libraries in Python 3.13

2024-12-01 Thread Otto Kekäläinen
Potential fix posted at https://salsa.debian.org/agx/git-buildpackage/-/merge_requests/19

Bug#1084672: git-buildpackage: removal of Python standard libraries in Python 3.13

2024-12-01 Thread Richard Lewis
On Sun, 17 Nov 2024 19:31:22 -0800 =?UTF-8?B?T3R0byBLZWvDpGzDpGluZW4=?= < o...@debian.org> wrote: > From https://peps.python.org/pep-0594/#pipes > > > The pipes module provides helpers to pipe the input of one command into the output of another > > command. The module is built on top of os.popen. U

Bug#1084672: git-buildpackage: removal of Python standard libraries in Python 3.13

2024-11-17 Thread Otto Kekäläinen
>From https://peps.python.org/pep-0594/#pipes > The pipes module provides helpers to pipe the input of one command into the > output of another > command. The module is built on top of os.popen. Users are encouraged to use > the subprocess > module instead.