14
0
Files
python-limnoria/python-limnoria.changes

165 lines
6.6 KiB
Plaintext
Raw Normal View History

Accepting request 760083 from home:lrupp:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/760083 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=26
2019-12-30 23:11:24 +00:00
-------------------------------------------------------------------
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>
- Update to version 2019-11-09:
+ Fix log on SASL failure.
+ Math: Rewrite calc functions with a proper evaluator.
+ Log SASL mechanism on failure. Closes GH-1014.
+ Config: Add : prefix to network-specific values listed by 'config list'.
+ Web: Catch more errors in getTitle.
+ Split 'CAP REQ' commands to not exceed 512 bytes.
+ Reset capability set state on reconnection.
+ Fix conditional on CTCP in urlSnarfer
+ Use a real invalid email in supybot.authors.unknown
+ Don't repeat nick in supybot.Author if nick and name are the same
+ regexp_wrapper: return None instead of False when search times out
-------------------------------------------------------------------
Wed Sep 11 07:47:17 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2019-09-08:
* Interpret empty server tag values as missing tag values. As
required by https://ircv3.net/specs/extensions/message-tags
- Changes from version 2019-08-25:
* Config: Prevent accidental leak of private values on public
channels.
- Changes from version 2019-07-17:
* Google: Update for Google's new HTML layout.
-------------------------------------------------------------------
Tue Mar 19 16:36:41 UTC 2019 - Atri B <badshah400@gmail.com>
- Update to version 2019-02-23:
* Revert changes to the structure of sdist packages.
* Fix bugs in wrapping IRC messages.
* Support for (future) Python 3.8.
* Fix encoding issue on Python 2.
* Support [ipv6]:port format.
-------------------------------------------------------------------
Mon Oct 22 14:05:21 UTC 2018 - badshah400@gmail.com
- Update to version 2018-09-10:
* Fix Python 3.7 support.
-------------------------------------------------------------------
Tue Aug 28 09:15:35 UTC 2018 - BArendartchuk@suse.com
- enable Python 2 binaries with update-alternatives: they are
needed for running legacy plugins
-------------------------------------------------------------------
Fri Aug 17 10:26:06 UTC 2018 - tchvatal@suse.com
- Drop -devel from deps
-------------------------------------------------------------------
Thu Aug 16 14:49:58 UTC 2018 - badshah400@gmail.com
- Update to version 2018-06-25-2:
* test_plugin_create: skip if supybot-plugin-create is not
installed.
- Changes from version 2018-06-25:
* Fixes and tests to supybot-plugin-create; modernize the plugin
template (gh#ProgVal/Limnoria#1340)
* supybot-plugin-create: compactify import statements in the
template
* supybot-plugin-create: prefer importlib over imp on Python >=
3.4
* test: add test cases for supybot-plugin-create
* -plugin-create: fix errors when only a subset of args are
given
* -plugin-create: rename --real-name to --author/-a
* -plugin-create: add -d as an alias to --desc for consistency
-------------------------------------------------------------------
Thu May 10 15:43:03 UTC 2018 - toddrme2178@gmail.com
- Avoid problem with bytecode being overwritten by tests
-------------------------------------------------------------------
Mon Apr 30 18:58:58 UTC 2018 - badshah400@gmail.com
- Update to version 2018-04-21:
* Do not break UTF-8 characters in long words. Closes
gh#ProgVal/Limnoria#1333.
-------------------------------------------------------------------
Wed Apr 18 18:43:28 UTC 2018 - badshah400@gmail.com
- The gnupg python module is called python{2,3}-python-gnupg,
adapt Requires accordingly.
-------------------------------------------------------------------
Fri Apr 13 09:10:42 UTC 2018 - badshah400@gmail.com
- Switch to using PySocks instead of SocksiPy: the former is
well-maintained than the latter.
-------------------------------------------------------------------
Sat Mar 31 11:01:05 UTC 2018 - jengelh@inai.de
- Remove empty filler marketing wording from description.
-------------------------------------------------------------------
Wed Feb 21 14:38:22 UTC 2018 - badshah400@gmail.com
- Enable python2 module [not binaries] since we have
python2-SocksiPy now.
-------------------------------------------------------------------
Thu Feb 15 23:59:41 UTC 2018 - badshah400@gmail.com
- Update to master-2018-01-28:
* NickAuth: Fix NameError caused by e732931.
-------------------------------------------------------------------
Mon Dec 18 08:48:19 UTC 2017 - badshah400@gmail.com
- Update to master-2017-10-25:
* Aka: Escape the command in help strings, so they can be
copy-pasted into @aka add.
- Convert to python single-spec; disable python2 modules as
python2-SocksiPy is not available.
- Enable tests as part of %%check.
-------------------------------------------------------------------
Fri Nov 25 01:23:30 UTC 2016 - badshah400@gmail.com
- Initial package.