Your message dated Tue, 02 Dec 2014 16:04:46 +0000
with message-id <[email protected]>
and subject line Bug#769769: fixed in python3.4 3.4.2-3
has caused the Debian Bug report #769769,
regarding python3.4: unowned files after purge: __pycache__/*.cpython-34.pyc
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.)


-- 
769769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3.4
Version: 3.4.2-2
Severity: important
User: [email protected]
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8 (or 10.8):

https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

Filing this as important as having a piuparts clean archive is a release
goal since lenny.

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

0m39.8s ERROR: FAIL: Package purging left files on system:
  /usr/lib/python3.4/__pycache__/__phello__.cpython-34.pyc       not owned

In many other python packages other __pycache__/*.cpython-34.pyc are not
cleaned up.


cheers,

Andreas

Attachment: python3.4_3.4.2-2.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: python3.4
Source-Version: 3.4.2-3

We believe that the bug you reported is fixed in the latest version of
python3.4, 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.
Matthias Klose <[email protected]> (supplier of updated python3.4 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: SHA1

Format: 1.8
Date: Tue, 02 Dec 2014 14:39:00 +0100
Source: python3.4
Binary: python3.4 python3.4-venv libpython3.4-stdlib python3.4-minimal 
libpython3.4-minimal libpython3.4 python3.4-examples python3.4-dev 
libpython3.4-dev libpython3.4-testsuite idle-python3.4 python3.4-doc 
python3.4-dbg libpython3.4-dbg
Architecture: source all amd64
Version: 3.4.2-3
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
 idle-python3.4 - IDE for Python (v3.4) using Tkinter
 libpython3.4 - Shared Python runtime library (version 3.4)
 libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 libpython3.4-dev - Header files and a static library for Python (v3.4)
 libpython3.4-minimal - Minimal subset of the Python language (version 3.4)
 libpython3.4-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython3.4-testsuite - Testsuite for the Python standard library (v3.4)
 python3.4  - Interactive high-level object-oriented language (version 3.4)
 python3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 python3.4-dev - Header files and a static library for Python (v3.4)
 python3.4-doc - Documentation for the high-level object-oriented language 
Python
 python3.4-examples - Examples for the Python language (v3.4)
 python3.4-minimal - Minimal subset of the Python language (version 3.4)
 python3.4-venv - Interactive high-level object-oriented language (pyvenv 
binary, v
Closes: 769449 769769 770936
Changes:
 python3.4 (3.4.2-3) unstable; urgency=medium
 .
   * Update to 20141202 from the 3.4 branch.
     - Issue #20335: bytes constructor now raises TypeError when encoding or
       errors is specified with non-string argument.
     - Issue #21971: Update turtledemo doc and add module to the index.
     - Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
     - Issue #22960: Add a context argument to xmlrpclib.ServerProxy 
constructor.
     - Issue #22915: SAX parser now supports files opened with file descriptor
       or bytes path.
     - Issue #22609: Constructors and update methods of mapping classes in the
       collections module now accept the self keyword argument.
     - Issue #22788: Add *context* parameter to logging.handlers.HTTPHandler.
     - Issue #22921: Allow SSLContext to take the *hostname* parameter even if
       OpenSSL doesn't support SNI.
     - Issue #22894: TestCase.subTest() would cause the test suite to be stopped
       when in failfast mode, even in the absence of failures.
     - Issue #22638: SSLv3 is now disabled throughout the standard library.
       It can still be enabled by instantiating a SSLContext manually.
     - Issue #22370: Windows detection in pathlib is now more robust.
     - Issue #22841: Reject coroutines in asyncio add_signal_handler().
     - Issue #22838: All test_re tests now work with unittest test discovery.
     - Issue #21514: The documentation of the json module now refers to new
       JSON RFC 7159 instead of obsoleted RFC 4627.
     - Issue #22314: pydoc now works when the LINES environment variable is set.
     - IDLE updates.
   * Fix byte-code removal for the __phello__ module (mismatching source
     and byte-code file name). Closes: #769769.
   * Let ensurepip use a temporary location for the copy of the wheels.
     Remove the ad-hoc /usr/lib/python-wheels location on package purge.
     Let python3.4-venv break python3-pip (<< 1.5.6-4).  Closes: #769449.
   * Don't pass default compiler search directories in the pkgconfig file.
     Closes: #770936.
   * Don't run pyexpat.test_exception as an autopkg test, requires a source
     file.
   * Allow building and testing without SSLv3 support (Kurt Roeckx).
     Addresses: #768611.
   * Fix issue 22966, when byte compiling, keep the base name of a file
     containing dots. Closes: #769769.
Checksums-Sha1:
 d96ef1797ba59f90167ecd420bc8b56e85c6bfdb 2608 python3.4_3.4.2-3.dsc
 e8730eec3e9186235aff1881a56f68043fc3ff51 12721148 python3.4_3.4.2.orig.tar.xz
 824588223bc332eedaca7fa2cb2a45198ac589f5 472596 python3.4_3.4.2-3.debian.tar.xz
 bd2b352f6a9667538e64af88b3c52f7f672d1484 393434 
python3.4-examples_3.4.2-3_all.deb
 6c78181e6059bb73b5ddeda13f3d5a2ec9761544 3025706 
libpython3.4-testsuite_3.4.2-3_all.deb
 ae51d01324a331e4da9260448c33f45bb6dedf39 83960 idle-python3.4_3.4.2-3_all.deb
 7606ce1b59297b613ac600c1aa4f83e8d80bbd94 5269246 python3.4-doc_3.4.2-3_all.deb
 65bffad92797bab4d2515c82f037a90ba0bb4ffa 208486 python3.4_3.4.2-3_amd64.deb
 3348ebe910b521617529e3493114e7798a15c6a2 5490 python3.4-venv_3.4.2-3_amd64.deb
 978779528d75166132c69942ed385e69d5546cc1 2092384 
libpython3.4-stdlib_3.4.2-3_amd64.deb
 8fd9b33ad9d345ace4cf0f29f8cd433372446cdb 1646824 
python3.4-minimal_3.4.2-3_amd64.deb
 5436785e4bedcd223a6ac47a8a5591fe7b6bd6a1 494758 
libpython3.4-minimal_3.4.2-3_amd64.deb
 728cfd85296ae56aed50410466b7eb4c1b543693 1313310 libpython3.4_3.4.2-3_amd64.deb
 df7fc38720c500cd094f7c9b293600d0c97ddeb7 420444 python3.4-dev_3.4.2-3_amd64.deb
 9202530e7e72f4a3e3d92e29b09e3cff178f2001 39476344 
libpython3.4-dev_3.4.2-3_amd64.deb
 1a61015f07d2f1b907d79e565696c5764e885a39 7871188 
python3.4-dbg_3.4.2-3_amd64.deb
 9f6f55b3ef0fbfd3c8b016d81d571ceca65f4916 5378926 
libpython3.4-dbg_3.4.2-3_amd64.deb
Checksums-Sha256:
 040092fd14e7528245e09d70bc66887d178e85b8edea5001bc9e8b3562efdeac 2608 
python3.4_3.4.2-3.dsc
 8c93d3b242e70ae9a2cc8b2aead8a53370436a05941035858193ded7f58ee989 12721148 
python3.4_3.4.2.orig.tar.xz
 0f4cba54b567cf3f7cb68c985c9d94942d0346fa3eaf96a6c12c914fcd5666ff 472596 
python3.4_3.4.2-3.debian.tar.xz
 9a6655fdbbd9da837a570a9d0480afcc2e055df205d44f8331219593a31bbe44 393434 
python3.4-examples_3.4.2-3_all.deb
 1422e9def2b25978be553d6adf6994a391f621c78416b69ed423df0c21bdfffa 3025706 
libpython3.4-testsuite_3.4.2-3_all.deb
 17998ef68ba757cf102b0982e3ef4b557e5289f9e313c495fbab4e4602ad8cd2 83960 
idle-python3.4_3.4.2-3_all.deb
 c4bad302125f3c76dadeab49b27746a16be1d5c4ae41b28177133b388793e5e8 5269246 
python3.4-doc_3.4.2-3_all.deb
 a8b32c06be6d1672f9e6614cd279e52665d522ebdbd1a95e9f7049950aca1e88 208486 
python3.4_3.4.2-3_amd64.deb
 ce3fde63706d8e491f7ab59854bd0c13ad58fb8f7fc2d6a9eebeda07b6c86f83 5490 
python3.4-venv_3.4.2-3_amd64.deb
 7ae0bc66c6adc8a21e3a75628d5f1dc9f38858aa2429620a9242906db8133f72 2092384 
libpython3.4-stdlib_3.4.2-3_amd64.deb
 751f7fd94b65fbd6d67f67f03ed7fb62125b4f90671e8f65f07aab1466be57eb 1646824 
python3.4-minimal_3.4.2-3_amd64.deb
 ffc68a0fc3503c9dd835b4c0e8aa45c3f68f877adf45100d68640990a1051f02 494758 
libpython3.4-minimal_3.4.2-3_amd64.deb
 a052879dfae32bed5339640b13a77fb8cdf9c3dea6c2154408f945febaf35a30 1313310 
libpython3.4_3.4.2-3_amd64.deb
 ef5463c08d9e15b1bc3df0e308aa5ee297b4428700dc7dd1e3bd4e8b318dffcd 420444 
python3.4-dev_3.4.2-3_amd64.deb
 c66f133344b5d688f209f594a4b212418bdd976d789e2cfb4a697655534b4edf 39476344 
libpython3.4-dev_3.4.2-3_amd64.deb
 3996bd925021a489dac9a8d47937e34a22f481e574d0950cfd8e5d28ef7142ae 7871188 
python3.4-dbg_3.4.2-3_amd64.deb
 ac732badfd3d272732a1a68e5fb5b22483964163f4aa1ec4ae147b1f6978be1b 5378926 
libpython3.4-dbg_3.4.2-3_amd64.deb
Files:
 00c3b790a0d29fa2a74a4796b7c76754 2608 python optional python3.4_3.4.2-3.dsc
 8b3cabd678d3ddedc45906e36623c5cf 12721148 python optional 
python3.4_3.4.2.orig.tar.xz
 83b9c902faaa8ad140fe2892590636fa 472596 python optional 
python3.4_3.4.2-3.debian.tar.xz
 01dabd0af86d97ae83b79068bb5b8dc4 393434 python optional 
python3.4-examples_3.4.2-3_all.deb
 9fd40a4bd1a64cd8cb579a661048b63d 3025706 libdevel optional 
libpython3.4-testsuite_3.4.2-3_all.deb
 5b85bdea1286e6d78f50fac8b735b21b 83960 python optional 
idle-python3.4_3.4.2-3_all.deb
 2cb46db081fab43bc2240d0ebfeeb43b 5269246 doc optional 
python3.4-doc_3.4.2-3_all.deb
 956924bbfdcb0afcc4282cd5744f6762 208486 python optional 
python3.4_3.4.2-3_amd64.deb
 3c43aa8f00abfd5679aa978d2d6b9213 5490 python optional 
python3.4-venv_3.4.2-3_amd64.deb
 855d52bf0e34325e5a96e6d070f72f1f 2092384 python optional 
libpython3.4-stdlib_3.4.2-3_amd64.deb
 4cf2ffa0b1fd987139873c70ca8f028e 1646824 python optional 
python3.4-minimal_3.4.2-3_amd64.deb
 0f63c84089eae1eb88796c8f5b36bd19 494758 python optional 
libpython3.4-minimal_3.4.2-3_amd64.deb
 a470c824565a3cb6f810423e565b92f6 1313310 libs optional 
libpython3.4_3.4.2-3_amd64.deb
 473caebaa9f1666849a4ee8a69543eb1 420444 python optional 
python3.4-dev_3.4.2-3_amd64.deb
 9994eb0f28667ab2a443feffec19e88b 39476344 libdevel optional 
libpython3.4-dev_3.4.2-3_amd64.deb
 0923384de36d1a56c18f9affda8b2f6a 7871188 debug extra 
python3.4-dbg_3.4.2-3_amd64.deb
 29349f81ec6a55169ac063baf33b73e3 5378926 debug extra 
libpython3.4-dbg_3.4.2-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlR93mwACgkQStlRaw+TLJyexQCfTdnOmjhNW892SCgvGR2BQuVa
TRsAn1XZmaCxj07Ns2moYJjOHIPmi/Ty
=T3Ax
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to