pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/pkgsrc/trunk]: .joined/pkgsrc/chat/py-xmpppy chat/py-xmpppy: Update ...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/42cb0d7fa99b
branches:  trunk
changeset: 370965:42cb0d7fa99b
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Jan 02 16:22:26 2022 +0000

description:
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

diffstat:

 chat/py-xmpppy/Makefile |  8 ++------
 chat/py-xmpppy/PLIST    |  4 +---
 chat/py-xmpppy/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r cbd5b58ffac6 -r 42cb0d7fa99b chat/py-xmpppy/Makefile
--- a/chat/py-xmpppy/Makefile   Sun Jan 02 16:16:37 2022 +0000
+++ b/chat/py-xmpppy/Makefile   Sun Jan 02 16:22:26 2022 +0000
@@ -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 @@
 
 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
 
diff -r cbd5b58ffac6 -r 42cb0d7fa99b chat/py-xmpppy/PLIST
--- a/chat/py-xmpppy/PLIST      Sun Jan 02 16:16:37 2022 +0000
+++ b/chat/py-xmpppy/PLIST      Sun Jan 02 16:22:26 2022 +0000
@@ -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/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
diff -r cbd5b58ffac6 -r 42cb0d7fa99b chat/py-xmpppy/distinfo
--- a/chat/py-xmpppy/distinfo   Sun Jan 02 16:16:37 2022 +0000
+++ b/chat/py-xmpppy/distinfo   Sun Jan 02 16:22:26 2022 +0000
@@ -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