Your message dated Thu, 15 Feb 2018 16:49:45 +0000
with message-id <e1emmjb-0006bj...@fasolo.debian.org>
and subject line Bug#890512: fixed in python-munch 2.2.0-2
has caused the Debian Bug report #890512,
regarding python-munch: Add autopkgtests to python-munch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
890512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890512
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-munch
Version: 2.2.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/tests: Add basic autopkgtests to test module imports.


Thanks for considering the patch.


-- System Information:
Debian Release: buster/sid
  APT prefers bionic
  APT policy: (500, 'bionic'), (500, 'artful-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru python-munch-2.2.0/debian/tests/control 
python-munch-2.2.0/debian/tests/control
--- python-munch-2.2.0/debian/tests/control     1969-12-31 19:00:00.000000000 
-0500
+++ python-munch-2.2.0/debian/tests/control     2018-02-14 15:14:07.000000000 
-0500
@@ -0,0 +1,3 @@
+Tests: python-munch python3-munch
+Depends: python-munch, python3-munch
+Restrictions: needs-root
diff -Nru python-munch-2.2.0/debian/tests/python3-munch 
python-munch-2.2.0/debian/tests/python3-munch
--- python-munch-2.2.0/debian/tests/python3-munch       1969-12-31 
19:00:00.000000000 -0500
+++ python-munch-2.2.0/debian/tests/python3-munch       2018-02-14 
15:14:07.000000000 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-------------------------
+# Testing python3-munch
+#-------------------------
+set -e
+
+result=$(python3 `dirname $0`/test_import_munch.py 2>&1)
+if [ "$result" ]; then
+    echo "ERROR: PYTHON3-MUNCH MODULE CANNOT BE IMPORTED"
+    exit 1
+else
+    echo "OK"
+    exit 0
+fi
diff -Nru python-munch-2.2.0/debian/tests/python-munch 
python-munch-2.2.0/debian/tests/python-munch
--- python-munch-2.2.0/debian/tests/python-munch        1969-12-31 
19:00:00.000000000 -0500
+++ python-munch-2.2.0/debian/tests/python-munch        2018-02-14 
15:14:07.000000000 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-------------------------
+# Testing python-munch
+#-------------------------
+set -e
+
+result=$(python2 `dirname $0`/test_import_munch.py 2>&1)
+if [ "$result" ]; then
+    echo "ERROR: PYTHON-MUNCH MODULE CANNOT BE IMPORTED"
+    exit 1
+else
+    echo "OK"
+    exit 0
+fi
diff -Nru python-munch-2.2.0/debian/tests/test_import_munch.py 
python-munch-2.2.0/debian/tests/test_import_munch.py
--- python-munch-2.2.0/debian/tests/test_import_munch.py        1969-12-31 
19:00:00.000000000 -0500
+++ python-munch-2.2.0/debian/tests/test_import_munch.py        2018-02-14 
15:14:07.000000000 -0500
@@ -0,0 +1,4 @@
+try:
+    import munch
+except ImportError as e:
+    print("ERROR IMPORTING MODULE")

--- End Message ---
--- Begin Message ---
Source: python-munch
Source-Version: 2.2.0-2

We believe that the bug you reported is fixed in the latest version of
python-munch, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 890...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Nový <on...@debian.org> (supplier of updated python-munch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 17:35:12 +0100
Source: python-munch
Binary: python-munch python3-munch
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Ondřej Nový <on...@debian.org>
Description:
 python-munch - dot-accessible dictionary similar to JavaScript objects - Python
 python3-munch - dot-accessible dictionary similar to JavaScript objects - 
Python
Closes: 890512 890527
Changes:
 python-munch (2.2.0-2) unstable; urgency=medium
 .
   * Team upload.
   * d/control:
     - Enable autopkgtest-pkg-python testsuite (Closes: #890512)
     - Add python{,3}-six to B-D (Closes: #890527)
     - Remove python{,3} and python{,3}-six from Depends (not needed)
   * Bump debhelper compat level to 11
Checksums-Sha1:
 92b3f0d96e2bfe451ba86fc4f1e7eb5973f100a5 2193 python-munch_2.2.0-2.dsc
 3972ac10800a5e3ea8d5953316adbd28717556a8 2476 
python-munch_2.2.0-2.debian.tar.xz
 1f6571adc1e6bd75f08d0375c798657b51e9532c 6666 
python-munch_2.2.0-2_amd64.buildinfo
Checksums-Sha256:
 3b402f7b4149fbcf5d61b31f437d9f7a627c81b85f785ffad774c0d78f5726b9 2193 
python-munch_2.2.0-2.dsc
 d88419320f11070bb5284b31fddae1ffea579e23b13c03bf0398d9a8a241a812 2476 
python-munch_2.2.0-2.debian.tar.xz
 24b02ff2d2a6cb3ee477a1dc532c4cd421673ab59d67baef880062b517a3721e 6666 
python-munch_2.2.0-2_amd64.buildinfo
Files:
 227153041cb7e8a935096f58ff6fa537 2193 python optional python-munch_2.2.0-2.dsc
 363f512511e3f0b6c99fdf09e792ba1e 2476 python optional 
python-munch_2.2.0-2.debian.tar.xz
 0ba9ba4aa64267e1c42bea3b26c35a93 6666 python optional 
python-munch_2.2.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAlqFt6AACgkQNXMSVZ0e
Bktr3A/+IigrEvtsezii8SNsQvLLcOLKvOCn7SlCwLCElgZQeBjE8bRjHzfZjDtl
0Ci1GvoLkJglcPD3HwAcR43hXf3+xSfcZlHkkcO8pOeU6vCFoz3qWhAHKjpZQMcJ
XTW9bkmJbm4RJLPvAxYaKeNkPea7DtZIiZPJauwdTBzp/8R20JRqoa8k2aJ0sbxh
mBkAhSwuDx3vN/5zQTdTO0RVda7ja7yzuq5Fb/uHRhw2GzRIQy9j1Z8wI84Yna5H
UBTzv7BiskqOo55/+3hU27CFzmlF5ZNPo8yw69JmEoPrMlK+g9q+fR9PLhHgNLzi
BAwb1l3sEWftC40I47k3ZiFZswjESwrFz4IzU6AuUwV3cFUzJ8vKzvmU1gOMh6+n
W8qQDuxi6nV9Ija8GySuBbIdYtAGKmuBTgWQUDSdXJ9SZx7HEkdT0Sxn6t8gdZOt
tpx2RjIWDWjKJubw9SiNvvMV1Pw5VIl0JetL27JWNhRC14bRl/ldJOiQvjsNgEl6
qp/ozDyAUWdKboOzhTmfg4WWBvDD2mKfMvFTI5JX5tccW0RyGN5Zlb1QuMdScmgl
6QyQT5EG2OfHjonYGa/ubhyyBlKaWFjhNyP+pm5RKZ+zNdgQWiYLaqb1jlPge/oC
fONJ/LgarQsGlWFWvQmz98CnI2fIm1T6VyhnZn9z60fMq2pdW3U=
=i2s4
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to