Your message dated Fri, 28 Dec 2018 07:19:23 +0000
with message-id <e1gcmqv-000d48...@fasolo.debian.org>
and subject line Bug#917496: fixed in keyrings.alt 3.1.1-1
has caused the Debian Bug report #917496,
regarding keyrings.alt: FTBFS ('module' object has no attribute 
'ResourceNotFoundError')
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.)


-- 
917496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:keyrings.alt
Version: 3.1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3 --buildsystem pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.7 setup.py config 
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_keyrings.alt/build/keyrings

[... snipped ...]

        service = random_string(20, UNICODE_CHARS)
>       self.check_set_get(service, username, password)

/usr/lib/python2.7/dist-packages/keyring/tests/test_backend.py:113: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python2.7/dist-packages/keyring/tests/test_backend.py:60: in 
check_set_get
    assert keyring.get_password(service, username) is None
keyrings/alt/pyfs.py:181: in get_password
    password_base64 = self.config.get(service, username).encode()
keyrings/alt/pyfs.py:166: in config
    f = self._open()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <keyrings.alt.pyfs.EncryptedKeyring object at 0x7f262d65fd50>, mode = 'r'

    def _open(self, mode='r'):
        """Open the password file in the specified mode
            """
        open_file = None
        writeable = 'w' in mode or 'a' in mode or '+' in mode
        try:
            # NOTE: currently the MemOpener does not split off any filename
            #       which causes errors on close()
            #       so we add a dummy name and open it separately
            if (self.filename.startswith('mem://') or
                    self.filename.startswith('ram://')):
                open_file = fs.opener.fsopendir(self.filename).open('kr.cfg',
                                                                    mode)
            else:
                if not hasattr(self, '_pyfs'):
                    # reuse the pyfilesystem and path
                    self._pyfs, self._path = fs.opener.opener.parse(
                        self.filename, writeable=writeable)
                    # cache if permitted
                    if self._cache_timeout is not None:
                        self._pyfs = fs.remote.CacheFS(
                            self._pyfs, cache_timeout=self._cache_timeout)
                open_file = self._pyfs.open(self._path, mode)
>       except fs.errors.ResourceNotFoundError:
E       AttributeError: 'module' object has no attribute 'ResourceNotFoundError'

keyrings/alt/pyfs.py:108: AttributeError
=============== 64 failed, 23 passed, 39 skipped in 3.85 seconds ===============
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_keyrings.alt/build; python2.7 -m pytest 
--ignore=keyrings/alt/_win_crypto.py --ignore=tests/test_crypto.py 
--ignore=tests/test_file.py --ignore=tests/test_Windows.py
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned 
exit code 13
make: *** [debian/rules:13: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/keyrings.alt.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: keyrings.alt
Source-Version: 3.1.1-1

We believe that the bug you reported is fixed in the latest version of
keyrings.alt, 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 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated keyrings.alt 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 28 Dec 2018 09:45:05 +0300
Source: keyrings.alt
Binary: python-keyrings.alt python3-keyrings.alt
Architecture: source
Version: 3.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Description:
 python-keyrings.alt - alternate backend implementations for python-keyring
 python3-keyrings.alt - alternate backend implementations for python3-keyring
Closes: 917496
Changes:
 keyrings.alt (3.1.1-1) unstable; urgency=medium
 .
   * New upstream release.
     - pyfs backend is disabled with pyfs 2 (closes: #917496).
   * Refresh debian/patches/no_pytest_flake8.diff.
   * Drop python-fs build-dependency and suggestion.
   * Bump Standards-Version to 4.3.0, no changes needed.
Checksums-Sha1:
 8192e4b724a02f46fd959765ecf0640e36272551 2448 keyrings.alt_3.1.1-1.dsc
 5b8beafee4bd600676885e6be3e09dbfdbf65149 28193 keyrings.alt_3.1.1.orig.tar.gz
 1a699f8fb1b057f7642bd8eb9f2d9c766c9256b3 3560 
keyrings.alt_3.1.1-1.debian.tar.xz
 a0d9fd26f083cfd906ff2d0a01ccc1f6d8c31837 8246 
keyrings.alt_3.1.1-1_source.buildinfo
Checksums-Sha256:
 172520ea5ce795e55bf22a87ea834096ad3378822a146ae62f65a53ea08f5dea 2448 
keyrings.alt_3.1.1-1.dsc
 0bc7b75c7e710a3dd7bc4c3841c71467b24ccbce1b85efb2586bdf0c4713f751 28193 
keyrings.alt_3.1.1.orig.tar.gz
 2d2866190bb1d196b17f927dd1510a09ff7d25fa7e98e7605fee2c909418c9ef 3560 
keyrings.alt_3.1.1-1.debian.tar.xz
 ff0ac7c905e4ae538ebddded94c3266c4ea406dfc9d08f965b3e9238456422c9 8246 
keyrings.alt_3.1.1-1_source.buildinfo
Files:
 eb46def740fc3651d2d4915a82d93b55 2448 python optional keyrings.alt_3.1.1-1.dsc
 17b7fbd20c6d30238f08311845a7d67d 28193 python optional 
keyrings.alt_3.1.1.orig.tar.gz
 f192b1cc2bf52f7ec19964908a30dc00 3560 python optional 
keyrings.alt_3.1.1-1.debian.tar.xz
 6592ca8705a244951f5cd16a11707db3 8246 python optional 
keyrings.alt_3.1.1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEE8kKZ/xu8kBi5BqTLYCaTbS8ciuAFAlwlydoTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBgJpNtLxyK4CttEACvmTRMR2C52F32e72sHPdl5u40i5JI
2P1TFhdnh8MS4xIEgzjJC76vGFkZ/zY/V/5ztoqaYCplGNvlEXlxPsOeyAJ/CXea
SQ7b/GfwIKKOh9Q7S5LPirMDnmjkfVgSshIbhLcZIPIOfdBB8KhrY2Zshlcp/lj/
p85UCHS8PyvpY5V8BFxD6z4+8ESN9eCwX+LUf0yrVZWM8MkzlQYRfTc7zV76TuaR
aWkXwuwrbSodUtRqQFTLIPafKVfCDo/FaoHe08f5N8IFAzA9dl3ApjabJP0qkyxa
ZiKs7EAyRiADCYVfyEC2zQ44dR/Lj2gME3A8mN21+tFC4FR7eCt2sctTsRw9lmCc
4Zyq5RqY953G6H7Oqt2znO73KQp8aX/uaX9cjGNISUJPpeI/li9LHrrxD5Bav/Mz
GZVGqiHoVdjkS/n5oH0g3cKCKRLxH3NKW4YpUELRip4OnsrA8zTQdyVO/3rdgxld
cziArmSVuTCN6EiM6CAYYE6LJi6ogYlKI8QczoceX8BQlRIFLeITOebDu2dcXEw8
IAviLrlmo/sIOi03sKSunWeEnN5vL4tTBGN0QZMVu5IZofImb4vEtD0rZRedM6oJ
GIqEfq5I3oQyKCX3XnB+3OPHQfPkoZSHowAGEE1e8sZUaYTpFsQNN7wtWN5/VHZW
N/KRR46o5j8Ipw==
=DCNS
-----END PGP SIGNATURE-----

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

Reply via email to