2006
jabber.py (0.5.0-1.4) unstable; urgency=low
* Non-maintainer upload. Thanks to Franz Pletz <fpletz@franz-pletz.org for preparation and testing. * Added debian/compat. * debian/rules: - Ensure that public module jabber will be available. (Closes: #392053) - Removed dh_python call.
-- Andreas Barth <aba@not.so.argh.org> Sat, 14 Oct 2006 23:17:49 +0200
jabber.py (0.5.0-1.3) unstable; urgency=low
* Non-maintainer upload.
* ./examples/pypguijab.py: Fix shebang line to not use python2.2;
this will drop the python2.2 dependency. (Closes: #377813)
-- Martin Pitt <mpitt@debian.org> Wed, 12 Jul 2006 10:32:10 +0200
jabber.py (0.5.0-1.2) unstable; urgency=low
* Non-maintainer upload. * Update package to the last python policy (Closes: #373446).
-- Pierre Habouzit <madcoder@debian.org> Fri, 30 Jun 2006 15:37:19 +0200
jabber.py (0.5.0-1.1) unstable; urgency=low
* Non-maintainer upload.
* Removed python2.{1,2}-jabber (Closes: #351123)
* Updated Debian policy version to 3.6.2 (no changes required)
* Added python2.4-jabber
-- Torsten Marek <shlomme@debian.org> Sat, 22 Apr 2006 16:17:00 +0200
2004
jabber.py (0.5.0-1) unstable; urgency=low
* New upstream release.
* v0.5 fixes the ustr() bug catching AttributError exception.
closes: #235680
-- Cosimo Alfarano <kalfa@debian.org> Sat, 6 Mar 2004 16:43:21 +0100
2003
jabber.py (0.4.0-6) unstable; urgency=low
* Apply patch from Alexey Nezhdanov fixing a backtrace due to access to a
None object
closes: Bug#213697
-- Cosimo Alfarano <kalfa@debian.org> Fri, 3 Oct 2003 15:32:31 +0200
jabber.py (0.4.0-5) unstable; urgency=low
* Updated python 2.3 as default debian python version
-- Cosimo Alfarano <kalfa@debian.org> Tue, 12 Aug 2003 15:20:15 +0200
jabber.py (0.4.0-4) unstable; urgency=low
* added patch by Alexey Nezhdanov fixing unicode bug in xmlstream.py
closes: Bug#166187
-- Cosimo Alfarano <kalfa@debian.org> Sat, 26 Jul 2003 19:48:30 +0200
jabber.py (0.4.0-3) unstable; urgency=low
* applied patch from David JL got from jabberpy-devel@lists.sourceforge.net fixing some typos in jabber.py closes: Bug#198290
-- Cosimo Alfarano <kalfa@debian.org> Tue, 1 Jul 2003 17:15:04 +0200
jabber.py (0.4.0-2) unstable; urgency=low
* updated Section to python
(http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200303/msg00028.html)
-- Cosimo Alfarano <kalfa@debian.org> Mon, 31 Mar 2003 21:38:46 +0200
jabber.py (0.4.0-1) unstable; urgency=low
* fixed some doc links (closes: Bug#185879)
-- Cosimo Alfarano <kalfa@debian.org> Sun, 23 Mar 2003 15:41:32 +0100
jabber.py (0.4.0-0) unstable; urgency=low
* New Upstream Version released * improved description in debian/control (closes: Bug#176810) * addedd suggestion of pythonX.Y-xml and removed dependancies from python2.3-xmlbase
-- Cosimo Alfarano <kalfa@debian.org> Sat, 1 Mar 2003 19:00:56 +0100
2002
jabber.py (0.3.1-7.3) unstable; urgency=low
* added python2.3 packages * added patches/unused/ directory in /usr/share/doc/python*-jabber
-- Cosimo Alfarano <kalfa@debian.org> Tue, 24 Dec 2002 23:31:25 +0100
jabber.py (0.3.1-7.2) unstable; urgency=low
* the Christmas Release
* applied patch from Mrinal Kalakrishnan for correct
joining of XMLunescape() arg in Node.getData() (closes: Bug#174186)
stored in patches/22xmlstream.py_getData.patch
-- Cosimo Alfarano <kalfa@debian.org> Tue, 24 Dec 2002 21:07:33 +0100
jabber.py (0.3.1-7.1) unstable; urgency=low
* fixed debian/control, python-jabber has to depend on python2.2-jabber
(closes: Bug#161293)
* description improvement (closes: Bug#149866)
-- Cosimo Alfarano <kalfa@debian.org> Wed, 18 Sep 2002 12:39:56 +0200
jabber.py (0.3.1-7) unstable; urgency=low
* modified debian/control to respect python2.2 as python default version
-- Cosimo Alfarano <kalfa@debian.org> Thu, 29 Aug 2002 21:10:49 +0200
jabber.py (0.3.1-6) unstable; urgency=low
* patched jabber.Client.auth as Erik Westra adviced in jabberpy-devel
* reversed the escaping order of xmlstream.XMLunescape() respect of
xmlstream.XMLescape() (closes: Bug#149270)
It should close the bug (feel free to reopen in case...),
waiting for upstream approval.
-- Cosimo Alfarano <kalfa@debian.org> Sun, 9 Jun 2002 12:36:25 +0200
jabber.py (0.3.1-5) unstable; urgency=low
* fixed typo in debian/control
* jabber.Roster.Iq.setQueryNode fix
* dependancies to python*-xmlbase fixed in a previous notupladed version
(closes: Bug#149269)
* changed DIRLIST value to /usr/lib/python$PV/site-packages/ instead of
/usr/lib/python$PV/site-packages/extension
-- Cosimo Alfarano <kalfa@debian.org> Sat, 8 Jun 2002 12:05:27 +0200
jabber.py (0.3.1-4) unstable; urgency=low
* added dependancies pythonX.Y-xmlbase
* patched xmlstream.py to let a jabber.Message can be sent during
messageHandler callback processing (my own patch)
* removed docs/test_client.py, in examples/ there is a newer version
-- Cosimo Alfarano <kalfa@debian.org> Wed, 5 Jun 2002 16:34:59 +0200
jabber.py (0.3.1-3) unstable; urgency=low
* patching xmlstream.py to let SSL work
according to Ross Karchner correction sent in
jabberpy-devel ML (2002-05-30 22:21):
- _SSLsock -> _SSLobj
- recv() -> read()
- process() uses _sock
Tested: seems to work.
-- Cosimo Alfarano <kalfa@debian.org> Sat, 1 Jun 2002 15:45:16 +0200
jabber.py (0.3.1-2) unstable; urgency=low
* First Upload * closing ITP (closes:#148541)
-- Cosimo Alfarano <kalfa@debian.org> Fri, 31 May 2002 20:53:18 +0200
jabber.py (0.3.1-1) unstable; urgency=low
* Initial Release,
-- Cosimo Alfarano <kalfa@debian.org> Thu, 30 May 2002 11:49:26 +0200