Path to this page:
./
chat/py-xmpppy,
XMPP (Jabber) library for Python
Branch: CURRENT,
Version: 0.7.1,
Package name: py39-xmpppy-0.7.1,
Maintainer: gdt
XMPPPY is an implementation of the XMPP (Jabber) protocols in
Python.
It is similar to JABBERPY, but as a currently maintained project.
Required to run:[
textproc/py-expat] [
net/py-dns] [
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 186.941 KB
Version history: (Expand)
- (2022-04-10) Updated to version: py39-xmpppy-0.7.1
- (2022-01-05) Updated to version: py39-xmpppy-0.7.0nb2
- (2022-01-05) Updated to version: py39-xmpppy-0.7.0nb1
- (2022-01-02) Updated to version: py39-xmpppy-0.7.0
- (2021-10-21) Updated to version: py27-xmpppy-0.6.3
- (2020-12-19) Updated to version: py27-xmpppy-0.6.2
CVS history: (Expand)
2022-04-10 20:49:25 by Greg Troxel | Files touched by this commit (3) |
Log message:
chat/py-xmpppy: Update to 0.7.1
2022-04-10 0.7.1
================
- Use ``six.ensure_str()`` and ``six.ensure_binary()`` instead of custom \
decoding. Thanks, @normanr!
- Fix Non-SASL (XEP-0078) authentication for Python 3. Thanks, @smudge1977!
- Add ``B64`` shortcut function to streamline base64 encoding.
|
2022-01-05 20:56:33 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-xmpppy: set USE_PKG_RESOURCES
Bump PKGREVISION
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2022-01-02 17:22:26 by Greg Troxel | Files touched by this commit (3) |
Log message:
chat/py-xmpppy: Update to 0.7.0
Note that xmpp.py has been removed; use xmpp-message instead.
pkgsrc changes:
Allow python 3 builds, now that it works with python 3.
Upstream changes:
2021-12-28 0.7.0
================
- Documentation: Improve README and setup.py
- ``xmpp-message``: Evaluate return value from ``connection.auth()`` and
croak when it fails
- ``xmpp-message``: Optionally read credentials from ``~/.xsend`` file
- Remove ``basic.py`` and ``xsend.py`` example programs
2021-12-28 0.6.5
================
- Python 3: Encoding fix for authentication (#52). Thanks, @D-L, @sumdog and @gdt!
2021-10-19 0.6.4
================
- Python 3: Fix handling of ``socket.error``/``OSError`` exceptions
|
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-21 15:46:26 by Greg Troxel | Files touched by this commit (2) |
Log message:
chat/py-xmpppy: Update to 0.6.3
(still not ok with python3.8)
2021-09-14 0.6.3
Improve compatibility with Python 3 within authentication subsystem
Improve exception handling
Remove special characters from README.rst to make installation on Windows easier
|
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Remove SHA1 hashes for distfiles
|
2020-12-19 20:16:23 by Greg Troxel | Files touched by this commit (4) |
Log message:
py-xmpppy: Update to 0.6.2
Upstream lacks NEWS, but reading the commit logs this is bugfixes,
minor improvements and work towards python3
This does not work for me with python 3.8, so I'm leaving it as 2.7
only.
|