Sun Nov 17 21:41:13 2019 UTC ()
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


(leot)
diff -r1.7 -r1.8 pkgsrc/chat/py-hangups/Makefile
diff -r1.5 -r1.6 pkgsrc/chat/py-hangups/distinfo
diff -r1.4 -r1.5 pkgsrc/chat/py-hangups/patches/patch-setup.py

cvs diff -r1.7 -r1.8 pkgsrc/chat/py-hangups/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/py-hangups/Makefile 2019/04/26 13:13:44 1.7
+++ pkgsrc/chat/py-hangups/Makefile 2019/11/17 21:41:13 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:44 maya Exp $ 1# $NetBSD: Makefile,v 1.8 2019/11/17 21:41:13 leot Exp $
2 2
3DISTNAME= hangups-0.4.9 3DISTNAME= hangups-0.4.10
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= chat python 5CATEGORIES= chat python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hangups/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hangups/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/tdryer/hangups 9HOMEPAGE= https://github.com/tdryer/hangups
10COMMENT= Third-party instant messaging client for Google Hangouts 10COMMENT= Third-party instant messaging client for Google Hangouts
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-MechanicalSoup>=0.6.0:../../www/py-MechanicalSoup 13DEPENDS+= ${PYPKGPREFIX}-MechanicalSoup>=0.6.0:../../www/py-MechanicalSoup
14DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.3:../../www/py-aiohttp 14DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.3:../../www/py-aiohttp
15DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs 15DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
16DEPENDS+= ${PYPKGPREFIX}-async-timeout>=2:../../devel/py-async-timeout 16DEPENDS+= ${PYPKGPREFIX}-async-timeout>=2:../../devel/py-async-timeout

cvs diff -r1.5 -r1.6 pkgsrc/chat/py-hangups/distinfo (expand / switch to unified diff)

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

cvs diff -r1.4 -r1.5 pkgsrc/chat/py-hangups/patches/patch-setup.py (expand / switch to unified diff)

--- pkgsrc/chat/py-hangups/patches/patch-setup.py 2019/02/26 18:31:47 1.4
+++ pkgsrc/chat/py-hangups/patches/patch-setup.py 2019/11/17 21:41:13 1.5
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1$NetBSD: patch-setup.py,v 1.4 2019/02/26 18:31:47 leot Exp $ 1$NetBSD: patch-setup.py,v 1.5 2019/11/17 21:41:13 leot Exp $
2 2
3Avoid too strict version requirements. 3Avoid too strict version requirements.
4 4
5--- setup.py.orig 2019-01-30 04:55:18.000000000 +0000 5--- setup.py.orig 2019-11-02 18:14:07.000000000 +0000
6+++ setup.py 6+++ setup.py
7@@ -25,16 +25,16 @@ with open('README.rst') as f: 7@@ -25,16 +25,16 @@ with open('README.rst') as f:
8 # hangups from breaking when new versions of dependencies are released, 8 # hangups from breaking when new versions of dependencies are released,
9 # especially for end-users (non-developers) who use pip to install hangups. 9 # especially for end-users (non-developers) who use pip to install hangups.
10 install_requires = [ 10 install_requires = [
11- 'ConfigArgParse==0.11.0', 11- 'ConfigArgParse==0.11.0',
12- 'aiohttp>=3.3,<4', 12- 'aiohttp>=3.3,<4',
13- 'async-timeout>=2,<4', 13- 'async-timeout>=2,<4',
14- 'appdirs>=1.4,<1.5', 14- 'appdirs>=1.4,<1.5',
15- 'readlike==0.1.2', 15- 'readlike==0.1.2',
16- 'requests>=2.6.0,<3', # uses semantic versioning (after 2.6) 16- 'requests>=2.6.0,<3', # uses semantic versioning (after 2.6)
17- 'ReParser==1.4.3', 17- 'ReParser==1.4.3',
18- 'protobuf>=3.1.0,<=3.6.1', 18- 'protobuf>=3.1.0,<=3.10.0',
19- 'urwid==1.3.1', 19- 'urwid==1.3.1',
20- 'MechanicalSoup==0.6.0', 20- 'MechanicalSoup==0.6.0',
21+ 'ConfigArgParse>=0.11.0', 21+ 'ConfigArgParse>=0.11.0',
22+ 'aiohttp>=3.3', 22+ 'aiohttp>=3.3',
23+ 'async-timeout>=2', 23+ 'async-timeout>=2',
24+ 'appdirs>=1.4', 24+ 'appdirs>=1.4',
25+ 'readlike>=0.1.2', 25+ 'readlike>=0.1.2',
26+ 'requests>=2.6.0', # uses semantic versioning (after 2.6) 26+ 'requests>=2.6.0', # uses semantic versioning (after 2.6)
27+ 'ReParser>=1.4.3', 27+ 'ReParser>=1.4.3',
28+ 'protobuf>=3.1.0', 28+ 'protobuf>=3.1.0',
29+ 'urwid>=1.3.1', 29+ 'urwid>=1.3.1',
30+ 'MechanicalSoup>=0.6.0', 30+ 'MechanicalSoup>=0.6.0',
31 ] 31 ]