Your message dated Thu, 21 Jun 2012 15:37:02 +0000
with message-id <e1shjro-0004wk...@franck.debian.org>
and subject line Bug#671680: fixed in python3.3 3.3.0~a4-1
has caused the Debian Bug report #671680,
regarding python3.3-minimal: fails to install: ImportError: No module named 
'imp'
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.)


-- 
671680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3.3-minimal
Version: 3.3.0~a3-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package python3.3-minimal.
  (Reading database ... 6896 files and directories currently installed.)
  Unpacking python3.3-minimal (from .../python3.3-minimal_3.3.0~a3-1_amd64.deb) 
...
  Setting up python3.3-minimal (3.3.0~a3-1) ...
  Traceback (most recent call last):
    File "/usr/lib/python3.3/py_compile.py", line 8, in <module>
      import imp
    File "<frozen importlib._bootstrap>", line 1012, in _find_and_load
  ImportError: No module named 'imp'
  dpkg: error processing python3.3-minimal (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   python3.3-minimal


cheers,

Andreas

Attachment: python3.3-minimal_3.3.0~a3-1.log.gz
Description: GNU Zip compressed data


--- End Message ---
--- Begin Message ---
Source: python3.3
Source-Version: 3.3.0~a4-1

We believe that the bug you reported is fixed in the latest version of
python3.3, which is due to be installed in the Debian FTP archive:

idle-python3.3_3.3.0~a4-1_all.deb
  to main/p/python3.3/idle-python3.3_3.3.0~a4-1_all.deb
libpython3.3_3.3.0~a4-1_amd64.deb
  to main/p/python3.3/libpython3.3_3.3.0~a4-1_amd64.deb
python3.3-dbg_3.3.0~a4-1_amd64.deb
  to main/p/python3.3/python3.3-dbg_3.3.0~a4-1_amd64.deb
python3.3-dev_3.3.0~a4-1_amd64.deb
  to main/p/python3.3/python3.3-dev_3.3.0~a4-1_amd64.deb
python3.3-doc_3.3.0~a4-1_all.deb
  to main/p/python3.3/python3.3-doc_3.3.0~a4-1_all.deb
python3.3-examples_3.3.0~a4-1_all.deb
  to main/p/python3.3/python3.3-examples_3.3.0~a4-1_all.deb
python3.3-minimal_3.3.0~a4-1_amd64.deb
  to main/p/python3.3/python3.3-minimal_3.3.0~a4-1_amd64.deb
python3.3_3.3.0~a4-1.diff.gz
  to main/p/python3.3/python3.3_3.3.0~a4-1.diff.gz
python3.3_3.3.0~a4-1.dsc
  to main/p/python3.3/python3.3_3.3.0~a4-1.dsc
python3.3_3.3.0~a4-1_amd64.deb
  to main/p/python3.3/python3.3_3.3.0~a4-1_amd64.deb
python3.3_3.3.0~a4.orig.tar.gz
  to main/p/python3.3/python3.3_3.3.0~a4.orig.tar.gz



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 671...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated python3.3 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jun 2012 16:04:00 +0200
Source: python3.3
Binary: python3.3 python3.3-minimal libpython3.3 python3.3-examples 
python3.3-dev idle-python3.3 python3.3-doc python3.3-dbg
Architecture: source all amd64
Version: 3.3.0~a4-1
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description: 
 idle-python3.3 - IDE for Python (v3.3) using Tkinter
 libpython3.3 - Shared Python runtime library (version 3.3)
 python3.3  - Interactive high-level object-oriented language (version 3.3)
 python3.3-dbg - Debug Build of the Python Interpreter (version 3.3)
 python3.3-dev - Header files and a static library for Python (v3.3)
 python3.3-doc - Documentation for the high-level object-oriented language 
Python
 python3.3-examples - Examples for the Python language (v3.3)
 python3.3-minimal - Minimal subset of the Python language (version 3.3)
Closes: 671680
Changes: 
 python3.3 (3.3.0~a4-1) experimental; urgency=low
 .
   * Python 3.3.0 alpha4 release.
   * Update to 20120621 from the trunk.
   * Build _ctypes as an extension, not a builtin.
   * Mark symbols defined in the _ctypes extension as optional.
   * Remove references to the removed pyton3.3-documenting file.
   * The wininst-* files cannot be built within Debian from the included
     sources, needing a zlib mingw build, which the zlib maintainer isn't
     going to provide.
   * Use the underscore.js file provided by the libjs-underscore package.
   * Let pydoc handle dist-packages the same as site-packages.
   * Avoid runtime path for the sqlite extension.
   * Move the imp module into the -minimal package. Closes: #671680.
Checksums-Sha1: 
 7df18c61b8515f992f7d096839ff97f617f61f02 2042 python3.3_3.3.0~a4-1.dsc
 e04658b040b71036268fd3f8d42757c83fea6c21 17028708 
python3.3_3.3.0~a4.orig.tar.gz
 de02a2309f3e471b895ba8e6a5df1be7f7a5f66c 404266 python3.3_3.3.0~a4-1.diff.gz
 38831de98035f78ec8f9bcafc5cb096f0c141a29 395416 
python3.3-examples_3.3.0~a4-1_all.deb
 2c782e1e5297843ca922b63461ff0d7916f50c42 78870 
idle-python3.3_3.3.0~a4-1_all.deb
 e730cea63d6d1897f412ef16f60f0bef142a43bb 6917736 
python3.3-doc_3.3.0~a4-1_all.deb
 683c58660a7613390b10a8b6f658b8256261ff71 3131108 python3.3_3.3.0~a4-1_amd64.deb
 cdac0b7824d7bd24fd0cc934b10e9d2de0394270 2001260 
python3.3-minimal_3.3.0~a4-1_amd64.deb
 1182c751f11c1adb32419fda692f2f07adfa4d75 1504820 
libpython3.3_3.3.0~a4-1_amd64.deb
 4ec6810d95fe7f86986ddcef6dbc2c34c631940a 4064480 
python3.3-dev_3.3.0~a4-1_amd64.deb
 ca7cee90ea25926f230d74e9d97886061bb0a1cd 17085780 
python3.3-dbg_3.3.0~a4-1_amd64.deb
Checksums-Sha256: 
 1a1b1615b414e4e103f6b179c1810c49a6d6c63bcb43ca654cfa9ceab53d2be7 2042 
python3.3_3.3.0~a4-1.dsc
 7acaa76ed5eb40037d9e95d861ceec12836f6089961b9dc813cd69f4e76d8fad 17028708 
python3.3_3.3.0~a4.orig.tar.gz
 fd76c86f610f51c2e2d078d3c9d8179d3556087e2a6626dba86fd3cdbdb5dd74 404266 
python3.3_3.3.0~a4-1.diff.gz
 bdc8cc56264f6c8a371ebcae266856e32b3f183cb4f3afabf6718d3d72d747ad 395416 
python3.3-examples_3.3.0~a4-1_all.deb
 c8df1da08e689621ec8a00324ad2ced5d9de6275dbf28ee54d72f30f2c3e6423 78870 
idle-python3.3_3.3.0~a4-1_all.deb
 3e18e22f8e4b4089d17f42ed96b85e3bcb736636df13b750f827331e31a3fe07 6917736 
python3.3-doc_3.3.0~a4-1_all.deb
 01f7b38768729b58bdd4d43b922336fb22e3a99193f77cbd85598afc7025c86c 3131108 
python3.3_3.3.0~a4-1_amd64.deb
 c3578d94d14ee3aa0fb01761df04f8e85788ac951532e0245874b51cefdd1594 2001260 
python3.3-minimal_3.3.0~a4-1_amd64.deb
 71986320b9e1ae695474615f1d82c64d840db52cca4712755af0dc0fb878180d 1504820 
libpython3.3_3.3.0~a4-1_amd64.deb
 79a00bb68ccf659a304a64a59609e550cfe59379d26c94782eff075dff1176f1 4064480 
python3.3-dev_3.3.0~a4-1_amd64.deb
 3833f1b2a8029b30e1c5fc8919f16c44d93d251fcc6e4c6cce444fd7db46016d 17085780 
python3.3-dbg_3.3.0~a4-1_amd64.deb
Files: 
 3b67d7a7be150ce585458008a1bd1da5 2042 python optional python3.3_3.3.0~a4-1.dsc
 754de508d8810ecac0debe8e4a687e6b 17028708 python optional 
python3.3_3.3.0~a4.orig.tar.gz
 19eb0de98f45bcb82d6a6cdb34b262c7 404266 python optional 
python3.3_3.3.0~a4-1.diff.gz
 f8946a7af03fd78d908266b80c2c3cfe 395416 python optional 
python3.3-examples_3.3.0~a4-1_all.deb
 51fadf7b459102b0291683aedfa1f416 78870 python optional 
idle-python3.3_3.3.0~a4-1_all.deb
 6b52cb607a0c03c9101d7399e4dc5ae8 6917736 doc optional 
python3.3-doc_3.3.0~a4-1_all.deb
 61991e9d9bc0463a1bee6b2cec3eba75 3131108 python optional 
python3.3_3.3.0~a4-1_amd64.deb
 2793715518c16f241e42de4f1b2258e7 2001260 python optional 
python3.3-minimal_3.3.0~a4-1_amd64.deb
 61f578a64a13063e0ad0ed9199c347c3 1504820 libs optional 
libpython3.3_3.3.0~a4-1_amd64.deb
 fb5eb75ad8b9d5fb9f425abde099900e 4064480 python optional 
python3.3-dev_3.3.0~a4-1_amd64.deb
 23ff5de1e911933a977c74f71c6b2984 17085780 debug extra 
python3.3-dbg_3.3.0~a4-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk/jOIAACgkQStlRaw+TLJz3JgCgpayITFXppnLw0+pdJjvf59RZ
nDQAoMPbf7dzISXsH4JpcKNu4fXfKdr6
=2Z78
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to