Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/py-hangups py-hangups: Update to 0.4.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09c77a857f61
branches:  trunk
changeset: 438599:09c77a857f61
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Sep 07 19:34:29 2020 +0000

description:
py-hangups: Update to 0.4.11

Changes:
0.4.11
------
 - Fix random 401 errors

diffstat:

 chat/py-hangups/Makefile               |   4 ++--
 chat/py-hangups/distinfo               |  12 ++++++------
 chat/py-hangups/patches/patch-setup.py |   6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r 677280306f25 -r 09c77a857f61 chat/py-hangups/Makefile
--- a/chat/py-hangups/Makefile  Mon Sep 07 19:12:57 2020 +0000
+++ b/chat/py-hangups/Makefile  Mon Sep 07 19:34:29 2020 +0000
@@ -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 -r 677280306f25 -r 09c77a857f61 chat/py-hangups/distinfo
--- a/chat/py-hangups/distinfo  Mon Sep 07 19:12:57 2020 +0000
+++ b/chat/py-hangups/distinfo  Mon Sep 07 19:34:29 2020 +0000
@@ -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 -r 677280306f25 -r 09c77a857f61 chat/py-hangups/patches/patch-setup.py
--- a/chat/py-hangups/patches/patch-setup.py    Mon Sep 07 19:12:57 2020 +0000
+++ b/chat/py-hangups/patches/patch-setup.py    Mon Sep 07 19:34:29 2020 +0000
@@ -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 @@
 -    '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',



Home | Main Index | Thread Index | Old Index