File python-python-debianbts.changes of Package python-python-debianbts

-------------------------------------------------------------------
Thu Jan 18 17:14:42 UTC 2018 - fbergmann@suse.com

- Update to version 2.7.0

python-debianbts (2.7.0) unstable; urgency=medium

  * Applied patches by Ville Skyttä:
      - Prevent None prefix in SOAPAction
      - Replaced deprecated assert methods in tests
      - Some whitespace fixes
  * Bumped standards version
  * Updated Python packaging (setup.py)
  * Added Travis CI

 -- Bastian Venthur <venthur@debian.org>  Fri, 03 Nov 2017 10:02:08 +0100

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 <venthur@debian.org>  Sun, 17 Sep 2017 13:17:39 +0200

python-debianbts (2.6.2) unstable; urgency=medium

  * Fix "missing python3 dependency" applied patch by Adrian Bunk, thanks
    Adrian! (Closes: #867423)
  * Bumped standards version

 -- Bastian Venthur <venthur@debian.org>  Sun, 17 Sep 2017 12:54:22 +0200

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 jwilk!

 -- Bastian Venthur <venthur@debian.org>  Mon, 11 Jul 2016 10:50:39 +0200

python-debianbts (2.6.0~bpo8+1) jessie-backports; urgency=medium

  * Rebuild for jessie-backports.

 -- Pierre Rudloff <contact@rudloff.pro>  Mon, 25 Jan 2016 00:08:10 +0100

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 <venthur@debian.org>  Thu, 15 Oct 2015 15:35:16 +0200

python-debianbts (2.5.2) unstable; urgency=medium

  * Applied patch by Gaetano, that fixes Bugreport.__str__ throwing unicode
    decode errors
  * Fix bug where buglog body is sometimes not base64 decoded by applying
    patch by Gaetano. (Closes: #801585, #801347)

 -- Bastian Venthur <venthur@debian.org>  Tue, 13 Oct 2015 09:46:08 +0200

python-debianbts (2.5.1) unstable; urgency=medium

  * Applied patch by Gaetano fixing a bad import of the email module. Thanks
    Gaetano!
  * Use semver semantics for versioning from now on

 -- Bastian Venthur <venthur@debian.org>  Mon, 12 Oct 2015 15:16:14 +0200

python-debianbts (2.5) unstable; urgency=medium

  * Fix "get_bugs(..., 'bugs', [123, 456], ...) triggers serverside
    exception: The 'bugs' parameter ("HASH(0x315ced8)") to
    Debbugs::Bugs::get_bugs was a 'hashref'" Merged modified version of patch
    by Gaetano Guerriero. Thanks! (Closes: #801360)
  * Changed docstrings to numpy standard

 -- Bastian Venthur <venthur@debian.org>  Sun, 11 Oct 2015 15:48:42 +0200

python-debianbts (2.4) unstable; urgency=medium

  * Fix "base64-encoded strings" merged patch by Gaetano that parses all
    fields of Bugreport via _parse_string_el. (Closes: #799528)

 -- Bastian Venthur <venthur@debian.org>  Sun, 27 Sep 2015 13:37:22 +0200

python-debianbts (2.3) unstable; urgency=medium

  * Added logging to unit tests
  * Fixed some unittests
  * Fix "base64-encoded strings" by merging pull request by Gaetano Guerriero.
    (Closes: #799528) Thank you Gaetano!

 -- Bastian Venthur <venthur@debian.org>  Sun, 20 Sep 2015 15:29:19 +0200

python-debianbts (2.2) unstable; urgency=medium

  * Added patch by Gaetano to provide proper email messages in Buglog.
  * Upload to unstable

 -- Bastian Venthur <venthur@debian.org>  Thu, 17 Sep 2015 12:41:37 +0200

python-debianbts (2.1) experimental; urgency=medium

  * Port to Python 3. Thanks again Gaetano Guerriero for providing the initial
    patch! The code works now under Python2/3 simultaneously 
    (Closes: #732644)

 -- Bastian Venthur <venthur@debian.org>  Fri, 28 Aug 2015 09:30:41 +0200

python-debianbts (2.0) experimental; urgency=medium

  * Merged patch that ports python-debianbts from soappy to simplesoap, by
    Gaetano Guerriero. Thank you very much!
  * allow get_bugs(a, b, c, d) and get_bugs([a, b, c, d]) 

 -- Bastian Venthur <venthur@debian.org>  Thu, 27 Aug 2015 14:01:33 +0200

python-debianbts (1.14) unstable; urgency=medium

  * Fix "performance 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 <venthur@debian.org>  Wed, 12 Aug 2015 10:05:35 +0200

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 <venthur@debian.org>  Thu, 23 Jul 2015 17:01:28 +0200

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 <venthur@debian.org>  Mon, 07 Jul 2014 14:50:29 +0200

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 <venthur@debian.org>  Mon, 16 Apr 2012 10:40:08 +0100
 
-------------------------------------------------------------------
Mon May  5 09:24:24 UTC 2014 - mcihar@suse.cz

- initial packaging

openSUSE Build Service is sponsored by