pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-hangups



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Nov 17 21:41:13 UTC 2019

Modified Files:
        pkgsrc/chat/py-hangups: Makefile distinfo
        pkgsrc/chat/py-hangups/patches: patch-setup.py

Log Message:
py-hangups: Update to 0.4.10

Changes:
0.4.10
------
- fix "Response payload is not completed" errors
- bump maximum supported protobuf version
- fix Conversation.get_events returning events newer than the provided
  event ID rather than older
- extend default user detection


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/py-hangups/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/py-hangups/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/py-hangups/patches/patch-setup.py

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-hangups/Makefile
diff -u pkgsrc/chat/py-hangups/Makefile:1.7 pkgsrc/chat/py-hangups/Makefile:1.8
--- pkgsrc/chat/py-hangups/Makefile:1.7 Fri Apr 26 13:13:44 2019
+++ pkgsrc/chat/py-hangups/Makefile     Sun Nov 17 21:41:13 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:44 maya Exp $
+# $NetBSD: Makefile,v 1.8 2019/11/17 21:41:13 leot Exp $
 
-DISTNAME=      hangups-0.4.9
+DISTNAME=      hangups-0.4.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hangups/}

Index: pkgsrc/chat/py-hangups/distinfo
diff -u pkgsrc/chat/py-hangups/distinfo:1.5 pkgsrc/chat/py-hangups/distinfo:1.6
--- pkgsrc/chat/py-hangups/distinfo:1.5 Tue Feb 26 18:31:46 2019
+++ pkgsrc/chat/py-hangups/distinfo     Sun Nov 17 21:41:13 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/02/26 18:31:46 leot Exp $
+$NetBSD: distinfo,v 1.6 2019/11/17 21:41:13 leot Exp $
 
-SHA1 (hangups-0.4.9.tar.gz) = 2d0585ccd68acb0efb6adf8d20d6c74670b2d363
-RMD160 (hangups-0.4.9.tar.gz) = 3e1f8d97e1bd1af5db60954373dbfd1bc72a4c5d
-SHA512 (hangups-0.4.9.tar.gz) = 6a72b77e412cab79b6821f31b50cce6f5546d7e2a4bce66988207b148d09081b8b5d3fed8684d95722ddc2788fd5e24c0cf362a9ff7bf3f30dbc4066fe2f3624
-Size (hangups-0.4.9.tar.gz) = 94847 bytes
-SHA1 (patch-setup.py) = 794cec27671208d5db71f580bbcad4b93ea8c5b0
+SHA1 (hangups-0.4.10.tar.gz) = 9f2f1614a883aa06fc7264546702cc7b5c568902
+RMD160 (hangups-0.4.10.tar.gz) = c263e24baa29aee43c9541576977f2bfe02fb01a
+SHA512 (hangups-0.4.10.tar.gz) = 0fc9470e16130d5247673a8d434f64da73320f1b69a6f5d93f93c3031f76c5f9b8bbc71d7171b1660273b3b153e435a9ab13962354facb404d40fd8f85741d2a
+Size (hangups-0.4.10.tar.gz) = 95401 bytes
+SHA1 (patch-setup.py) = b2d64d587949f20fd91d813efb713e948e714de0

Index: pkgsrc/chat/py-hangups/patches/patch-setup.py
diff -u pkgsrc/chat/py-hangups/patches/patch-setup.py:1.4 pkgsrc/chat/py-hangups/patches/patch-setup.py:1.5
--- pkgsrc/chat/py-hangups/patches/patch-setup.py:1.4   Tue Feb 26 18:31:47 2019
+++ pkgsrc/chat/py-hangups/patches/patch-setup.py       Sun Nov 17 21:41:13 2019
@@ -1,8 +1,8 @@
-$NetBSD: patch-setup.py,v 1.4 2019/02/26 18:31:47 leot Exp $
+$NetBSD: patch-setup.py,v 1.5 2019/11/17 21:41:13 leot Exp $
 
 Avoid too strict version requirements.
 
---- setup.py.orig      2019-01-30 04:55:18.000000000 +0000
+--- setup.py.orig      2019-11-02 18:14:07.000000000 +0000
 +++ setup.py
 @@ -25,16 +25,16 @@ with open('README.rst') as f:
  # hangups from breaking when new versions of dependencies are released,
@@ -15,7 +15,7 @@ Avoid too strict version requirements.
 -    'readlike==0.1.2',
 -    'requests>=2.6.0,<3',  # uses semantic versioning (after 2.6)
 -    'ReParser==1.4.3',
--    'protobuf>=3.1.0,<=3.6.1',
+-    'protobuf>=3.1.0,<=3.10.0',
 -    'urwid==1.3.1',
 -    'MechanicalSoup==0.6.0',
 +    'ConfigArgParse>=0.11.0',



Home | Main Index | Thread Index | Old Index