Tue Sep 29 21:42:59 2020 UTC ()
py-hangups: Update to 0.4.12

Changes:
0.4.12
------
 * update parameters for consistency with web client
 * upgrade pinned dependencies


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

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

--- pkgsrc/chat/py-hangups/Makefile 2020/09/07 19:34:29 1.9
+++ pkgsrc/chat/py-hangups/Makefile 2020/09/29 21:42:59 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2020/09/07 19:34:29 leot Exp $ 1# $NetBSD: Makefile,v 1.10 2020/09/29 21:42:59 leot Exp $
2 2
3DISTNAME= hangups-0.4.11 3DISTNAME= hangups-0.4.12
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.7 -r1.8 pkgsrc/chat/py-hangups/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/py-hangups/distinfo 2020/09/07 19:34:29 1.7
+++ pkgsrc/chat/py-hangups/distinfo 2020/09/29 21:42:59 1.8
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.7 2020/09/07 19:34:29 leot Exp $ 1$NetBSD: distinfo,v 1.8 2020/09/29 21:42:59 leot Exp $
2 2
3SHA1 (hangups-0.4.11.tar.gz) = def7382e7e277c1a6cec245f46b0aae05ff73d16 3SHA1 (hangups-0.4.12.tar.gz) = 04241e42503c9bd0269aa219589a9cbca8ae4f37
4RMD160 (hangups-0.4.11.tar.gz) = 9873cba6f987373ea88068f314270cba22095653 4RMD160 (hangups-0.4.12.tar.gz) = 079fb42d2af75785abeb8e0438fcd783d8c5873e
5SHA512 (hangups-0.4.11.tar.gz) = d9e3791f2b5a00f06dadb7c0d73f4f7d39e88402029bd53b704ebe7f0cfecebbac8a2f89484f6db4f2c20cbd7c753d10df0710a63f21a54c895d0f52990b0045 5SHA512 (hangups-0.4.12.tar.gz) = 51201e9b51a345d373d203e25085c8b02ee3856af5fa1408e67bebfa42e1dccc612b2300e80bbaa0ce8496abe9ec1d4ba06ba86e79e7b68e5726705176e23c40
6Size (hangups-0.4.11.tar.gz) = 97364 bytes 6Size (hangups-0.4.12.tar.gz) = 97324 bytes
7SHA1 (patch-setup.py) = 53921ffe3fdbc75ad75eca728b0d59bb638f40cb 7SHA1 (patch-setup.py) = af94bf5e2f4a83428327656f0020596b772d9e84

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

--- pkgsrc/chat/py-hangups/patches/patch-setup.py 2020/09/07 19:34:29 1.6
+++ pkgsrc/chat/py-hangups/patches/patch-setup.py 2020/09/29 21:42:59 1.7
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1$NetBSD: patch-setup.py,v 1.6 2020/09/07 19:34:29 leot Exp $ 1$NetBSD: patch-setup.py,v 1.7 2020/09/29 21:42:59 leot Exp $
2 2
3Avoid too strict version requirements. 3Avoid too strict version requirements.
4 4
5--- setup.py.orig 2020-01-16 05:13:05.000000000 +0000 5--- setup.py.orig 2020-09-28 01:43:12.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,<2',
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,<0.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.12', 18- 'protobuf>=3.1.0,<3.14',
19- 'urwid==1.3.1', 19- 'urwid>=1.3.1,<2.2',
20- 'MechanicalSoup==0.6.0', 20- 'MechanicalSoup>=0.6.0,<0.13',
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 ]
32  32
33  33