Revisions of python-limnoria

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 773166 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 30)
- Update to version 2020-01-31:
  + RSS: If ids are missing, use <link> as id.
  + RSS: Show a meaningful error in case '@rss' is called with a non-URL/… 
  + ChannelStats: Use the safe math evaluator.
  + core/Math: Move the math evaluator to src/utils/.
  + Math: Fix log/log10 return type.
  + Aka, Google, String: fix more DeprecationWarning in tests (#1328)
  + AutoMode, Channel, Nickometer: fix invalid escape sequence Deprecatio…
  + plugins: use r'' strings to fix DeprecationWarning in test cases (#1328)
  + Aka, Debug: cleanup imports
  + Use importlib instead of imp.
  + Replace failUnless/failIf with assertTrue/assertFalse.
  + Socket: Don't add instances twice in cls._instances. 
  + Socket: use a proper lock instead of a boolean.
  + Add subcommand dispatching for CAP/FAIL/WARN/NOTE.
  + Rename doAuthenticate* functions to not conflict with callback names.
  + Make irc.error do nothing is no string is given as argument. 
  + Call super().setValue() before defaultHttpHeaders. 
  + Deduplicate setting Accept-Language HTTP header. 
  + Web: Implement protocols.http.requestLanguage
  + Add supybot.protocols.http.requestLanguage
  + Fix getSpecific usage 
  + Import MutableMapping and MutableSet from collections.abc. 
  + setup.py: migrate shebang to Python 3
  + setup.py: remove obsolete version_info conditionals
  + scripts: remove obsolete conditionals for Python 2
  + scripts: migrate shebangs and version checks to Python 3
  + Be less hostile to users in --allow-root help
  + Readd Limnoria name to default part & quit messages 
  + SedRegex: skip testReDoSTimeout if multiprocessing is disabled
buildservice-autocommit accepted request 761072 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 29)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 760810 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 28)
- Update to version 2020-01-01:
  + Skip irctest when optional dependencies are not installed.
- python2 no longer supported; use skip_python2 macro to disable
  it.
buildservice-autocommit accepted request 760088 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 27)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 760083 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 26)
- 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
buildservice-autocommit accepted request 749475 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 749139 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 24)
- 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
buildservice-autocommit accepted request 730097 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 730051 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 22)
- 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.
buildservice-autocommit accepted request 686928 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 21)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 686871 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 20)
- 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.
buildservice-autocommit accepted request 643768 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 19)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 643740 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 18)
- Update to version 2018-09-10:
  * Fix Python 3.7 support.
buildservice-autocommit accepted request 632453 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 632117 from Bogdano Arendartchuk's avatar Bogdano Arendartchuk (barendartchuk) (revision 14)
- enable Python 2 binaries with update-alternatives: they are
  needed for running legacy plugins
buildservice-autocommit accepted request 629897 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 12)
- Drop -devel from deps
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 629616 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 11)
- 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
Displaying revisions 41 - 60 of 70
openSUSE Build Service is sponsored by