Your message dated Mon, 13 Jan 2020 18:35:00 +0000
with message-id <e1ir4yg-0000zg...@fasolo.debian.org>
and subject line Bug#948426: fixed in python-whoosh 2.7.4+git6-g9134ad92-5
has caused the Debian Bug report #948426,
regarding python-whoosh ftbfs in unstable
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.)


-- 
948426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-whoosh
Version: 2.7.4+git6-g9134ad92-4
Severity: serious
Tags: sid bullseye

python-whoosh ftbfs in unstable, with the recent pytest:

[...]
The HTML pages are in docs/build/html.
make[1]: Leaving directory '/<<BUILDDIR>>/python-whoosh-2.7.4+git6-g9134ad92'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:217: cd
/<<BUILDDIR>>/python-whoosh-2.7.4+git6-g9134ad92/.pybuild/cpython2_2.7_whoosh/build;
python2.7 -m pytest tests
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/pytest.py", line 102, in <module>
    raise SystemExit(pytest.main())
  File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line 63,
in main
    config = _prepareconfig(args, plugins)
  File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line 207,
in _prepareconfig
    pluginmanager=pluginmanager, args=args
  File "/usr/lib/python2.7/dist-packages/pluggy/hooks.py", line 286, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "/usr/lib/python2.7/dist-packages/pluggy/manager.py", line 92, in 
_hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "/usr/lib/python2.7/dist-packages/pluggy/manager.py", line 86, in 
<lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", line 203, in 
_multicall
    gen.send(outcome)
  File "/usr/lib/python2.7/dist-packages/_pytest/helpconfig.py", line 94, in
pytest_cmdline_parse
    config = outcome.get_result()
  File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", line 81, in 
get_result
    _reraise(*ex)  # noqa
  File "/usr/lib/python2.7/dist-packages/pluggy/callers.py", line 187, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line 687,
in pytest_cmdline_parse
    self.parse(args)
  File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line 895,
in parse
    self._preparse(args, addopts=addopts)
  File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line 829,
in _preparse
    self._initini(args)
  File "/usr/lib/python2.7/dist-packages/_pytest/config/__init__.py", line 760,
in _initini
    config=self,
  File "/usr/lib/python2.7/dist-packages/_pytest/config/findpaths.py", line 127,
in determine_setup
    rootdir, inifile, inicfg = getcfg([ancestor], config=config)
  File "/usr/lib/python2.7/dist-packages/_pytest/config/findpaths.py", line 51,
in getcfg
    pytrace=False,
  File "/usr/lib/python2.7/dist-packages/_pytest/outcomes.py", line 119, in fail
    raise Failed(msg=msg, pytrace=pytrace)
builtins.Failed: [pytest] section in setup.cfg files is no longer supported,
change to [tool:pytest] instead.
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd
/<<BUILDDIR>>/python-whoosh-2.7.4+git6-g9134ad92/.pybuild/cpython2_2.7_whoosh/build;
python2.7 -m pytest tests
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 returned
exit code 13
make: *** [debian/rules:5: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-whoosh
Source-Version: 2.7.4+git6-g9134ad92-5

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

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated python-whoosh 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: SHA256

Format: 1.8
Date: Mon, 13 Jan 2020 13:10:26 -0500
Source: python-whoosh
Architecture: source
Version: 2.7.4+git6-g9134ad92-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 938263 948426
Changes:
 python-whoosh (2.7.4+git6-g9134ad92-5) unstable; urgency=medium
 .
   [ Emmanuel Arias ]
   * Team upload.
   * Apply patch to use [tool:pytest] instead of [pytest] section. (Closes: 
#948426)
   * Remove Python 2 support. (Closes: #938263)
   * d/gitlab-ci.yml: enable Salsa CI.
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
   * Bump Standards-Version to 4.4.1.
Checksums-Sha1:
 da3636d8d4ca4fb086b6829ac7615c7ad0701339 2321 
python-whoosh_2.7.4+git6-g9134ad92-5.dsc
 038ac074dd6966e2c5518a088990a13aeb8274c7 10324 
python-whoosh_2.7.4+git6-g9134ad92-5.debian.tar.xz
 4a3a0942d3d152c5d5fa17938c19333172fa2ed0 6362 
python-whoosh_2.7.4+git6-g9134ad92-5_source.buildinfo
Checksums-Sha256:
 a8272c039c7f4179c6be398aee0b7f020e50f4fbb682da2927303890249dbb2b 2321 
python-whoosh_2.7.4+git6-g9134ad92-5.dsc
 7ff3c8c5d58d7650f69b30e74d310cfdb5d63d31305f65d8b338595f239ead90 10324 
python-whoosh_2.7.4+git6-g9134ad92-5.debian.tar.xz
 60a58d0cf7fbeeca8d52f9f51e8331329f27210da151eb1a1c6c2027a859959c 6362 
python-whoosh_2.7.4+git6-g9134ad92-5_source.buildinfo
Files:
 7d632c3f8c6f3d98a658cc8b86bd8c8b 2321 python optional 
python-whoosh_2.7.4+git6-g9134ad92-5.dsc
 23ec9eaee36a7de7ab34e75596898c99 10324 python optional 
python-whoosh_2.7.4+git6-g9134ad92-5.debian.tar.xz
 7b45b6fc5e98636d2fa244e047ea6531 6362 python optional 
python-whoosh_2.7.4+git6-g9134ad92-5_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAl4cswEACgkQh588mTgB
qU/fPBAAtVsmsZ2Qrj6KJmoCGLBsD1nYfHrZD+Ohfoje417HqFte5jetoeYOTWHm
BtFq1L0P4evoxIWPYu9t+XGLmfIK9Fh8mNxF0Ho5yg/YzHk9///akGEF2Pd8pdGJ
OXGTYQQLxHcC6YI+HMYfef+1iR/ITkoBNETB3ld+w8OlCbj6jBwFW0zrT3DIyUBP
j0ex6hEZKf88bXg1HLSaFghCLJirYmP/t9fy0af3SY+Ny/GtLaNeKamsLX5MEQKi
68FJuGTmzgsk3UHsKYgATXT5t0eEQkWAGxAT/beHmoHX0kT1F0jWdcuz8WIOdnHC
8peKFedaU4vi/tdcna6kET2Dfc3Q5CgJXD1x4b5iJAxXwzkrX/oUJYJK7hy+IyqT
R6CVPSgCFxC79xzMkKxZ96/EBz/2ZFLYqPo3oSqUdwv6Cfg8JbnD8u74/uxyBlJs
PfztBEU2kBCx3nC8a9Ta6O7zTyNrCST78+VoULabkp6KH6/QyrTMlp/J8/DJEwqf
baopGplV1NmqZ8xazI6EVTDI0Ursl84aw3tjBxU8eDfanrN65hsRP4X2VlXjV7IJ
AQJpPJeGFr0X+MVEIrXpDfJ8fL4qBavB3o1WokNUpyfrx+ilrdAP/k7Rzea0K4v2
pHqVY/16+ddhx+TEjPG9+Srjivf8TCtZmEGoedhSleFNYgTqOuo=
=V+AC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to