pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-xmpppy
Module Name: pkgsrc
Committed By: gdt
Date: Sun Jan 2 16:22:26 UTC 2022
Modified Files:
pkgsrc/chat/py-xmpppy: Makefile PLIST distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/py-xmpppy/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-xmpppy/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/py-xmpppy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/py-xmpppy/Makefile
diff -u pkgsrc/chat/py-xmpppy/Makefile:1.22 pkgsrc/chat/py-xmpppy/Makefile:1.23
--- pkgsrc/chat/py-xmpppy/Makefile:1.22 Thu Oct 21 13:46:25 2021
+++ pkgsrc/chat/py-xmpppy/Makefile Sun Jan 2 16:22:26 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/10/21 13:46:25 gdt Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/02 16:22:26 gdt Exp $
-DISTNAME= xmpppy-0.6.3
+DISTNAME= xmpppy-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_GITHUB:=xmpppy/}
@@ -16,10 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-expat>=0nb4:../
USE_LANGUAGES= # none
-PYDISTUTILSPKG= yes
-# 0.6.3 fails to authenticate with python38
-PYTHON_VERSIONS_ACCEPTED= 27
-
DOCDIR= ${PREFIX}/share/doc/py-xmpppy
EXDIR= ${PREFIX}/share/examples/py-xmpppy
Index: pkgsrc/chat/py-xmpppy/PLIST
diff -u pkgsrc/chat/py-xmpppy/PLIST:1.2 pkgsrc/chat/py-xmpppy/PLIST:1.3
--- pkgsrc/chat/py-xmpppy/PLIST:1.2 Sat Dec 19 19:16:22 2020
+++ pkgsrc/chat/py-xmpppy/PLIST Sun Jan 2 16:22:26 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/12/19 19:16:22 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/02 16:22:26 gdt Exp $
bin/xmpp-message
${PYSITELIB}/xmpp/__init__.py
${PYSITELIB}/xmpp/__init__.pyc
@@ -58,11 +58,9 @@ share/doc/py-xmpppy/basic.html
share/doc/py-xmpppy/index.html
share/doc/py-xmpppy/xmpppy.css
share/doc/py-xmpppy/xmpppy_title.png
-share/examples/py-xmpppy/basic.py
share/examples/py-xmpppy/bosh.py
share/examples/py-xmpppy/bot.py
share/examples/py-xmpppy/commandsbot.py
share/examples/py-xmpppy/demo.py
share/examples/py-xmpppy/logger.py
-share/examples/py-xmpppy/xsend.py
share/examples/py-xmpppy/xtalk.py
Index: pkgsrc/chat/py-xmpppy/distinfo
diff -u pkgsrc/chat/py-xmpppy/distinfo:1.7 pkgsrc/chat/py-xmpppy/distinfo:1.8
--- pkgsrc/chat/py-xmpppy/distinfo:1.7 Tue Oct 26 10:05:24 2021
+++ pkgsrc/chat/py-xmpppy/distinfo Sun Jan 2 16:22:26 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:05:24 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/01/02 16:22:26 gdt Exp $
-BLAKE2s (xmpppy-0.6.3.tar.gz) = e3bc9d0ddba9775346f56bdab213634bc353e4d6a5ad12d808e4f0632030698a
-SHA512 (xmpppy-0.6.3.tar.gz) = b9eed01ec3772136b0610dc3ecf8f40e1edb5bf96761669dec83bd7584d31385c6cc9226d5949ad46ee4ae13dea6d6fcd03cf2490640796f7a4232aa9d094b70
-Size (xmpppy-0.6.3.tar.gz) = 190967 bytes
+BLAKE2s (xmpppy-0.7.0.tar.gz) = 3e52af10bec4f409fb482957288911e7e96f0079c2e3c540b15cdcdedbb28ad3
+SHA512 (xmpppy-0.7.0.tar.gz) = d0ef468148c55c55249b7089ea257a0ffbe7710c3bb99c9b97eccd055635d7f203c17acad98807c64ed23288a2724e20e19a45f03763e9a718f1f90f265ee88e
+Size (xmpppy-0.7.0.tar.gz) = 191395 bytes
SHA1 (patch-xmpp_debug.py) = a410b7abd534f37bba583ca9f15bf05252bc55a0
Home |
Main Index |
Thread Index |
Old Index