14
0

- update to 2025.5.3:

* Fix compatibility with setuptools >= 80
  * registry.Json: Fix serialization/deserialization points
  * Make supybot.plugins.Web.urlWhitelist channel-specific
  * Fix interference of wrap() and internationalizeDocstring()
  * Add support for Python 3.14.0-alpha1
  * i18n: Remove hacks for Python 2
  * Add support for negative integers options following getopt
- Update to version 2022-11-16
  + Socket: Disable resolution when using a SOCKS proxy
  + callbacks, Misc, Relay: Fix when the message prefix is just a nick
  + Channel: Fix Nameerror in @Alert.
  + httpserver: Fix pointless tracebacks
  + RSS: Default to setting announces per channel+network, instead of
  + Log loading times for each plugin
  + RSS: Show a meaningful error in case '@rss' is called with a non-URL/…
  + Socket: Don't add instances twice in cls._instances.
  + Make irc.error do nothing is no string is given as argument.
  + Call super().setValue() before defaultHttpHeaders.
  + Deduplicate setting Accept-Language HTTP header.
  + Fix getSpecific usage
  + Import MutableMapping and MutableSet from collections.abc.
  + Readd Limnoria name to default part & quit messages
  + SedRegex: update plugin metadata
  + Add config supybot.reply.format.list.maximumItems to limit the size o…
  + Make getLocaleFromRegistryCache reload existing locales.
  + Math: Display a nicer error in case of MemoryError.
  + MoobotFactoids: Fix support of commands sent in private.
  + QuoteGrabs: fix SyntaxWarning (#1391)
  + RSS: Register feed config in config.py instead of plugin.py.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=76
This commit is contained in:
2025-05-04 08:55:34 +00:00
committed by Git OBS Bridge
parent 550f58900f
commit dda79d752d
4 changed files with 43 additions and 31 deletions

View File

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

3
limnoria-2025.5.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun May 4 08:54:07 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2025.5.3:
* Fix compatibility with setuptools >= 80
* registry.Json: Fix serialization/deserialization points
* Make supybot.plugins.Web.urlWhitelist channel-specific
* Fix interference of wrap() and internationalizeDocstring()
* Add support for Python 3.14.0-alpha1
* i18n: Remove hacks for Python 2
* Add support for negative integers options following getopt
-------------------------------------------------------------------
Thu Jan 2 15:40:59 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
@@ -100,7 +112,7 @@ Sat Apr 15 21:14:18 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
-------------------------------------------------------------------
Sat Dec 3 17:40:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2022-11-16
- Update to version 2022-11-16
* Google: Remove broken commands
-------------------------------------------------------------------
@@ -156,20 +168,20 @@ Wed Jun 16 12:15:10 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
- Update to version 2021-05-27:
+ Socket: Fix crash non-TLS connections when using a SOCKS proxy
+ Socket: Disable resolution when using a SOCKS proxy
+ Socket: Disable resolution when using a SOCKS proxy
+ drivers: Log SOCKS proxy on connecting
+ callbacks, Misc, Relay: Fix when the message prefix is just a nick
+ callbacks, Misc, Relay: Fix when the message prefix is just a nick
+ Admin: Fix python 3.4 support
+ ircdb: Fix 'IrcUser.nicks' on non-lowercase network names
+ Add the option to disable password login.
+ Move official channel from Freenode to Libera.Chat
+ SedRegex: Fix NameError in config setup
+ Network: Fix IPv6 parsing
+ Channel: Fix Nameerror in @Alert.
+ httpserver: Fix pointless tracebacks
+ Channel: Fix Nameerror in @Alert.
+ httpserver: Fix pointless tracebacks
+ Relay: Don't relay QUIT/NICK if the sender isn't in the relayed channel.
+ RSS: Make @remove completely clean up feeds
+ RSS: Default to setting announces per channel+network, instead of
+ RSS: Default to setting announces per channel+network, instead of
just per channel
+ RSS: Forbid dots in feed names.
+ Services: Keep per-network state separate
@@ -177,7 +189,7 @@ Wed Jun 16 12:15:10 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
+ httpserver, Fediverse: show an error message on 404
+ Fediverse: Move Secure Fetch documentation to the 'Usage' section
+ Fix computation of message overhead in multiline batches.
+ Log loading times for each plugin
+ Log loading times for each plugin
+ supybot-plugin-doc: Add labels for all command and config variables
+ callbacks: Don't write nick prefixes in the middle of multiline messages
@@ -286,7 +298,7 @@ Mon Feb 10 16:33:25 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
- 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/…
+ 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.
@@ -296,25 +308,25 @@ Mon Feb 10 16:33:25 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
+ 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: 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.
+ 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.
+ 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
+ Readd Limnoria name to default part & quit messages
+ SedRegex: skip testReDoSTimeout if multiprocessing is disabled
+ SedRegex: update plugin metadata
+ SedRegex: update plugin metadata
+ SedRegex: spawn a single process to handle the whole history.
+ SedRegex: add test for ReDoS timeout
+ SedRegex: abort when a search times out
@@ -355,32 +367,32 @@ Sat Jan 4 13:10:52 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
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 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.
+ 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.
+ 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)
+ 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.
+ 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.
+ 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.
+ 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
@@ -390,8 +402,8 @@ 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.
+ 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.

View File

@@ -17,7 +17,7 @@
Name: python-limnoria
Version: 2024.10.19
Version: 2025.5.3
Release: 0
Summary: A modified version of Supybot (an IRC bot and framework)
License: BSD-3-Clause