pkgsrc-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.13
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ddb1147a9eb
branches: trunk
changeset: 448481:4ddb1147a9eb
user: leot <leot%pkgsrc.org@localhost>
date: Mon Mar 08 21:28:27 2021 +0000
description:
py-hangups: Update to 0.4.13
Changes:
0.4.13
------
- add --keep-emoticons
- drop support for Python 3.5
- add support for Python 3.9
- show message when image is not found
- return ConversationEvent from Conversation methods
- add new Conversation methods
- add group link sharing support to Conversation
- add canonical_email to user.User
diffstat:
chat/py-hangups/Makefile | 6 +++---
chat/py-hangups/distinfo | 12 ++++++------
chat/py-hangups/patches/patch-setup.py | 12 ++++++------
3 files changed, 15 insertions(+), 15 deletions(-)
diffs (73 lines):
diff -r fce66f5b9771 -r 4ddb1147a9eb chat/py-hangups/Makefile
--- a/chat/py-hangups/Makefile Mon Mar 08 20:41:12 2021 +0000
+++ b/chat/py-hangups/Makefile Mon Mar 08 21:28:27 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/09/29 21:42:59 leot Exp $
+# $NetBSD: Makefile,v 1.11 2021/03/08 21:28:27 leot Exp $
-DISTNAME= hangups-0.4.12
+DISTNAME= hangups-0.4.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hangups/}
@@ -11,7 +11,7 @@
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-MechanicalSoup>=0.6.0:../../www/py-MechanicalSoup
-DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.3:../../www/py-aiohttp
+DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.7:../../www/py-aiohttp
DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
DEPENDS+= ${PYPKGPREFIX}-async-timeout>=2:../../devel/py-async-timeout
DEPENDS+= ${PYPKGPREFIX}-configargparse>=0.11.0:../../devel/py-configargparse
diff -r fce66f5b9771 -r 4ddb1147a9eb chat/py-hangups/distinfo
--- a/chat/py-hangups/distinfo Mon Mar 08 20:41:12 2021 +0000
+++ b/chat/py-hangups/distinfo Mon Mar 08 21:28:27 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2020/09/29 21:42:59 leot Exp $
+$NetBSD: distinfo,v 1.9 2021/03/08 21:28:27 leot Exp $
-SHA1 (hangups-0.4.12.tar.gz) = 04241e42503c9bd0269aa219589a9cbca8ae4f37
-RMD160 (hangups-0.4.12.tar.gz) = 079fb42d2af75785abeb8e0438fcd783d8c5873e
-SHA512 (hangups-0.4.12.tar.gz) = 51201e9b51a345d373d203e25085c8b02ee3856af5fa1408e67bebfa42e1dccc612b2300e80bbaa0ce8496abe9ec1d4ba06ba86e79e7b68e5726705176e23c40
-Size (hangups-0.4.12.tar.gz) = 97324 bytes
-SHA1 (patch-setup.py) = af94bf5e2f4a83428327656f0020596b772d9e84
+SHA1 (hangups-0.4.13.tar.gz) = 2f158edeb9a9cd248776d0c98853922ad19d2e0a
+RMD160 (hangups-0.4.13.tar.gz) = a36f55def005e212b1ac5150a48773850f9804a8
+SHA512 (hangups-0.4.13.tar.gz) = e119083fad5aa8fc581f2096aeb2923dad1d4681144a0b708646fd4ee4b5bebb61f2acdc2be23d44f513bc38c413a601592444ea04768a5c9c0f891752069e29
+Size (hangups-0.4.13.tar.gz) = 98179 bytes
+SHA1 (patch-setup.py) = 91b9e4c2fc33a853c6c8f37914edb2888c15a988
diff -r fce66f5b9771 -r 4ddb1147a9eb chat/py-hangups/patches/patch-setup.py
--- a/chat/py-hangups/patches/patch-setup.py Mon Mar 08 20:41:12 2021 +0000
+++ b/chat/py-hangups/patches/patch-setup.py Mon Mar 08 21:28:27 2021 +0000
@@ -1,25 +1,25 @@
-$NetBSD: patch-setup.py,v 1.7 2020/09/29 21:42:59 leot Exp $
+$NetBSD: patch-setup.py,v 1.8 2021/03/08 21:28:27 leot Exp $
Avoid too strict version requirements.
---- setup.py.orig 2020-09-28 01:43:12.000000000 +0000
+--- setup.py.orig 2021-02-28 19:50:45.000000000 +0000
+++ setup.py
-@@ -25,16 +25,16 @@ with open('README.rst') as f:
+@@ -22,16 +22,16 @@ with open('README.rst') as f:
# hangups from breaking when new versions of dependencies are released,
# especially for end-users (non-developers) who use pip to install hangups.
install_requires = [
- 'ConfigArgParse>=0.11.0,<2',
-- 'aiohttp>=3.3,<4',
+- 'aiohttp>=3.7,<4',
- 'async-timeout>=2,<4',
- 'appdirs>=1.4,<1.5',
- 'readlike>=0.1.2,<0.2',
- 'requests>=2.6.0,<3', # uses semantic versioning (after 2.6)
- 'ReParser==1.4.3',
-- 'protobuf>=3.1.0,<3.14',
+- 'protobuf>=3.1.0,<3.16',
- 'urwid>=1.3.1,<2.2',
- 'MechanicalSoup>=0.6.0,<0.13',
+ 'ConfigArgParse>=0.11.0',
-+ 'aiohttp>=3.3',
++ 'aiohttp>=3.7',
+ 'async-timeout>=2',
+ 'appdirs>=1.4',
+ 'readlike>=0.1.2',
Home |
Main Index |
Thread Index |
Old Index