15
0
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:
Tomáš Chvátal
2019-01-18 12:28:25 +00:00
committed by Git OBS Bridge
parent 9f5a0f53b7
commit f416559eb4
5 changed files with 65 additions and 63 deletions

12
fix-lint.patch Normal file
View 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: