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>

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