Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: pyicqt - ICQ transport for Jabber servers
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200310
------- Additional Comments From jeff@ollie.clive.ia.us 2006-07-27 14:52 EST ------- (In reply to comment #1)
Good:
- Tar ball match with upstream.
- Local build works fine.
- No complaints for source rpm from rpmlint
- No complaints for binaries rpm from rpmlint.
- Mock build works fine.
Bad:
- Tar file has the name pyicq-t but the package is called pyicqt.
I'll change that in the next rev...
- when I start /etc/init.d/pyicqtt start, I will got the following message:
/etc/init.d/pyicqt start Starting ICQ transport: /usr/lib/python2.4/site-packages/twisted/words/__init__.py:21: UserWarning: twisted.words will be undergoing a rewrite at some point in the future. warnings.warn("twisted.words will be undergoing a rewrite at some point in the future.")
Yeah, I get that too. Until the pyicq-t authors update their code, I don't know what can be done, as this message is generated by twisted:
[root@anim01 ~]# python Python 2.4.3 (#1, Jun 13 2006, 16:41:18) [GCC 4.0.2 20051125 (Red Hat 4.0.2-8)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import twisted.words
/usr/lib/python2.4/site-packages/twisted/words/__init__.py:21: UserWarning: twisted.words will be undergoing a rewrite at some point in the future. warnings.warn("twisted.words will be undergoing a rewrite at some point in the future.")