Your message dated Thu, 31 Dec 2020 03:33:26 +0000
with message-id <e1kuoim-000gpu...@fasolo.debian.org>
and subject line Bug#975539: fixed in buku 4.5+ds-1
has caused the Debian Bug report #975539,
regarding buku's autopkg tests fail with Python 3.9
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.)


-- 
975539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:buku
Version: 4.4+ds-1
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.9

https://ci.debian.net/data/autopkgtest/testing/amd64/b/buku/8348926/log.gz

[...]
tests/test_bukuDb.py:1082:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

caplog = <_pytest.logging.LogCaptureFixture object at 0x7f31084b1d30>
read_in_retval = 'y'

    @pytest.mark.parametrize('read_in_retval', ['y', 'n', ''])
    def test_update_rec_update_all_bookmark(caplog, read_in_retval):
        """test method."""
        if (sys.version_info.major, sys.version_info.minor) == (3, 8):
            caplog.set_level(logging.DEBUG)
        with mock.patch('buku.read_in', return_value=read_in_retval):
            import buku
            bdb = buku.BukuDb()
            res = bdb.update_rec(index=0, tags_in='tags1')
            if read_in_retval != 'y':
                assert not res
                return
            assert res
            try:
                if (sys.version_info.major, sys.version_info.minor) == (3, 8):
                    assert caplog.records[0].getMessage() == \
                           'update_rec query: "UPDATE bookmarks SET tags = ?",
