python-debianbts 2.10.0 source package in Debian

Changelog

python-debianbts (2.10.0) unstable; urgency=medium

  * Modernized a few awkward method calls:
    * Deprecated support for positional arguments in `get_status`, we use a
      list of bugnumbers explicitly now: `get_status(123, 234, 345)` becomes
      `get_status([123, 234, 345])`
    * Deprecated support for positional arguments in `get_usertags`, we use a
      list of tags explicitly now: 
      `get_usertags('<email address hidden>', 'foo', 'bar')` becomes
      `get_usertags('<email address hidden>', ['foo', 'bar'])`
    * Deprecated support for positional arguments in `get_bugs`, we use
      `kwargs` explicitly now: 
      `get_bugs('package', 'gtk-qt-engine', 'severity', 'normal')` becomes
      `get_bugs(package='gtk-qt-engine', severity='normal')`
    the old ways to call those methods will be supported for a while, but
    there will be deprecation warnings.
  * Report coverage for tests as well
  * Updated a few tests to increase coverage
  * Removed randomness from some tests

 -- Bastian Venthur <email address hidden>  Fri, 01 Nov 2019 19:16:58 +0100

Upload details

Uploaded by:
Bastian Venthur
Uploaded to:
Sid
Original maintainer:
Bastian Venthur
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Downloads

File Size SHA-256 Checksum
python-debianbts_2.10.0.dsc 1.8 KiB f4c1cc7d3b5c0b8d2656d6c6b570aaae9ac579b61f57dfa9707fb224682cb406
python-debianbts_2.10.0.tar.xz 97.5 KiB 1bed6bc4e72cc4e6107d41d407b7f34014a63a3b196bd0d059140b9ba4eb24cf

Available diffs

No changes file available.

Binary packages built by this source