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:           Mon Oct 15 08:55:49 UTC 2018

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

Log Message:
py-hangups: Update chat/py-hangups to 0.4.6

Changes:
0.4.6
-----
- raise maximum supported protobuf version
- choose 2FA method automatically when several methods are available


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/py-hangups/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-hangups/distinfo
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/chat/py-hangups/Makefile:1.5
--- pkgsrc/chat/py-hangups/Makefile:1.4 Mon Jul 16 17:43:24 2018
+++ pkgsrc/chat/py-hangups/Makefile     Mon Oct 15 08:55:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/07/16 17:43:24 leot Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/15 08:55:49 leot Exp $
 
-DISTNAME=      hangups-0.4.5
+DISTNAME=      hangups-0.4.6
 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.3 pkgsrc/chat/py-hangups/distinfo:1.4
--- pkgsrc/chat/py-hangups/distinfo:1.3 Mon Jul 16 17:43:24 2018
+++ pkgsrc/chat/py-hangups/distinfo     Mon Oct 15 08:55:49 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/07/16 17:43:24 leot Exp $
+$NetBSD: distinfo,v 1.4 2018/10/15 08:55:49 leot Exp $
 
-SHA1 (hangups-0.4.5.tar.gz) = 0aade831325946d8dbb70469a8e0da6426a24364
-RMD160 (hangups-0.4.5.tar.gz) = 3f40fc3e322a6b4599470a9a9c9b0b888c9d6d9b
-SHA512 (hangups-0.4.5.tar.gz) = e074f6b4243268b56e840f094083a3ed79c91509f28d372b21f19b28052b14e3ab0858fed17d36996752ae09c23903fdd029e7fad80024313a9e223e3f13a06f
-Size (hangups-0.4.5.tar.gz) = 85809 bytes
-SHA1 (patch-setup.py) = edbd86241944254612e64c08b1407e6818c0063f
+SHA1 (hangups-0.4.6.tar.gz) = 4d74c09b4ddb0f1e12da65078a17bd2646f56c7c
+RMD160 (hangups-0.4.6.tar.gz) = fc740390c3b4a5ed9796b1df29e47469adecf7fa
+SHA512 (hangups-0.4.6.tar.gz) = 643f9a5073a06a4dc85c582e9dac7503d4da74a6b87f09357623ad298c8b097071cb59f89ed32d54e1235c14605d36768b5abbd069d879b19b405c281d033bc8
+Size (hangups-0.4.6.tar.gz) = 85954 bytes
+SHA1 (patch-setup.py) = 20f9615b715bdd481723ed01137159f9aa1a17ef

Index: pkgsrc/chat/py-hangups/patches/patch-setup.py
diff -u pkgsrc/chat/py-hangups/patches/patch-setup.py:1.2 pkgsrc/chat/py-hangups/patches/patch-setup.py:1.3
--- pkgsrc/chat/py-hangups/patches/patch-setup.py:1.2   Mon Jul 16 17:43:25 2018
+++ pkgsrc/chat/py-hangups/patches/patch-setup.py       Mon Oct 15 08:55:49 2018
@@ -1,8 +1,8 @@
-$NetBSD: patch-setup.py,v 1.2 2018/07/16 17:43:25 leot Exp $
+$NetBSD: patch-setup.py,v 1.3 2018/10/15 08:55:49 leot Exp $
 
 Avoid too strict version requirements.
 
---- setup.py.orig      2018-07-15 22:09:11.000000000 +0000
+--- setup.py.orig      2018-10-14 20:15:25.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.2.0',
+-    'protobuf>=3.1.0,<=3.6.1',
 -    'urwid==1.3.1',
 -    'MechanicalSoup==0.6.0',
 +    'ConfigArgParse>=0.11.0',



Home | Main Index | Thread Index | Old Index