14
0

Accepting request 830626 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/830626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=16
This commit is contained in:
2020-08-31 14:50:55 +00:00
committed by Git OBS Bridge
4 changed files with 50 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sun Aug 30 10:27:19 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com>

View File

@@ -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}