Your message dated Tue, 12 Nov 2013 18:18:24 +0000
with message-id <[email protected]>
and subject line Bug#728471: fixed in mini-buildd 1.0.0~gamma.3
has caused the Debian Bug report #728471,
regarding python-mini-buildd: uses renamed keyring.util.platform
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.)
--
728471: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728471
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-mini-buildd
Version: 1.0.0~gamma.2
Severity: important
Tags: patch
Usertags: keyring-3.2
In python-keyring 3.0.2 keyring.util.platform was renamed to
keyring.util.platform_. Please apply the attached patch to make
python-mini-buildd compatible with python-keyring 3.0.2 and newer.
You can test the patch with python-keyring 3.2 in experimental.
Regards
--
Sebastian Ramacher
--- mini-buildd-1.0.0~gamma.2.orig/mini_buildd/misc.py
+++ mini-buildd-1.0.0~gamma.2/mini_buildd/misc.py
@@ -27,7 +27,10 @@ import logging.handlers
KEYRING_LOG = logging.getLogger("keyring")
KEYRING_LOG.addHandler(logging.NullHandler())
import keyring
-import keyring.util.platform
+try:
+ from keyring.util.platform_ import data_root as keyring_data_root
+except ImportError:
+ from keyring.util.platform import data_root as keyring_data_root
import mini_buildd.setup
@@ -677,7 +680,7 @@ class Keyring(object):
s=self._service,
k=self._keyring.__class__.__name__,
p={"A": "Always", "V": "Never"}.get(self._save_policy, "Ask"),
- path=keyring.util.platform.data_root())
+ path=keyring_data_root())
def reset_save_policy(self):
if self._save_policy:
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: mini-buildd
Source-Version: 1.0.0~gamma.3
We believe that the bug you reported is fixed in the latest version of
mini-buildd, 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.
Stephan Sürken <[email protected]> (supplier of updated mini-buildd 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, 12 Nov 2013 18:55:51 +0100
Source: mini-buildd
Binary: python-mini-buildd mini-buildd mini-buildd-common
Architecture: source all
Version: 1.0.0~gamma.3
Distribution: unstable
Urgency: low
Maintainer: Stephan Sürken <[email protected]>
Changed-By: Stephan Sürken <[email protected]>
Description:
mini-buildd - Minimal Debian build daemon
mini-buildd-common - minimal Debian build daemon - 08x upgrade dummy package
python-mini-buildd - Minimal Debian build daemon: python library and user tool
Closes: 728471
Changes:
mini-buildd (1.0.0~gamma.3) unstable; urgency=low
.
Third gamma release. Makes it work with django 1.6, cumulated fixes.
* [d1c072b] package notify: Add 'port report'.
* [9af72fe] build: Fix prio for our own sources to 1 (was 500). Fixes
'opt-in' in builds.
* [3e546e3] chroot, distribution: Add 'origin' to display name (Fixes
possible confusion when bogus/non-base sources are used like base sources).
* [c71371a] chroot+distribution wizards: Harden, make them only chose source
with origin=Debian,Ubuntu as base sources.
* [86d5652] [django-1.6] Add extra django_settings module to be able to to
configure _before_ any django imports (Fixes: django-1.6 settings exception on
startup).
* [3786498] [django-1.6] urls.py, root_urls.py: Make imports compatible with
1.5 and 1.6.
* [b96d793] [django-1.6] control: deps: django-extensions >=1.2.5 (we now
really need an updated version).
* [c460585] mini-buildd-tool: Make compatible with python-keyring >= 3.0.2.
Thanks to Sebastian Ramacher (Closes: 728471)
Checksums-Sha1:
c881585b3047969baf136cb0797b47d86ae9f0d4 1498 mini-buildd_1.0.0~gamma.3.dsc
d1734cba6a999086425956086c6d708d5a6390c3 1418841
mini-buildd_1.0.0~gamma.3.tar.gz
62c6dbefddc3740d535b2e8ed8502ddaf723ae63 361982
python-mini-buildd_1.0.0~gamma.3_all.deb
a5c7bec86b2ee61190a508047e65a99687b3fdea 987302
mini-buildd_1.0.0~gamma.3_all.deb
f0f48cffd4cf3b867615261a11051208b2a331bb 65110
mini-buildd-common_1.0.0~gamma.3_all.deb
Checksums-Sha256:
10a2a9da63bd7be1e3d0c5442cd2bae84c909e50cdda5fd826fb028c3f699f22 1498
mini-buildd_1.0.0~gamma.3.dsc
376cb2e1b75c46557ba5300c8012e2ee9f469c7a28b09e3e887803faaba2abf5 1418841
mini-buildd_1.0.0~gamma.3.tar.gz
35c117794b8fe112d566705233f6191e276d48ae3e71f319f875e57ad26e3f43 361982
python-mini-buildd_1.0.0~gamma.3_all.deb
5f7db1a06a911b29e6f015b3bbed8d87516c24059614dae3d0ab67ee7e9da975 987302
mini-buildd_1.0.0~gamma.3_all.deb
65ac38a473b28f22957a294bebd7b826fb4911eaf1a1476d9824992e66ee4e18 65110
mini-buildd-common_1.0.0~gamma.3_all.deb
Files:
068b6e66eb97a90c69489b770a38140d 1498 devel extra mini-buildd_1.0.0~gamma.3.dsc
45bd079a3d8eb271b77bc493ec992759 1418841 devel extra
mini-buildd_1.0.0~gamma.3.tar.gz
1cb124f301872b5ca9939ba0b22c2ebf 361982 python extra
python-mini-buildd_1.0.0~gamma.3_all.deb
f27f7426476ebde2a7cbe351e210c83d 987302 devel extra
mini-buildd_1.0.0~gamma.3_all.deb
5b17b7b2cc68be0cdb16a53bd8a53a01 65110 devel extra
mini-buildd-common_1.0.0~gamma.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iD8DBQFSgmx/zCVHePKM0QIRAmaTAJ4kQ2lY2KVC7CbFFuSU+XPIPUNZ+ACfZ55S
U/d8NC+qK/u4EZBwk+nqx5s=
=VvWR
-----END PGP SIGNATURE-----
--- End Message ---