diff --git a/limnoria-2020.08.30.tar.gz b/limnoria-2020.08.30.tar.gz new file mode 100644 index 0000000..eba5fcc --- /dev/null +++ b/limnoria-2020.08.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a858be21e6fdb944e102fbb722cdae754fc23132973e1e87f344718f036025ee +size 1028836 diff --git a/python-limnoria-2020.07.01.tar.gz b/python-limnoria-2020.07.01.tar.gz deleted file mode 100644 index 83fae76..0000000 --- a/python-limnoria-2020.07.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71221e582974bda9f1db7c514bc9085b235755f57d6524665533332a03e6ed65 -size 1024234 diff --git a/python-limnoria.changes b/python-limnoria.changes index 5de1987..df145d4 100644 --- a/python-limnoria.changes +++ b/python-limnoria.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sun Aug 30 10:27:19 UTC 2020 - Atri Bhattacharya + +- Update to version 2020-08-30: + * Herald: + - Throttle default heralds. + - Use time.monotonic instead of time.time. + * DDG: + - Fix redirect detection. + - Add region and safeSearch configs. + - Add region test. + * callbacks: + - don't crash when the prefix is from network services. + - add comments to findCallbacksForArgs. + * utils.net: + - always check fingerprints if they are set, even if + verifyCertificates is False. + - Do not disable TLS certificate check when + authorityCertificate is set. + * Autocomplete: + - Initial implementation. + - Fix name of response tag. + - Only return the end of the current word (or the next one if + the current word is finished). + - return only the common prefix + one word. + - more readable test failures. + - configure Black. + * ChannelLogger: + - Fix regression preventing outgoing messages from being logged. + - rewrite relayed messages echoed by the server + - Fix typo in variable name. + - update comment + * irclib: Don't error when 004 is missing umodes and chanmodes. + * Selectable User-Agent for HTTP requests + (gh#ProgVal/Limnoria#1423) + * Fix typo. HttpUserAgent -> HttpUserAgents + (gh#ProgVal/Limnoria#1424) + * userAgents: avoid potential IndexError + * Google: Set User-Agent override. (gh#ProgVal/Limnoria#1426) + * Factoids: Add --author filtering to @search. + * Rename IrcCallback.echo_message to IrcCallback.echoMessage. +- Use limnoria-%{version}.ext naming scheme for source instead of + python-limnoria-%{version}.ext + ------------------------------------------------------------------- Thu Jul 9 19:43:29 UTC 2020 - Atri Bhattacharya diff --git a/python-limnoria.spec b/python-limnoria.spec index a8bccaf..623566f 100644 --- a/python-limnoria.spec +++ b/python-limnoria.spec @@ -18,15 +18,15 @@ %define skip_python2 1 %define appname limnoria -%define srcver 2020-07-01 +%define srcver 2020-08-30 Name: python-limnoria -Version: 2020.07.01 +Version: 2020.08.30 Release: 0 Summary: A modified version of Supybot (an IRC bot and framework) License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/ProgVal/Limnoria -Source: https://github.com/ProgVal/Limnoria/archive/master-%{srcver}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/ProgVal/Limnoria/archive/master-%{srcver}.tar.gz#/%{appname}-%{version}.tar.gz BuildRequires: %{python_module PySocks} BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module chardet}