Your message dated Thu, 17 Aug 2017 18:37:32 +0000
with message-id <e1dipfg-0001nf...@fasolo.debian.org>
and subject line Bug#864327: fixed in shiboken 1.2.2-4
has caused the Debian Bug report #864327,
regarding shiboken: extend test skipping hack to python 3.6
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.)


-- 
864327: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864327
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: shiboken
Severity: normal
Tags: patch
User: debian-pyt...@lists.debian.org

Dear Maintainer,

The tests that fail with Python 3.4 and 3.5 also fail with 3.6. I've uploaded
the attached patch to Ubuntu, but perhaps given the overall status of the
package it would be best to just make the hack apply to all Python 3 versions...

Cheers,
mwh

-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (400, 'xenial-proposed'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-78-generic (SMP w/4 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru shiboken-1.2.2/debian/changelog shiboken-1.2.2/debian/changelog
--- shiboken-1.2.2/debian/changelog	2017-05-16 03:59:33.000000000 +0000
+++ shiboken-1.2.2/debian/changelog	2017-06-07 00:19:48.000000000 +0000
@@ -1,3 +1,9 @@
+shiboken (1.2.2-3.1ubuntu1) artful; urgency=medium
+
+  * Extend hack to skip tests which still fail for py3.6. 
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Tue, 06 Jun 2017 17:19:07 -0700
+
 shiboken (1.2.2-3.1build1) artful; urgency=medium
 
   * No change rebuild to add Python 3.6 support.
diff -Nru shiboken-1.2.2/debian/control shiboken-1.2.2/debian/control
--- shiboken-1.2.2/debian/control	2017-04-13 15:22:45.000000000 +0000
+++ shiboken-1.2.2/debian/control	2017-06-07 00:20:02.000000000 +0000
@@ -1,7 +1,8 @@
 Source: shiboken
 Section: devel
 Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org>
 Uploaders: Didier Raboud <o...@debian.org>
 Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), cmake (>= 2.8.4+dfsg.1-3~),
  libqt4-dev (>= 4:4.7.0),
diff -Nru shiboken-1.2.2/debian/rules shiboken-1.2.2/debian/rules
--- shiboken-1.2.2/debian/rules	2017-04-13 15:22:45.000000000 +0000
+++ shiboken-1.2.2/debian/rules	2017-06-07 00:18:52.000000000 +0000
@@ -131,6 +131,10 @@
 	# The tests for the other and sample libraries segfault. The same goes for the shiboken_module.
 	dh_auto_test -a --builddirectory=build-3.5-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
 
+override_dh_auto_test_dbg-3.6:
+	# The tests for the other and sample libraries segfault. The same goes for the shiboken_module.
+	dh_auto_test -a --builddirectory=build-3.5-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
+
 override_dh_auto_test-%:
 	dh_auto_test -a --builddirectory=build-$*
 

--- End Message ---
--- Begin Message ---
Source: shiboken
Source-Version: 1.2.2-4

We believe that the bug you reported is fixed in the latest version of
shiboken, 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 864...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <hert...@debian.org> (supplier of updated shiboken 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, 17 Aug 2017 14:59:50 +0200
Source: shiboken
Binary: shiboken shiboken-doc libshiboken1.2v5 libshiboken-py3-1.2v5 
libshiboken-dev shiboken-dbg
Architecture: source
Version: 1.2.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Raphaël Hertzog <hert...@debian.org>
Description:
 libshiboken-dev - development files for the shiboken bindings generator library
 libshiboken-py3-1.2v5 - CPython3 bindings generator for C++ libraries - shared 
library
 libshiboken1.2v5 - CPython bindings generator for C++ libraries - shared 
library
 shiboken   - CPython bindings generator for C++ libraries
 shiboken-dbg - debugging symbols for shiboken and its library
 shiboken-doc - CPython bindings generator for C++ libraries documentation
Closes: 864327
Changes:
 shiboken (1.2.2-4) unstable; urgency=medium
 .
   * Team upload.
   * Now skip failing tests for all Python 3 releases. Thus make it buildable
     with Python 3.6. Closes: #864327
Checksums-Sha1:
 2b3c73bf0a863ab3157dcce8ccc05ace206dca8a 2299 shiboken_1.2.2-4.dsc
 4406d383ba09242741b969974daf34707b0fd24a 16656 shiboken_1.2.2-4.debian.tar.xz
 13a697efb3f69f798c5b1b86b401e863b8cc13ac 6500 shiboken_1.2.2-4_source.buildinfo
Checksums-Sha256:
 cef838a8209094023f903232204ca6b42338686fe92ad6a337a3f02c18424e9c 2299 
shiboken_1.2.2-4.dsc
 a371b397c6483cbba6c58220e4119f62538a9000340ad0d5399221eb61de0072 16656 
shiboken_1.2.2-4.debian.tar.xz
 6c342e3f3ca2541ce1c7bdb8656cab0332c2602429289889af0e368089cad190 6500 
shiboken_1.2.2-4_source.buildinfo
Files:
 39775a33e66e7557b3da1aab53875dc3 2299 devel optional shiboken_1.2.2-4.dsc
 655f1a8c4976b8f4d421e47dc0b99a9d 16656 devel optional 
shiboken_1.2.2-4.debian.tar.xz
 bc360ef12cf2e166d911c92f3cb57174 6500 devel optional 
shiboken_1.2.2-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAlmV27wACgkQA4gdq+vC
mrn0yggAmUO3vaVy9zHRU0vgA0Etn5eFEHRSmLh2yab4Ok/yPlMDf5Kl8+PGGIA8
1Lwfe4+I01jZCEyOAfoCfvs8EWUsjcfeYP+CFsyCEjrJCCnpjWMaJ+IiofYx1qFO
+/sUhe6MJ9/en9UpT6vmRKplNRj2jCkilmYy/A86atO/jqqklUnsyd2TqS8xzRRu
m6RTI/emdfGLB8b26Dop5tZGZfMsRs63WsiyIzKfkCDQzs3x7ZXp99wgll9Ja2a6
EFKg4gMg/UczDADtqazfTkUZzEMaGYSv5PxjHu49ziUbw+ZRLM0+10S9MzJ99L+u
XfYu0iZflR2Gyb259hzRTBnG2Xjvyw==
=89n2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to