Your message dated Tue, 24 Apr 2018 16:35:38 +0000 with message-id <[email protected]> and subject line Bug#601224: fixed in python-prctl 1.7-1 has caused the Debian Bug report #601224, regarding python-prctl: exports "x" 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.) -- 601224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601224 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-prctl Version: 1.1.1-1 Severity: minor Tags: patch prctl exports a variable named "x": $ pydoc prctl | grep -w x x = 'CAP_PERMITTED' -- Jakub Wilkdiff --git a/prctl.py b/prctl.py --- a/prctl.py +++ b/prctl.py @@ -46,6 +46,7 @@ ALL_CAP_NAMES = [x[4:].lower() for x in _ALL_CAP_NAMES] ALL_CAPS = tuple([getattr(_prctl,x) for x in _ALL_CAP_NAMES]) ALL_FLAGS = tuple([getattr(_prctl,x) for x in _ALL_FLAG_NAMES]) +del x class Capbset(object): __slots__ = ALL_CAP_NAMES
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: python-prctl Source-Version: 1.7-1 We believe that the bug you reported is fixed in the latest version of python-prctl, 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. Felix Geyer <[email protected]> (supplier of updated python-prctl 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: SHA512 Format: 1.8 Date: Tue, 24 Apr 2018 18:04:15 +0200 Source: python-prctl Binary: python-prctl python3-prctl Architecture: source Version: 1.7-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Felix Geyer <[email protected]> Description: python-prctl - Python interface to the prctl() syscall (Python 2) python3-prctl - Python interface to the prctl() syscall (Python 3) Closes: 601224 Changes: python-prctl (1.7-1) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/control: Deprecating priority extra as per policy 4.0.1 * d/changelog: Remove trailing whitespaces . [ Felix Geyer ] * New upstream release. - Avoids leaking "x" into the environment. (Closes: #601224) * Build-depend on python3-sphinx instead of python-sphinx. Checksums-Sha1: df0767424037d854fb2e850ce6d50198f591b073 2124 python-prctl_1.7-1.dsc 9a6479c47e0851e3acf74a9cbd238c769bb0289f 24716 python-prctl_1.7.orig.tar.gz 8c6d24b50ab447319dc6276c4922898de51afc2d 3236 python-prctl_1.7-1.debian.tar.xz Checksums-Sha256: 9b570bc8a6463a399f8d339458ef61495823529e206ebb2c02020c2e955b19cd 2124 python-prctl_1.7-1.dsc 57ebd556616d6ffe1f794f514680e84a03737cb070de37722198d7ad6c8f4fda 24716 python-prctl_1.7.orig.tar.gz 0404da012d81d2450126d9b77f37c3f2f21a5c01b458379e1994b0a0c17b4880 3236 python-prctl_1.7-1.debian.tar.xz Files: 7db7c0c8dcac0e9d511ded32fae9bc3b 2124 python optional python-prctl_1.7-1.dsc 6c0890ef9040138c2f50cdfbebfbd155 24716 python optional python-prctl_1.7.orig.tar.gz 3e99955770d3d49cbbf585e6949895ce 3236 python optional python-prctl_1.7-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEFkxwUS95KUdnZKtW/iLG/YMTXUUFAlrfWD4ACgkQ/iLG/YMT XUVBGRAAqtu+zRci3iPpWt01i7+K7mkmi9X1HcbXlxiB9iQVTfFIfI0494i6sv/K 1Ocm6kDCJkS95u/yqAtYWM7H19sStVHer1byDPLas8klmiCSJY4MylimS+P+g2Kd GrP+j61qsWzxD4X+WJWJPozCYAuOX+bcnq0fPRco67fdk/8QmW36vgg4X5Q+kgFQ hYOEQhaVS1tWwX1OagOBjKNbhRnswLsO2wH9mJmVGNorc7N6DqOye4sC9OhHv1KB uhpdJzdleMo55pgLvCIfKh5obQkFHqd/I9B9Y4mbqyag9crfW4rrJk9GqHZpkPKQ OcoPWQozsKQuRMT4AvSEMMKPZaG0njHPRM6RwqVQGUE9iMedI0wDAB7dhJvFz0ah iG2NLLFKW1iV0eWs5/j1GRYaTD3Bl5nbHxkeBikCK/0oVgrx3j9YXk8APNyqs4Hp YUpq9IRSff+YD0kPNuy/kg6yMO5E0LxKGKTkr7w1EeACw7iHBKJ5zGCJQoaEXIco arwHLjJBTn2HtmSQV5YAsX6lL9D4/31mrBkoEr5ht6Dg6Sd/saSEAyg3gE5Czaf7 H8FT3UzgGTN8Xm2pNij2iuNeDwTZPhOHwMzzGiHvCs3qTryJ+9QVtd6XGpAAaV12 b3EMmReVjCUEP6n4AtZjA14pjaEiBjNkPNOfRPTcD4D7LiT2piw= =VxDO -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
