1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
python-aioxmpp (0.13.3-1) unstable; urgency=medium
* New upstream release.
- Fixes hang on certain stream management error conditions.
- Python 3.11 compatibility (Closes: #1028835)
-- Jonas Schäfer <jonas@wielicki.name> Sun, 05 Feb 2023 11:11:58 +0100
python-aioxmpp (0.13.1-1) unstable; urgency=medium
* New upstream release.
- Fixes critical bug which broke message reception with XEP-0359 stanza
IDs.
-- Jonas Schäfer <jonas@wielicki.name> Mon, 20 Dec 2021 19:31:25 +0100
python-aioxmpp (0.13.0-1) unstable; urgency=medium
* New upstream release.
- Sphinx compatibility (Closes: #997426)
* Follow upstream on using pytest for testing
-- Jonas Schäfer <jonas@wielicki.name> Sun, 19 Dec 2021 12:32:14 +0100
python-aioxmpp (0.12.2-1) unstable; urgency=medium
* New upstream release. See docs for changelog.
- Fixes a minor resource leaks
-- Jonas Schäfer <jonas@wielicki.name> Sat, 27 Feb 2021 15:24:16 +0100
python-aioxmpp (0.12.0-1) unstable; urgency=medium
* New upstream release. See docs for changelog.
- Python 3.9 compatibility (Closes: #975801)
- Drop support for Python < 3.5
-- Jonas Schäfer <jonas@wielicki.name> Sat, 16 Jan 2021 13:31:06 +0100
python-aioxmpp (0.11.0-1) unstable; urgency=medium
* New upstream release. See docs for changelog.
- Python 3.8 compatibility (Closes: #954570)
-- Jonas Schäfer <jonas@wielicki.name> Sat, 11 Apr 2020 16:14:18 +0200
python-aioxmpp (0.10.3-3) unstable; urgency=medium
* Fix test failure due to updated Python 3.7. This applies the
unreleased upstream commit 13ab00d [1].
[1]: https://github.com/horazont/aioxmpp/commit/
13ab00d64094b9a13d9d6984d7509bb40efb1fce
closes: #924801
-- Jonas Schäfer <jonas@wielicki.name> Thu, 21 Mar 2019 17:00:14 +0100
python-aioxmpp (0.10.3-2) unstable; urgency=medium
* Use CI=true mode [1] for tests during package build, to prevent
spurious failures.
[1]: https://github.com/horazont/aioxmpp/commit/
bce5f2d632cde1f3517bb4ff18d8c0ee7255a283
* Set Multi-Arch: foreign on doc package
-- Jonas Schäfer <jonas@wielicki.name> Sat, 23 Feb 2019 16:54:49 +0100
python-aioxmpp (0.10.3-1) unstable; urgency=medium
* New upstream release.
* Fixes denial of service and possible stanza injection vulnerability.
see https://github.com/horazont/aioxmpp/pull/268
-- Jonas Schäfer <jonas@wielicki.name> Sat, 12 Jan 2019 15:07:10 +0100
python-aioxmpp (0.10.2-1) unstable; urgency=medium
* New upstream release.
* Python 3.7 compatibility. (Closes: #917659)
-- Jonas Schäfer <jonas@wielicki.name> Tue, 01 Jan 2019 15:08:16 +0100
python-aioxmpp (0.10.1-1) unstable; urgency=medium
* Initial release. (Closes: #819589)
-- Jonas Schäfer <jonas@wielicki.name> Sat, 17 Nov 2018 12:21:39 +0100
|