Sending the forgotten source debdiff...

--
Pierre
diff -Nru pythonpy-0.4.11b/debian/changelog pythonpy-0.4.11b/debian/changelog
--- pythonpy-0.4.11b/debian/changelog   2016-05-20 22:29:58.000000000 +0200
+++ pythonpy-0.4.11b/debian/changelog   2022-05-24 20:37:28.000000000 +0200
@@ -1,3 +1,11 @@
+pythonpy (0.4.11b-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Importing Collections abstract classes from collections.abc
+    (Closes: #1004971, #1011468)
+
+ -- Pierre Gruet <p...@debian.org>  Tue, 24 May 2022 20:37:28 +0200
+
 pythonpy (0.4.11b-3) unstable; urgency=medium
 
   * Avoid 'pycompleter' as a system-wide executable:
diff -Nru pythonpy-0.4.11b/debian/patches/fix_collections_Python3_10.patch 
pythonpy-0.4.11b/debian/patches/fix_collections_Python3_10.patch
--- pythonpy-0.4.11b/debian/patches/fix_collections_Python3_10.patch    
1970-01-01 01:00:00.000000000 +0100
+++ pythonpy-0.4.11b/debian/patches/fix_collections_Python3_10.patch    
2022-05-24 20:37:06.000000000 +0200
@@ -0,0 +1,18 @@
+Description: importing Collections abstract classes from collections.abs
+Author: Pierre Gruet <p...@debian.org>
+Origin: upstream, 
https://bugs.launchpad.net/ubuntu/+source/pythonpy/+bug/1878935/comments/1
+Bug-Debian: https://bugs.debian.org/1004971
+Forwarded: not-needed
+Last-Update: 2022-05-24
+
+--- a/pythonpy/__main__.py
++++ b/pythonpy/__main__.py
+@@ -13,7 +13,7 @@
+ import argparse
+ import json
+ import re
+-from collections import Iterable
++from collections.abc import Iterable
+ 
+ try:
+     from . import __version__
diff -Nru pythonpy-0.4.11b/debian/patches/series 
pythonpy-0.4.11b/debian/patches/series
--- pythonpy-0.4.11b/debian/patches/series      2016-05-20 22:29:58.000000000 
+0200
+++ pythonpy-0.4.11b/debian/patches/series      2022-05-24 20:31:10.000000000 
+0200
@@ -1,2 +1,3 @@
 0001-remove-entry-points-scripts.patch
 0002-fix-bash-completion.patch
+fix_collections_Python3_10.patch

Attachment: OpenPGP_signature
Description: OpenPGP digital signature



Reply via email to