Hello community,
here is the log from the commit of package python-limnoria for openSUSE:Factory
checked in at 2020-08-31 16:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-limnoria (Old)
and /work/SRC/openSUSE:Factory/.python-limnoria.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-limnoria"
Mon Aug 31 16:50:55 2020 rev:16 rq:830626 version:2020.08.30
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-limnoria/python-limnoria.changes
2020-07-10 14:13:16.743607818 +0200
+++
/work/SRC/openSUSE:Factory/.python-limnoria.new.3399/python-limnoria.changes
2020-08-31 16:51:26.608389132 +0200
@@ -1,0 +2,44 @@
+Sun Aug 30 10:27:19 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
python-limnoria-2020.07.01.tar.gz
New:
----
limnoria-2020.08.30.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-limnoria.spec ++++++
--- /var/tmp/diff_new_pack.9Le4Y2/_old 2020-08-31 16:51:30.560391048 +0200
+++ /var/tmp/diff_new_pack.9Le4Y2/_new 2020-08-31 16:51:30.564391050 +0200
@@ -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}