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.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a0eb7551d65
branches: trunk
changeset: 439901:6a0eb7551d65
user: leot <leot%pkgsrc.org@localhost>
date: Tue Sep 29 21:42:59 2020 +0000
description:
py-hangups: Update to 0.4.12
Changes:
0.4.12
------
* update parameters for consistency with web client
* upgrade pinned dependencies
diffstat:
chat/py-hangups/Makefile | 4 ++--
chat/py-hangups/distinfo | 12 ++++++------
chat/py-hangups/patches/patch-setup.py | 14 +++++++-------
3 files changed, 15 insertions(+), 15 deletions(-)
diffs (63 lines):
diff -r df7e7fa35a02 -r 6a0eb7551d65 chat/py-hangups/Makefile
--- a/chat/py-hangups/Makefile Tue Sep 29 20:02:09 2020 +0000
+++ b/chat/py-hangups/Makefile Tue Sep 29 21:42:59 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/09/07 19:34:29 leot Exp $
+# $NetBSD: Makefile,v 1.10 2020/09/29 21:42:59 leot Exp $
-DISTNAME= hangups-0.4.11
+DISTNAME= hangups-0.4.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hangups/}
diff -r df7e7fa35a02 -r 6a0eb7551d65 chat/py-hangups/distinfo
--- a/chat/py-hangups/distinfo Tue Sep 29 20:02:09 2020 +0000
+++ b/chat/py-hangups/distinfo Tue Sep 29 21:42:59 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2020/09/07 19:34:29 leot Exp $
+$NetBSD: distinfo,v 1.8 2020/09/29 21:42:59 leot Exp $
-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
+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
diff -r df7e7fa35a02 -r 6a0eb7551d65 chat/py-hangups/patches/patch-setup.py
--- a/chat/py-hangups/patches/patch-setup.py Tue Sep 29 20:02:09 2020 +0000
+++ b/chat/py-hangups/patches/patch-setup.py Tue Sep 29 21:42:59 2020 +0000
@@ -1,23 +1,23 @@
-$NetBSD: patch-setup.py,v 1.6 2020/09/07 19:34:29 leot Exp $
+$NetBSD: patch-setup.py,v 1.7 2020/09/29 21:42:59 leot Exp $
Avoid too strict version requirements.
---- setup.py.orig 2020-01-16 05:13:05.000000000 +0000
+--- setup.py.orig 2020-09-28 01:43:12.000000000 +0000
+++ setup.py
@@ -25,16 +25,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',
+- 'ConfigArgParse>=0.11.0,<2',
- 'aiohttp>=3.3,<4',
- 'async-timeout>=2,<4',
- 'appdirs>=1.4,<1.5',
-- 'readlike==0.1.2',
+- '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.12',
-- 'urwid==1.3.1',
-- 'MechanicalSoup==0.6.0',
+- 'protobuf>=3.1.0,<3.14',
+- 'urwid>=1.3.1,<2.2',
+- 'MechanicalSoup>=0.6.0,<0.13',
+ 'ConfigArgParse>=0.11.0',
+ 'aiohttp>=3.3',
+ 'async-timeout>=2',
Home |
Main Index |
Thread Index |
Old Index