Hi,
I've uploaded a NMU version fixing this[1] and the subsequent
one[2] with --delay=5. Feel free to remove it or upload another
version.
Attaching debdiff.
[1]:
https://gitlab.com/volian/nala/-/commit/e12ce19
[2]:
https://gitlab.com/volian/nala/-/merge_requests/144/diffs
--abhijith
diff -Nru nala-0.15.4/debian/changelog nala-0.15.4+nmu1/debian/changelog
--- nala-0.15.4/debian/changelog 2024-09-02 05:02:18.000000000 +0530
+++ nala-0.15.4+nmu1/debian/changelog 2025-04-03 17:26:24.000000000 +0530
@@ -1,3 +1,12 @@
+nala (0.15.4+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix nala upgrade error. (Closes: #1101068)
+
https://gitlab.com/volian/nala/-/commit/e12ce19
+
https://gitlab.com/volian/nala/-/merge_requests/144/diffs
+
+ -- Abhijith PA <
abhijith@debian.org> Thu, 03 Apr 2025 17:26:24 +0530
+
nala (0.15.4) unstable; urgency=medium
[ Bug Fixes ]
diff -Nru nala-0.15.4/nala/downloader.py nala-0.15.4+nmu1/nala/downloader.py --- nala-0.15.4/nala/downloader.py 2024-09-02 05:01:00.000000000 +0530
+++ nala-0.15.4+nmu1/nala/downloader.py 2025-04-03 17:25:20.000000000 +0530
@@ -48,11 +48,11 @@
from httpx import (
URL as HttpxUrl,
AsyncClient,
+ AsyncHTTPTransport,
ConnectError,
ConnectTimeout,
HTTPError,
HTTPStatusError,
- Proxy,
RemoteProtocolError,
RequestError,
get,
@@ -271,7 +271,7 @