Your message dated Wed, 27 Feb 2019 08:55:04 +0000
with message-id <[email protected]>
and subject line Bug#890511: fixed in python-jmespath 0.9.4-1
has caused the Debian Bug report #890511,
regarding python-jmespath: Add autopkgtests to python-jmespath
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 [email protected]
immediately.)
--
890511: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890511
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-jmespath
Version: 0.9.3-1
Severity: normal
Tags: patch
User: [email protected]
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-jmespath-0.9.3/debian/tests/control
python-jmespath-0.9.3/debian/tests/control
--- python-jmespath-0.9.3/debian/tests/control 1969-12-31 19:00:00.000000000
-0500
+++ python-jmespath-0.9.3/debian/tests/control 2018-02-14 15:22:36.000000000
-0500
@@ -0,0 +1,3 @@
+Tests: python-jmespath python3-jmespath
+Depends: python-jmespath, python3-jmespath
+Restrictions: needs-root
diff -Nru python-jmespath-0.9.3/debian/tests/python3-jmespath
python-jmespath-0.9.3/debian/tests/python3-jmespath
--- python-jmespath-0.9.3/debian/tests/python3-jmespath 1969-12-31
19:00:00.000000000 -0500
+++ python-jmespath-0.9.3/debian/tests/python3-jmespath 2018-02-14
15:22:36.000000000 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-------------------------
+# Testing python3-jmespath
+#-------------------------
+set -e
+
+result=$(python3 `dirname $0`/test_import_jmespath.py 2>&1)
+if [ "$result" ]; then
+ echo "ERROR: PYTHON3-JMESPATH MODULE CANNOT BE IMPORTED"
+ exit 1
+else
+ echo "OK"
+ exit 0
+fi
diff -Nru python-jmespath-0.9.3/debian/tests/python-jmespath
python-jmespath-0.9.3/debian/tests/python-jmespath
--- python-jmespath-0.9.3/debian/tests/python-jmespath 1969-12-31
19:00:00.000000000 -0500
+++ python-jmespath-0.9.3/debian/tests/python-jmespath 2018-02-14
15:22:36.000000000 -0500
@@ -0,0 +1,14 @@
+#!/bin/bash
+#-------------------------
+# Testing python-jmespath
+#-------------------------
+set -e
+
+result=$(python2 `dirname $0`/test_import_jmespath.py 2>&1)
+if [ "$result" ]; then
+ echo "ERROR: PYTHON-JMESPATH MODULE CANNOT BE IMPORTED"
+ exit 1
+else
+ echo "OK"
+ exit 0
+fi
diff -Nru python-jmespath-0.9.3/debian/tests/test_import_jmespath.py
python-jmespath-0.9.3/debian/tests/test_import_jmespath.py
--- python-jmespath-0.9.3/debian/tests/test_import_jmespath.py 1969-12-31
19:00:00.000000000 -0500
+++ python-jmespath-0.9.3/debian/tests/test_import_jmespath.py 2018-02-14
15:22:36.000000000 -0500
@@ -0,0 +1,4 @@
+try:
+ import jmespath
+except ImportError as e:
+ print("ERROR IMPORTING MODULE")
--- End Message ---
--- Begin Message ---
Source: python-jmespath
Source-Version: 0.9.4-1
We believe that the bug you reported is fixed in the latest version of
python-jmespath, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
TANIGUCHI Takaki <[email protected]> (supplier of updated python-jmespath
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 27 Feb 2019 16:59:21 +0900
Source: python-jmespath
Binary: python-jmespath python3-jmespath
Architecture: source all
Version: 0.9.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: TANIGUCHI Takaki <[email protected]>
Description:
python-jmespath - JSON Matching Expressions (Python 2)
python3-jmespath - JSON Matching Expressions (Python 3)
Closes: 890511
Changes:
python-jmespath (0.9.4-1) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* d/control: Enable autopkgtest-pkg-python testsuite (Closes: #890511)
* Convert git repository from git-dpm to gbp layout
.
[ Piotr Ożarowski ]
* Add dh-python to Build-Depends
.
[ TANIGUCHI Takaki ]
* New upstream version 0.9.4
* Bump Stanrads-Version to 4.3.0
* debian/compat: 12
Checksums-Sha1:
1575cd2d033c11f6bf49e220e68d477233d21556 2203 python-jmespath_0.9.4-1.dsc
e69576ffb34660ac546ddfe9ec1a905e795cb856 22940
python-jmespath_0.9.4.orig.tar.gz
f413cb0a8b30ebc820e783091772d785e104e544 2388
python-jmespath_0.9.4-1.debian.tar.xz
6d9dbab3b767151ea468cc56d4a62f416b0ab840 21040 python-jmespath_0.9.4-1_all.deb
309a2427fbdd9d2bf559416c7d61f4f9f52ea1da 7348
python-jmespath_0.9.4-1_amd64.buildinfo
af279aa8467702230fa28c15e57d76fbc0f00163 18476 python3-jmespath_0.9.4-1_all.deb
Checksums-Sha256:
f0a77180f49ffb2404520ce3ea02d6f9f923e35820222234c399bdd52bf0f5c4 2203
python-jmespath_0.9.4-1.dsc
bde2aef6f44302dfb30320115b17d030798de8c4110e28d5cf6cf91a7a31074c 22940
python-jmespath_0.9.4.orig.tar.gz
7c4f45ad991a46741c5b26e59336054dc6d71637234bcde25ff2bb110ca3f832 2388
python-jmespath_0.9.4-1.debian.tar.xz
4a0e43f2bf59e39fa47c363c7de9567dfcc946b1cd4f964b0e5e21a8d50546f9 21040
python-jmespath_0.9.4-1_all.deb
da83b70abe9efb2b77952e655cddbe8143c5452c8e5e40d5b9ee2af64ec352cc 7348
python-jmespath_0.9.4-1_amd64.buildinfo
7a655d9e879da306c039d4fa8a36eae89094be87e6a1f7f9f663bddef75ba08e 18476
python3-jmespath_0.9.4-1_all.deb
Files:
058a82ccf326df84b96fd758d8f1d4e4 2203 python optional
python-jmespath_0.9.4-1.dsc
5c3380a84c565d7438e4766fd4b7a775 22940 python optional
python-jmespath_0.9.4.orig.tar.gz
12b403111a2641164338b76d15173a5a 2388 python optional
python-jmespath_0.9.4-1.debian.tar.xz
47ce8d8f2e067743f2f8eb79f34d9052 21040 python optional
python-jmespath_0.9.4-1_all.deb
b6336706e65fa35dfed8e777c5c0bcf3 7348 python optional
python-jmespath_0.9.4-1_amd64.buildinfo
29fa8397c4593a07c41f176135bc795d 18476 python optional
python3-jmespath_0.9.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE0kq/0SfNJVahPGx5zBSfbCil4lcFAlx2Q9MACgkQzBSfbCil
4lckpw/+PmMjtbdHNI1RU9Z5LeYcKc/AB17M1veALHRJH47YxH0uiKnnEvX5FM43
1h6Uyd55T9yEefIUOmKmrVhM+ZkadWiVwCfTMRrDoS1BT+g2HtU875MHXTbi5Xkn
fXGtsS0y9CNo9HkqWH70rcbfF4JozdlinbJflvJhK8Nc0Bhu6TzqEFz7vZXE0e2y
J4/rzAEHNAtF+MlPFfCviMjEE16cVcg5yDCu/zFXHDLHIRRTGkcwuOqzqf7wIw/f
MFI76uAL2zi2WcDnMgpingbSeyJsDht7/EoEQUH3Y1bBvCdxf2ox0mnm9gZpL/Qh
L9y9sYfJhu9lZIMHej0lPFN45JsceLgagVwOwIyChk30p01GG3a6+upOLkQccnbV
q60e3EuNt2VtRoT61eK+/2QfixokmsNCuWE4LLhx5bMDZcOfU10ZK/Z5R+ewMs4D
uQ0QeU2ksd5xydGsaaVt9wTfXK/mHuq81sJbHKTfudFTNBu1iEa8midm+z3/LnIj
iGPbOR0XhN0RSosXRvCB7KOE4w0hHRG4p8Fo2E8QmmVXD3VTGXXkFpxLksTb1Bsf
hCMSwPy6oGc8WJg6JFFEh1DxHBPKlMwbSEHFQV6UzHe0jwzrydMoR9DP+x1dTJCa
W80yY4acHaDrBlS7FU7SpguIODigP8bgy6R46G1O3JQKwiP6L0k=
=jv2o
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team