Changelog for
python310-limnoria-2023.09.24.2-1.3.noarch.rpm :
* 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.