Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/py-tulir-hangups/patches Oops, forgot to cvs add ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/070ba708958c
branches: trunk
changeset: 438869:070ba708958c
user: js <js%pkgsrc.org@localhost>
date: Fri Sep 11 02:45:40 2020 +0000
description:
Oops, forgot to cvs add new files
diffstat:
chat/py-tulir-hangups/patches/patch-setup.py | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diffs (30 lines):
diff -r 89fdcdc2cfa4 -r 070ba708958c chat/py-tulir-hangups/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/py-tulir-hangups/patches/patch-setup.py Fri Sep 11 02:45:40 2020 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-setup.py,v 1.1 2020/09/11 02:45:40 js Exp $
+
+--- setup.py.orig 2020-09-04 11:52:46.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',
+ 'aiohttp>=3.3,<4',
+ 'async-timeout>=2,<4',
+ 'appdirs>=1.4,<1.5',
+- 'readlike==0.1.2',
++ 'readlike>=0.1.2',
+ 'requests>=2.6.0,<3', # uses semantic versioning (after 2.6)
+- 'ReParser==1.4.3',
++ 'ReParser>=1.4.3',
+ 'protobuf>=3.1.0,<3.14',
+- 'urwid==1.3.1',
+- 'MechanicalSoup==0.6.0',
++ 'urwid>=1.3.1',
++ 'MechanicalSoup>=0.6.0',
+ ]
+
+
Home |
Main Index |
Thread Index |
Old Index