Change log for python-debianbts package in Ubuntu

135 of 35 results
Published in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
python-debianbts (4.1.1) unstable; urgency=medium

  * Upload to unstable

 -- Bastian Venthur <email address hidden>  Sun, 09 Jun 2024 09:36:48 +0200

Available diffs

Superseded in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
python-debianbts (4.0.2) unstable; urgency=medium

  * distribute typing information using py.typed (Closes: #1054330)
  * replaced flake8 with ruff
  * raised minimum python version to 3.8
  * increased minimum version of pysimplesoap to 1.16.2-5 (Closes: #1032430)

 -- Bastian Venthur <email address hidden>  Sun, 22 Oct 2023 15:29:00 +0200

Available diffs

Superseded in noble-release
Published in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
python-debianbts (4.0.1) unstable; urgency=medium

  * switched from setup.py to pyproject.toml
  * modernized github actions
  * added test for release

 -- Bastian Venthur <email address hidden>  Thu, 08 Dec 2022 12:34:45 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
python-debianbts (3.2.4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3.

  [ Bastian Venthur ]
  * dropped python 3.6 support
  * updated dev-requirements

 -- Bastian Venthur <email address hidden>  Wed, 02 Nov 2022 19:27:33 +0100

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
python-debianbts (3.2.3) unstable; urgency=medium

  * source-only upload

 -- Bastian Venthur <email address hidden>  Wed, 29 Jun 2022 21:35:27 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
python-debianbts (3.2.2) unstable; urgency=medium

  * test against Python 3.10
  * reformatted code
  * updated dependencies
  * added dependabot github action

 -- Bastian Venthur <email address hidden>  Sun, 26 Jun 2022 12:27:29 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
python-debianbts (3.2.1) unstable; urgency=medium

  * Fix "changelog missing in binary package" Removed native CHANGELOG.md from
    dh_installdocs, as it prevented the shipping of the Debian changelog.
    (Closes: #949210)
  * Updated build system
  * Added sphinx documentation (readthedocs)
  * use pytest-xdist to speed up testing

 -- Bastian Venthur <email address hidden>  Sun, 24 Apr 2022 15:00:03 +0200

Available diffs

Superseded in kinetic-release
Published in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
python-debianbts (3.2.0) unstable; urgency=medium

  * Support overriding default SOAP location, thanks Mark Hindley for the
    patch! (Closes: #949867)

 -- Bastian Venthur <email address hidden>  Sat, 07 Aug 2021 11:52:50 +0200

Available diffs

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
python-debianbts (3.1.0) unstable; urgency=medium

  [ Bastian Venthur ]
  * Document and test the `archive` kwarg of `get_bugs`
  * Changed from FeedParser to BytesFeedParser with STMP policy in
    `get_bug_logs`
  * Migrated from TravisCI to GitHub workflows

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Use secure URI in Vcs control header.

 -- Bastian Venthur <email address hidden>  Fri, 18 Dec 2020 09:20:45 +0100

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
python-debianbts (3.0.2) unstable; urgency=medium

  * Source-only upload (Closes: #944690)

 -- Bastian Venthur <email address hidden>  Sun, 17 Nov 2019 13:31:53 +0100

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
python-debianbts (3.0.1) unstable; urgency=medium

  * Fixed base64 decoding for `done_by`
  * Re-organized tests

 -- Bastian Venthur <email address hidden>  Wed, 13 Nov 2019 16:43:55 +0100

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
python-debianbts (3.0.0) unstable; urgency=medium

  * Dropped Python2 support. (Closes: #937692)

 -- Bastian Venthur <email address hidden>  Tue, 12 Nov 2019 17:30:10 +0100

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
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

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
python-debianbts (2.9.0) unstable; urgency=medium

  * Added done_by field to Bug Status (Closes: #943529)

 -- Bastian Venthur <email address hidden>  Fri, 01 Nov 2019 12:32:15 +0100

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
python-debianbts (2.8.2) unstable; urgency=medium

  * Fix "incompatible with new pysimplesoap", thanks Gaetano Guerriero for the
    quick patch! (Closes: #917165)

 -- Bastian Venthur <email address hidden>  Mon, 31 Dec 2018 15:34:02 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
python-debianbts (2.8.1) unstable; urgency=medium

  * Fixed version

 -- Bastian Venthur <email address hidden>  Sun, 30 Dec 2018 15:11:37 +0100

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
python-debianbts (2.7.2) unstable; urgency=medium

  * Minor fix in __main__.py

 -- Bastian Venthur <email address hidden>  Sat, 17 Feb 2018 15:37:37 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
python-debianbts (2.7.1) unstable; urgency=medium

  * Fixed python_requires in setup.py

 -- Bastian Venthur <email address hidden>  Fri, 03 Nov 2017 13:10:49 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
python-debianbts (2.6.3) unstable; urgency=medium

  * Fix "Please expose severity sorting dict" Applied patch by Chris Lamb,
    thank you Chris! (Closes: #827853)

 -- Bastian Venthur <email address hidden>  Sun, 17 Sep 2017 13:17:39 +0200

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
python-debianbts (2.6.1) unstable; urgency=medium

  * Applied merged various pull requests:
  * Fixed ssl w/ Python 3.4.3, thanks again Gaetano Guerriero!
  * Adding pysimplesoap to install requirements in setup.py, thanks
    SimplicityGuy!
  * Replaced erroneous unicode values, thanks mprpic!
  * Fixed some typos, thanks jkwilk!

 -- Bastian Venthur <email address hidden>  Mon, 11 Jul 2016 10:50:39 +0200

Available diffs

Published in trusty-backports
python-debianbts (2.6.0~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1556172)

Obsolete in vivid-updates
Deleted in vivid-proposed (Reason: moved to -updates)
python-debianbts (1.12ubuntu0.1) vivid-proposed; urgency=medium

  * Fix the crashes on BTS query. (LP: #1512200)

 -- Shih-Yuan Lee (FourDollars) <email address hidden>  Mon, 02 Nov 2015 13:27:45 +0800
Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
python-debianbts (1.11ubuntu0.1) trusty-proposed; urgency=medium

  * Fix the crashes on BTS query. (LP: #1512200)

 -- Shih-Yuan Lee (FourDollars) <email address hidden>  Mon, 02 Nov 2015 11:58:03 +0800
Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
python-debianbts (2.6.0) unstable; urgency=medium

  * Gaetano made python-debianbts thread safe by dynamically creating
    SoapClients instead of using a module-level one. (Closes: #801585)

 -- Bastian Venthur <email address hidden>  Thu, 15 Oct 2015 15:35:16 +0200

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
python-debianbts (1.14) unstable; urgency=medium

  * Fix "preformance regression in get_status()" by applying patch from James
    McCoy. Thank you very much James! (Closes: #795198)
  * Made code more PEP8 compliant
  * Made unit tests more discoverable for nosetests

 -- Bastian Venthur <email address hidden>  Wed, 12 Aug 2015 10:05:35 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
python-debianbts (1.13) unstable; urgency=medium

  * Fix "reportbug: HTTPError 500 Internal Server Error" by merging patch
    contributed by James McCoi, thanks James! (Closes: #722226)
    * Bugs are now downloaded in batches of 500 bugs
  * Bumped standards version
  * Transitioned the package from python-support to dh_python2

 -- Bastian Venthur <email address hidden>  Thu, 23 Jul 2015 17:01:28 +0200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
python-debianbts (1.12) unstable; urgency=medium


  * Added HTTP_PROXY support by applying the patch from Raphael Kubo da Costa,
    thank you very much! (Closes: #630496)
  * Fix "Bugreport.affects returns an array of chars, not strings" by
    splitting the input string (Closes: #670446)

 -- Bastian Venthur <email address hidden>  Mon, 07 Jul 2014 14:50:29 +0200

Available diffs

Superseded in utopic-release
Published in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Obsolete in quantal-release
python-debianbts (1.11) unstable; urgency=low


  * Uploaded lots of changes contributed by Jari Aalto. Thank you very much
    man!
    * Remove unused dpatch and upgrade to packaging format "3.0 (native)".
    * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
    * Add build-arch and build-indep targets to rules file.
    * Fix copyright-with-old-dh-make-debian-copyright (Lintian).
    * Fix spelling-error-in-description (Lintian).
    * Fix copyright-refers-to-symlink-license (Lintian).

  * Merged with patch from Michael, improving distutils setup.

 -- Bastian Venthur <email address hidden>  Mon, 16 Apr 2012 10:40:08 +0100

Available diffs

Superseded in quantal-release
Published in precise-release
python-debianbts (1.10build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies and provides.
 -- Matthias Klose <email address hidden>   Sat, 14 Apr 2012 13:44:16 +0000

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
python-debianbts (1.10) unstable; urgency=low

  * Switched to distutils
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:34:53 +0000

Available diffs

1.9
Superseded in oneiric-release
Obsolete in natty-release
python-debianbts (1.9) unstable; urgency=low

  * Fixed issue in unicode handling in Bugreport.__str__ method
  * Added documentation for 'bugs' keyword in get_bugs

Available diffs

1.4
Superseded in natty-release
Obsolete in maverick-release
Obsolete in lucid-release
python-debianbts (1.4) unstable; urgency=low

  * Fix "[python-debianbts] Typo that generates incorrect output"
    Fixed trivial typo (Closes: #566554)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  04 Feb 2010 17:27:05 +0000

Available diffs

1.3
Superseded in lucid-release
python-debianbts (1.3) unstable; urgency=low

  * Removed id, found and fixed (Closes: #550945)
    - According to Don id is superflous and will vanish, use bug_num instead
    - found and fixed are only partly implemented in debbugs, found_versions
      and fixed_versions give the information you need.

Available diffs

0.4
Superseded in lucid-release
Obsolete in karmic-release
python-debianbts (0.4) unstable; urgency=low

  * Fix "incomplete documentation for debianbts.get_bugs()", added
    "correspondent" to docstring (Closes: #529588)
  * Fix "timestamps represented as strings", first- and lastaction are now
    datetimeobjects, thanks Jakub (Closes: #529488)
  * Added VCS-git field to debian/control 
  * Bumped standards version 
  * Replaced dh_clean -k with dh_prep in debian/rules 
  * Replaced Author(s) with Author in debian/copyright 

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  08 Jun 2009 11:00:21 +0100

Available diffs

0.3
Superseded in karmic-release
Obsolete in jaunty-release
python-debianbts (0.3) unstable; urgency=low

  * Added support for Tags

135 of 35 results