summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-09-07 19:34:29 +0000
committerleot <leot@pkgsrc.org>2020-09-07 19:34:29 +0000
commit293661303fa2c9d88bffa1a38c53ab2dfaaec457 (patch)
tree0c058829426a6e8be2f982ce46df244619db86e3 /chat
parent094c3301e9b031c98485fc31f6e5591798522089 (diff)
downloadpkgsrc-293661303fa2c9d88bffa1a38c53ab2dfaaec457.tar.gz
py-hangups: Update to 0.4.11
Changes: 0.4.11 ------ - Fix random 401 errors
Diffstat (limited to 'chat')
-rw-r--r--chat/py-hangups/Makefile4
-rw-r--r--chat/py-hangups/distinfo12
-rw-r--r--chat/py-hangups/patches/patch-setup.py6
3 files changed, 11 insertions, 11 deletions
diff --git a/chat/py-hangups/Makefile b/chat/py-hangups/Makefile
index b001e993d19..dd6bc23b092 100644
--- a/chat/py-hangups/Makefile
+++ b/chat/py-hangups/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/11/17 21:41:13 leot Exp $
+# $NetBSD: Makefile,v 1.9 2020/09/07 19:34:29 leot Exp $
-DISTNAME= hangups-0.4.10
+DISTNAME= hangups-0.4.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hangups/}
diff --git a/chat/py-hangups/distinfo b/chat/py-hangups/distinfo
index 396bf7bc4fe..2e1668164e9 100644
--- a/chat/py-hangups/distinfo
+++ b/chat/py-hangups/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/11/17 21:41:13 leot Exp $
+$NetBSD: distinfo,v 1.7 2020/09/07 19:34:29 leot Exp $
-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
+SHA1 (hangups-0.4.11.tar.gz) = def7382e7e277c1a6cec245f46b0aae05ff73d16
+RMD160 (hangups-0.4.11.tar.gz) = 9873cba6f987373ea88068f314270cba22095653
+SHA512 (hangups-0.4.11.tar.gz) = d9e3791f2b5a00f06dadb7c0d73f4f7d39e88402029bd53b704ebe7f0cfecebbac8a2f89484f6db4f2c20cbd7c753d10df0710a63f21a54c895d0f52990b0045
+Size (hangups-0.4.11.tar.gz) = 97364 bytes
+SHA1 (patch-setup.py) = 53921ffe3fdbc75ad75eca728b0d59bb638f40cb
diff --git a/chat/py-hangups/patches/patch-setup.py b/chat/py-hangups/patches/patch-setup.py
index ae2d4d5a855..e26036fd57e 100644
--- a/chat/py-hangups/patches/patch-setup.py
+++ b/chat/py-hangups/patches/patch-setup.py
@@ -1,8 +1,8 @@
-$NetBSD: patch-setup.py,v 1.5 2019/11/17 21:41:13 leot Exp $
+$NetBSD: patch-setup.py,v 1.6 2020/09/07 19:34:29 leot Exp $
Avoid too strict version requirements.
---- setup.py.orig 2019-11-02 18:14:07.000000000 +0000
+--- setup.py.orig 2020-01-16 05:13:05.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.10.0',
+- 'protobuf>=3.1.0,<3.12',
- 'urwid==1.3.1',
- 'MechanicalSoup==0.6.0',
+ 'ConfigArgParse>=0.11.0',