Changelog for
python311-limnoria-2024.10.19-1.2.noarch.rpm :
* Thu Jan 02 2025 Atri Bhattacharya
- Fix dist-info versioning by exporting the correct SOURCE_DATE_EPOCH before building.- Revert changes from previous commit in lieu of current, better fix.
* Thu Jan 02 2025 Atri Bhattacharya - Account for the dist-info version differing from tarball version in file lists.
* Tue Dec 10 2024 Steve Kowalik - Update to 2024.10.19:
* Add IrcState.nicksToAccount
* core & Channel: Add option --account to kban and iban
* Add support for \'account\' in supybot.protocols.irc.banmask
* Replace makeExtBanmask with makeExtBanmasks
* makeExtBanmasks: Log invalid options
* requirements.txt: add ddate as an optional dependency for Time.ddate
* Socket: Fix hanging while TLS socket buffer is non-empty
* Debug: Remove useless shebang
* httpserver: Fix incorrect path joining
* RSS: Add support for $content/$summary_detail/$title_detail
* RSS: Copy $summary to $description on Atom feeds
* Fix recursive loop in limnoria_reset_password
* Geography: Add support for OSM node ids
* Web: Fix crash on trailing \';\' in Content-Type
* Web: Fix crash on socket.timeout on snarfed URLs
* Fediverse: Catch URLErrors raised when checking webfinger support
* Services: Improve error on missing password or NickServ nick
* Changed whois provider domain to whois.iana.org
* RSS: Update link to feedparser
* ircdb.checkIgnored: return False for messages from servers
* RSS: Don\'t log tracebacks for HTTP errors
* Create temporary files in a temporary directory
* Channel: Fix error in when channel is configured but not joined
* Web: Need to download even more Javascript from Youtube
* Admin: Fix leftover state change in testPart
* Admin: Actually clean up test channel from configuration
* Fix SyntaxWarning on Python 3.12
* httpserver: Rewrite without the cgi module
* Internet: Use socket directly instead of telnetlib
* Unix: Disable \'crypt\' command on Python >= 3.13
* RSS: Fix error when re-creating a feed with a different name
* Add per-network \'vhost\' and \'vhostv6\' config variables
* Misc: update version fetching to the new branches
* safeEval: Fix support for Python 3.14
* GPG: Import documentation removed from the Getting Started guide
* Cowardly refuse to ban oneself with an account extban
* Fall back to banning host instead of exact mask
* Add test the bot won\'t account-extban itself
* Added russian locale to limnoria
* Use cProfile instead of profile
* Web: Add youtu.be to Youtube\'s domain list
* plugin-doc: Prevent hyphenation of -- in command syntax
* Add config value supybot.reply.mores.instant.whenPrivate
* Fix NormalizedString serialization splitting within escape sequences.
* Updated russian translation based on updated messages.pot
* Factoids: Fix search results when single key matched
* Unix: Fix IPv6 formating of ping command
* Web: Add workaround for minified Reddit URLs- Switch back to PyPi tarball.- Switch to autosetup and pyproject macros.- Add patch skip-fediverse-profile-tests.patch:
* Skip some misbehaving tests.
* Fri Oct 20 2023 Atri Bhattacharya - Update to version 2023.09.24.2:
* PluginDownloader: Fix typo- List limnoria executables as part of file-list.- Drop unnecessary hashbangs from non-exec scripts.- Link duplicate files in man dir.
* Fri Oct 20 2023 Atri Bhattacharya - Add coreutils-systemd to BuildRequires for the `uptime` command needed for a test.
* Thu May 04 2023 Atri Bhattacharya - Update to version 2023-02-11:
* Fix: Some instances behind Cloudflare block requests without a User-Agent header.
* Sat Apr 15 2023 Bjørn Lie - Add explicit {python_module pytzdata} BuildRequires and python-pytzdata Requires, needed for build in Tumbleweed now.
* Sat Dec 03 2022 Yogalakshmi Arunachalam - Update to version 2022-11-16
* Google: Remove broken commands
* Mon Oct 31 2022 Atri Bhattacharya - Update to version 2022-09-27:
* utils/web: Add
to the list of block elements.
* Thu Jul 14 2022 Atri Bhattacharya - Update to version 2022-07-03:
* PluginDownloader: replace automatic 2to3 step with a simple warning.
* Thu Apr 21 2022 Steve Kowalik - feedparser is now available on Python 3.10, remove the skip.
* Wed Mar 23 2022 pgajdosAATTsuse.com- python-mock is not required for build
* Sat Mar 19 2022 Atri Bhattacharya - Update to version 2022-03-19:
* irclib: Catch exception from outFilter, as with inFilter
* Sat Feb 05 2022 Ben Greiner - Update to version 2022-02-03
* wizard: Fix mixup of sasl username and password
* Format: allow empty substrings in \'replace\'. This allows for easy substring removal without having to use regex.
* setup.py + CI: Remove support for Python 3.4 and 3.5
* Time: Fix error handling in AATTtztime.
* LogToIrc: Synchronize README with config.py. Better document the format of the \'target\' config var
* Expose standardSubstitute\'s var dictionary. So it can be reused by plugins if they want to use a different templating engine.
* Services: Update to the latest version of the draft/account-registration spec.- Skip python310: no feedparser due to missing sgmllib3k for Python 3.10- Enable the test suite
* Wed Jun 16 2021 Lars Vogdt - 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 + drivers: Log SOCKS proxy on connecting + 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 AATTAlert. + httpserver: Fix pointless tracebacks + Relay: Don\'t relay QUIT/NICK if the sender isn\'t in the relayed channel. + RSS: Make AATTremove completely clean up feeds + 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 + all plugins: regenerate READMEs + 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 + supybot-plugin-doc: Add labels for all command and config variables + callbacks: Don\'t write nick prefixes in the middle of multiline messages
* Mon Mar 22 2021 Atri Bhattacharya - Update to version 2021-03-17:
* README+setup: Update supported Python versions.