14
0

Accepting request 760088 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/760088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=10
This commit is contained in:
2019-12-31 09:28:21 +00:00
committed by Git OBS Bridge
5 changed files with 47 additions and 5 deletions

8
_service Normal file
View File

@@ -0,0 +1,8 @@
<services>
<service name="download_url" mode='localonly'>
<param name="host">github.com</param>
<param name="protocol">https</param>
<param name="path">/ProgVal/Limnoria/archive/master-2019-12-21.tar.gz</param>
</service>
</services>

View File

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

3
master-2019-12-21.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Dec 30 21:57:04 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>
- Update to version 2019-12-21:
+ Add config supybot.reply.format.list.maximumItems to limit the size o…
+ Add fallback if getting supybot.language from registry cache failed.
+ All plugins: set Limnoria contributors as maintainer
+ Better formatting in supybot.Author if some fields are missing
+ Get locale name on startup from registry cache instead of parsing con…
+ Make getLocaleFromRegistryCache reload existing locales.
+ Math: Fix test on Pypy.
+ Math: Display a nicer error in case of MemoryError.
+ MoobotFactoids: Fix support of commands sent in private.
+ Nicer error message in getChannel/makeChannelFilename when channel is…
+ Plugin: support showing __maintainer__ field in the 'author' command
+ Plugin: accept author name in 'contributors' command
+ QuoteGrabs: fix SyntaxWarning (#1391)
+ Remove dead code from Group that belongs in Value.
+ Request msgid capability.
+ RSS: Register feed config in config.py instead of plugin.py.
+ Scheduler: Use assertRegexp instead of assertNotRegexp in tests.
+ Scheduler: Use default timeout for assertResponse.
+ Scheduler: Use mocking to make tests faster.
+ Services: Fix typo in doInvite() (#1394)
+ Update core fr translation.
+ Update supybot-plugin-doc to work with current version of the registry.
+ Web: Lower log level when title could not be found.
+ Web: Remove leading space if the prefix is empty.
+ Web: Add early returns on exception when snarfing titles.
+ src/callbacks.py: use network-specific values.
+ test: Don't overwrite the main Schedule in the driver list.
+ test: Mock calls to time.sleep()
+ test: choose a random free port for tests using the HTTP server
-------------------------------------------------------------------
Sun Nov 17 19:01:04 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>

View File

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