Your message dated Sat, 30 Dec 2017 00:38:33 +0300
with message-id <20171229213833.gf2...@mitya57.me>
and subject line Re: Bug#882164: doesn't allow empty password for keyring
has caused the Debian Bug report #882164,
regarding doesn't allow empty password for keyring
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.)


-- 
882164: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-keyrings.alt
Version: 2.2-2
Severity: normal

Please allow empty passwords for the keyring; without this, it's impossible to
e.g. use python-keyring from any scripts that run in cron jobs. I don't
necessarily care about storing these encrypted.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.11.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-keyrings.alt depends on:
ii  python         2.7.14-1
ii  python-crypto  2.6.1-8
ii  python-six     1.11.0-1

python-keyrings.alt recommends no packages.

Versions of packages python-keyrings.alt suggests:
pn  gir1.2-gnomekeyring-1.0  <none>
pn  python-fs                <none>
pn  python-gdata             <none>
ii  python-gi                3.24.1-6
pn  python-keyczar           <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Hi Jelmer!

On Sun, Nov 19, 2017 at 07:32:17PM +0000, Jelmer Vernooij wrote:
> Package: python-keyrings.alt
> Version: 2.2-2
> Severity: normal
>
> Please allow empty passwords for the keyring; without this, it's impossible to
> e.g. use python-keyring from any scripts that run in cron jobs. I don't
> necessarily care about storing these encrypted.

If you do not need encryption, you can use the PlaintextKeyring backend
which does not need any password.

To use that backend, either put this to your configuration file
(~/.local/share/python_keyring/keyringrc.cfg):

  [backend]
  default-keyring=keyrings.alt.file.PlaintextKeyring

Or use the Python API:

  from keyrings.alt.file import PlaintextKeyring
  keyring.set_keyring(PlaintextKeyring())

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature


--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to