forked from pool/python-irc
- Sync with python-irclib package -> provides/obsoletes fun
- Add patch fix-lint.patch to fix lint error - Update version to 17.0: * Support for py3.7 - Drop support for python2, dropped by upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
9f5a0f53b7
commit
f416559eb4
12
fix-lint.patch
Normal file
12
fix-lint.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: irc-17.0/scripts/irccat2-aio.py
|
||||
===================================================================
|
||||
--- irc-17.0.orig/scripts/irccat2-aio.py
|
||||
+++ irc-17.0/scripts/irccat2-aio.py
|
||||
@@ -70,6 +70,7 @@ def main():
|
||||
args.server, args.port, args.nickname, password=args.password
|
||||
)
|
||||
except irc.client.ServerConnectionError as x:
|
||||
+ print(x)
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
Reference in New Issue
Block a user