forked from pool/python-limnoria
Accepting request 900630 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/900630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=21
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2400d2a47078d16defdaad0978fed15d5c6fc28bfebcc943669a22d43b83c2e7
|
||||
size 1034603
|
||||
3
limnoria-2021.05.27.tar.gz
Normal file
3
limnoria-2021.05.27.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82be45cc35efc731065c3253b785a3ee90e956807db35474a741d2058fb8c3d4
|
||||
size 1092017
|
||||
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 16 12:15:10 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
|
||||
|
||||
- Update to version 2021-05-27:
|
||||
+ Socket: Fix crash non-TLS connections when using a SOCKS proxy
|
||||
+ Socket: Disable resolution when using a SOCKS proxy
|
||||
+ drivers: Log SOCKS proxy on connecting
|
||||
+ callbacks, Misc, Relay: Fix when the message prefix is just a nick
|
||||
+ Admin: Fix python 3.4 support
|
||||
+ ircdb: Fix 'IrcUser.nicks' on non-lowercase network names
|
||||
+ Add the option to disable password login.
|
||||
+ Move official channel from Freenode to Libera.Chat
|
||||
+ SedRegex: Fix NameError in config setup
|
||||
+ Network: Fix IPv6 parsing
|
||||
+ Channel: Fix Nameerror in @Alert.
|
||||
+ httpserver: Fix pointless tracebacks
|
||||
+ Relay: Don't relay QUIT/NICK if the sender isn't in the relayed channel.
|
||||
+ RSS: Make @remove completely clean up feeds
|
||||
+ RSS: Default to setting announces per channel+network, instead of
|
||||
just per channel
|
||||
+ RSS: Forbid dots in feed names.
|
||||
+ Services: Keep per-network state separate
|
||||
+ all plugins: regenerate READMEs
|
||||
+ httpserver, Fediverse: show an error message on 404
|
||||
+ Fediverse: Move Secure Fetch documentation to the 'Usage' section
|
||||
+ Fix computation of message overhead in multiline batches.
|
||||
+ Log loading times for each plugin
|
||||
+ supybot-plugin-doc: Add labels for all command and config variables
|
||||
+ callbacks: Don't write nick prefixes in the middle of multiline messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 16:10:36 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
%define skip_python2 1
|
||||
%define appname limnoria
|
||||
%define srcver 2020-12-07
|
||||
%define srcver 2021-05-27
|
||||
Name: python-limnoria
|
||||
Version: 2021.03.17
|
||||
Version: 2021.05.27
|
||||
Release: 0
|
||||
Summary: A modified version of Supybot (an IRC bot and framework)
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user