14
0

Accepting request 749139 from home:lrupp:branches:devel:languages:python

- Update to version 2019-11-09:
  + Fix log on SASL failure.
  + Math: Rewrite calc functions with a proper evaluator. 
  + Log SASL mechanism on failure. Closes GH-1014. 
  + Config: Add : prefix to network-specific values listed by 'config list'.
  + Web: Catch more errors in getTitle.
  + Split 'CAP REQ' commands to not exceed 512 bytes.
  + Reset capability set state on reconnection.
  + Fix conditional on CTCP in urlSnarfer
  + Use a real invalid email in supybot.authors.unknown
  + Don't repeat nick in supybot.Author if nick and name are the same
  + regexp_wrapper: return None instead of False when search times out

OBS-URL: https://build.opensuse.org/request/show/749139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-11-19 09:43:30 +00:00
committed by Git OBS Bridge
parent 349a268865
commit 028a6e371f
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7b8dec6befa6381d6f1ce75c240e132a0c020bbef15bb0e7b943a01d6790875
size 966922

3
master-2019-11-09.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0d07a444dd27808131939e7755d698e692e9752aa1115e63eb720b26e5d9035
size 973099

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 17 19:01:04 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>
- Update to version 2019-11-09:
+ Fix log on SASL failure.
+ Math: Rewrite calc functions with a proper evaluator.
+ Log SASL mechanism on failure. Closes GH-1014.
+ Config: Add : prefix to network-specific values listed by 'config list'.
+ Web: Catch more errors in getTitle.
+ Split 'CAP REQ' commands to not exceed 512 bytes.
+ Reset capability set state on reconnection.
+ Fix conditional on CTCP in urlSnarfer
+ Use a real invalid email in supybot.authors.unknown
+ Don't repeat nick in supybot.Author if nick and name are the same
+ regexp_wrapper: return None instead of False when search times out
-------------------------------------------------------------------
Wed Sep 11 07:47:17 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define appname limnoria
%define srcver 2019-09-08
%define srcver 2019-11-09
Name: python-limnoria
Version: 2019.09.08
Version: 2019.11.09
Release: 0
Summary: A modified version of Supybot (an IRC bot and framework)
License: BSD-3-Clause