args: [\',tags1,\']'
                else:
>                   assert caplog.records[0].getMessage() == \
                           'query: "UPDATE bookmarks SET tags = ?", args:
[\',tags1\']'
E                          IndexError: list index out of range

tests/test_bukuDb.py:1071: IndexError
=============================== warnings summary ===============================
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:331
  /usr/lib/python3/dist-packages/_pytest/mark/structures.py:331:
PytestUnknownMarkWarning: Unknown pytest.mark.non_tox - is this a typo?  You can
register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/latest/mark.html
    warnings.warn(

tests/test_bukuDb.py::test_print_rec_hypothesis
  /usr/lib/python3/dist-packages/hypothesis/extra/pytestplugin.py:170:
HypothesisDeprecationWarning: tests/test_bukuDb.py::test_print_rec_hypothesis
uses the 'caplog' fixture, which is reset between function calls but not between
test cases generated by `@given(...)`.  You can change it to a module- or
session-scoped fixture if it is safe to reuse; if not we recommend using a
context manager inside your test function.  See
https://docs.pytest.org/en/latest/fixture.html#sharing-test-data for details on
fixture scope.
    note_deprecation(

tests/test_bukuDb.py::test_print_rec_hypothesis
  /usr/lib/python3/dist-packages/hypothesis/extra/pytestplugin.py:170:
HypothesisDeprecationWarning: tests/test_bukuDb.py::test_print_rec_hypothesis
uses the 'setup' fixture, which is reset between function calls but not between
test cases generated by `@given(...)`.  You can change it to a module- or
session-scoped fixture if it is safe to reuse; if not we recommend using a
context manager inside your test function.  See
https://docs.pytest.org/en/latest/fixture.html#sharing-test-data for details on
fixture scope.
    note_deprecation(

tests/test_bukuDb.py::test_delete_rec_range_and_delay_commit
  /usr/lib/python3/dist-packages/hypothesis/extra/pytestplugin.py:170:
HypothesisDeprecationWarning:
tests/test_bukuDb.py::test_delete_rec_range_and_delay_commit uses the 'setup'
fixture, which is reset between function calls but not between test cases
generated by `@given(...)`.  You can change it to a module- or session-scoped
fixture if it is safe to reuse; if not we recommend using a context manager
inside your test function.  See
https://docs.pytest.org/en/latest/fixture.html#sharing-test-data for details on
fixture scope.
    note_deprecation(

tests/test_bukuDb.py::test_load_firefox_database[True]
tests/test_bukuDb.py::test_load_firefox_database[False]
  /tmp/autopkgtest-lxc.6o7juwq1/downtmp/build.1GI/src/tests/test_bukuDb.py:1206:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the
default Loader is unsafe. Please read https://msg.pyyaml.org/load for full 
details.
    res_yaml = yaml.load(f)

-- Docs: https://docs.pytest.org/en/latest/warnings.html

----------- coverage: platform linux, python 3.9.0-final-0 -----------
Name      Stmts   Miss  Cover
-----------------------------
buku.py    2753   1737    37%

=============== 1 failed, 88 passed, 6 warnings in 85.44 seconds ===============

--- End Message ---
--- Begin Message ---
Source: buku
Source-Version: 4.5+ds-1
Done: SZ Lin (林上智) <sz...@debian.org>

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

Debian distribution maintenance software
pp.
SZ Lin (林上智) <sz...@debian.org> (supplier of updated buku 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: Thu, 31 Dec 2020 11:05:21 +0800
Source: buku
Architecture: source
Version: 4.5+ds-1
Distribution: unstable
Urgency: medium
Maintainer: SZ Lin (林上智) <sz...@debian.org>
Changed-By: SZ Lin (林上智) <sz...@debian.org>
Closes: 975539
Changes:
 buku (4.5+ds-1) unstable; urgency=medium
 .
   * Import new upstream release
   * Fix autopkg tests fail with Python 3.9 (Closes: #975539)
   * Bump Standards-Version to 4.5.1
   * The "test_bukuDb.py" unit test is temporarily removed due to a compatible
     issue with current version of pytest (4.6.11-1)
Checksums-Sha1:
 40922ef485583b8a664642c7d7646f332ca9f60c 1987 buku_4.5+ds-1.dsc
 a428e39fd100b9fa1929101a801dd2f0e6eeffd2 337464 buku_4.5+ds.orig.tar.xz
 e547c6f89c1400de805140579b3a6cdb6317665e 4588 buku_4.5+ds-1.debian.tar.xz
 1ad287a08e2e448ead6d14e1812a4d0b74ab0064 6418 buku_4.5+ds-1_amd64.buildinfo
Checksums-Sha256:
 eeec63cdf670ffc58f71e48be019dd57d050fdace1aace90953ef6f7787188fb 1987 
buku_4.5+ds-1.dsc
 36148f78272c8458a99e5aacc785e9cfa70d0fa4c01118bf5c23e04ea9060cf6 337464 
buku_4.5+ds.orig.tar.xz
 108370442a8083c01a82dba14c3836f908fd92349b86cae0cdae78a69b6f2564 4588 
buku_4.5+ds-1.debian.tar.xz
 9a7ef6de5a233e97f638f8b96ea6ccbe1bf83957c306ebc60fc08b470c44d93c 6418 
buku_4.5+ds-1_amd64.buildinfo
Files:
 eae535ba69feb3fbd09914863f4a05c7 1987 misc optional buku_4.5+ds-1.dsc
 85b51aa581b238b13e0b4c4a3e2fb31e 337464 misc optional buku_4.5+ds.orig.tar.xz
 7108c67eec843fc898a77f74640eaedb 4588 misc optional buku_4.5+ds-1.debian.tar.xz
 cae3c76c3bc8089724952daa0fe04441 6418 misc optional 
buku_4.5+ds-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEF4+DOLMUAeME/ES6qVmzipVh8/kFAl/tRF8ACgkQqVmzipVh
8/lVTQ/+P8g1021TNxxNNCMCSDjlQJqjjAVsawKIVyPWaisrZL+3PD7jWUA5Hj+g
W0aMOsYWVmBqPIMwaoyTUD1ddesjhU0c/Yq+E3UZzTRTwWbjGhNCq+3Wd473/vf+
Gq2rfKnKWWP4U8eUGD/aXIoknIV/Npu/XXi+cE2Qc7rawleLJfEtFiUyCsv8wss7
Fq+UY+H8XENInXOXKD6ybU0e3Kb1nIs87Ob/4+g+AnnG1JNWO4Qpw2grhT1TpCMS
f3CVZl3nPTGesENTolDYDxTOHFZBmqsSqoUtTBT0MYhVH89rJ9M0X58tpom6WpwS
VCdZpf0FANQIjG51rXqwkmWOI2QzoHSs9cOCZG1lpYBRDIghCIcgMEWjuxURUyAQ
6NAyFLyFBVVYfp8ZK/FPa1sgmUzCCfjaFDeUyTkCWamE3XfgQUUNLJzaqxNIcvlq
PXVkrxL5/VJqKP4LFXuQoEVMgUuHT0X2SOVz9MRWxkPWP/BX6ahx2rNsPvF4ZPwO
cY0xmPaTbMPOITmPVqQEXcAiezbyWORInsPZ0/Fmqe6MXlvgrynEOFc0m3k7WA/f
iq0NnEq4cWoiAq9rvMXxrHGnyL8Rd5ulCtzt2sXjy+cjWV2DeKi/HJw3rE95iwn7
e3FrFJiU6Ys1YdIlT7Op7pL2EmcC4TRmGURw+x/obW2ZFrbgX5w=
=GsjF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to