pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-tulir-hangups/patches
Module Name: pkgsrc
Committed By: js
Date: Fri Sep 11 02:45:40 UTC 2020
Added Files:
pkgsrc/chat/py-tulir-hangups/patches: patch-setup.py
Log Message:
Oops, forgot to cvs add new files
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/py-tulir-hangups/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/chat/py-tulir-hangups/patches/patch-setup.py
diff -u /dev/null pkgsrc/chat/py-tulir-hangups/patches/patch-setup.py:1.1
--- /dev/null Fri Sep 11 02:45:40 2020
+++ pkgsrc/chat/py-tulir-hangups/patches/patch-setup.py Fri Sep 11 02:45:40 2020
@@ -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