17
0

80 Commits

Author SHA256 Message Date
53cf993f3d Accepting request 1318487 from devel:languages:python
Forwarded request #1318473 from mcalabkova

- update to 2025.11.2
    * Use importlib.metadata instead of pkg_resources
    * remove fallback code for old pythons
    * Mention supybot.databases.plugins config vars from plugins that use them
    * Fix fnmatch support in Python >= 3.14
    * SedRegex: move regex definition into sedregex.py and improve it
  - Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1318487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=35
2025-11-19 13:56:04 +00:00
6adde99c29 - update to 2025.11.2
* Use importlib.metadata instead of pkg_resources
  * remove fallback code for old pythons
  * Mention supybot.databases.plugins config vars from plugins that use them
  * Fix fnmatch support in Python >= 3.14
  * SedRegex: move regex definition into sedregex.py and improve it
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=78
2025-11-18 18:26:03 +00:00
29354aa94d Accepting request 1274209 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1274209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=34
2025-05-05 20:26:13 +00:00
5733ae9b62 - 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
2025-05-04 08:55:34 +00:00
ce81551d4e Accepting request 1234588 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1234588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=33
2025-01-03 13:18:04 +00:00
dc45ce2796 * Fix dist-info versioning by exporting the correct SOURCE_DATE_EPOCH before building.
* Revert changes from previous commit in lieu of current, better fix.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=74
2025-01-02 16:24:22 +00:00
09688b5a99 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=73 2025-01-02 13:26:38 +00:00
83b4669de5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=72 2025-01-02 13:25:04 +00:00
e3ed4fa682 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=71
2024-12-10 03:52:54 +00:00
e9074e6bd2 Accepting request 1119337 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1119337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=32
2023-10-22 19:01:56 +00:00
e8f55a0d45 Accepting request 1119299 from home:badshah400:branches:devel:languages:python
* Update to version 2023.09.24.2.
* List limnoria executables as part of file-list.
* Drop unnecessary hashbangs from non-exec scripts.
* Link duplicate files in man dir.

OBS-URL: https://build.opensuse.org/request/show/1119299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=69
2023-10-21 08:34:33 +00:00
b8938adf25 Accepting request 1119237 from devel:languages:python
Forwarded request #1119233 from badshah400

Add coreutils-systemd to BuildRequires for the `uptime` command needed for a test.

OBS-URL: https://build.opensuse.org/request/show/1119237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=31
2023-10-20 21:18:59 +00:00
bcc4ef9a57 Accepting request 1119233 from home:badshah400:branches:devel:languages:python
Add coreutils-systemd to BuildRequires for the `uptime` command needed for a test.

OBS-URL: https://build.opensuse.org/request/show/1119233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=67
2023-10-20 12:48:13 +00:00
d1020b1f32 Accepting request 1084766 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1084766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=30
2023-05-05 13:57:23 +00:00
9ca2b5682f Accepting request 1084764 from home:badshah400:branches:devel:languages:python
Update to version 2023-02-11

OBS-URL: https://build.opensuse.org/request/show/1084764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=65
2023-05-04 14:53:23 +00:00
f9404eb300 Accepting request 1079719 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1079719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=29
2023-04-16 14:07:24 +00:00
869a604690 Accepting request 1079671 from home:iznogood:branches:devel:languages:python
- Add explicit {python_module pytzdata} BuildRequires and
  python-pytzdata Requires, needed for build in Tumbleweed now.

OBS-URL: https://build.opensuse.org/request/show/1079671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=63
2023-04-16 07:40:07 +00:00
6b1b3ad48c Accepting request 1039856 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1039856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=28
2022-12-04 13:58:33 +00:00
402a77f5ac Accepting request 1039852 from home:yarunachalam:branches:devel:languages:python
- Update to version 2022-11-16 
  * Google: Remove broken commands

OBS-URL: https://build.opensuse.org/request/show/1039852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=61
2022-12-03 18:28:59 +00:00
ae0350bc41 Accepting request 1032514 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=27
2022-11-01 12:42:23 +00:00
6c1286cec9 Accepting request 1032433 from home:badshah400:branches:devel:languages:python
Update to version 2022-09-27

OBS-URL: https://build.opensuse.org/request/show/1032433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=59
2022-10-31 13:37:54 +00:00
92e52ed996 Accepting request 989193 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=26
2022-07-15 11:52:26 +00:00
75cbbc1d4a Accepting request 989184 from home:badshah400:branches:devel:languages:python
Update to version 2022-07-03:

OBS-URL: https://build.opensuse.org/request/show/989184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=57
2022-07-14 14:27:09 +00:00
6a754b28f5 Accepting request 971271 from devel:languages:python
- feedparser is now available on Python 3.10, remove the skip.

OBS-URL: https://build.opensuse.org/request/show/971271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=25
2022-04-21 13:42:35 +00:00
2532da835d - feedparser is now available on Python 3.10, remove the skip.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=55
2022-04-21 02:11:38 +00:00
e51f40d9f3 Accepting request 964312 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/964312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=24
2022-03-23 19:19:13 +00:00
e27969dbb4 Accepting request 964309 from home:pgajdos:python
- python-mock is not required for build

OBS-URL: https://build.opensuse.org/request/show/964309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=53
2022-03-23 14:23:46 +00:00
20886cdc84 Accepting request 963101 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/963101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=23
2022-03-20 19:55:16 +00:00
f17aafdcf2 Accepting request 963070 from home:badshah400:branches:devel:languages:python
Update to version 2022-03-19.

OBS-URL: https://build.opensuse.org/request/show/963070
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=51
2022-03-19 23:04:18 +00:00
f36d2a9785 Accepting request 951785 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/951785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=22
2022-02-05 22:23:22 +00:00
34dfaf6f0e Accepting request 951769 from home:bnavigator:branches:devel:languages:python
- 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 @tztime.
  * 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

OBS-URL: https://build.opensuse.org/request/show/951769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=50
2022-02-05 18:46:37 +00:00
1d35d59237 Accepting request 900630 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/900630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=21
2021-06-19 21:03:02 +00:00
2d20fc4cb1 Accepting request 900624 from home:lrupp:branches:devel:languages:python
- 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 @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 
    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

OBS-URL: https://build.opensuse.org/request/show/900624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=48
2021-06-17 17:26:30 +00:00
c8f36e588e Accepting request 880631 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/880631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=20
2021-03-24 15:14:08 +00:00
411e1bf539 Accepting request 880552 from home:badshah400:branches:devel:languages:python
Update to version 2021-03-17

OBS-URL: https://build.opensuse.org/request/show/880552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=46
2021-03-22 22:29:20 +00:00
822bdc88b1 Accepting request 854512 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/854512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=19
2020-12-10 14:59:08 +00:00
de9a9636ae Accepting request 854376 from home:badshah400:branches:devel:languages:python
Update to version 2020-12-07

OBS-URL: https://build.opensuse.org/request/show/854376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=44
2020-12-10 10:24:51 +00:00
f5a093bbce Accepting request 841776 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/841776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=18
2020-10-15 11:50:36 +00:00
Tomáš Chvátal
8392644260 Accepting request 841756 from home:badshah400:branches:devel:languages:python
Update to version 2020-10-13.

OBS-URL: https://build.opensuse.org/request/show/841756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=42
2020-10-14 12:55:44 +00:00
ccb33bfa1d Accepting request 832064 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/832064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=17
2020-09-05 22:02:46 +00:00
Tomáš Chvátal
9549c27188 Accepting request 832052 from home:badshah400:branches:devel:languages:python
Update to version 2020-09-03

OBS-URL: https://build.opensuse.org/request/show/832052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=40
2020-09-04 11:27:00 +00:00
fa86ce6c96 Accepting request 830626 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/830626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=16
2020-08-31 14:50:55 +00:00
Tomáš Chvátal
ca6012cafc Accepting request 830590 from home:badshah400:branches:devel:languages:python
* Update to version 2020-08-30:
* Use limnoria-%{version}.ext naming scheme for source instead of python-limnoria-%{version}.ext

OBS-URL: https://build.opensuse.org/request/show/830590
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=38
2020-08-31 05:23:46 +00:00
3b579ae031 Accepting request 819828 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/819828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=15
2020-07-10 12:13:12 +00:00
Tomáš Chvátal
2d1cb7cafb Accepting request 819791 from home:badshah400:branches:devel:languages:python
- Update to version 2020-07-01:
  * DDG: better document the transitions in the parser.

OBS-URL: https://build.opensuse.org/request/show/819791
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=36
2020-07-09 21:11:45 +00:00
4877238175 Accepting request 802248 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/802248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=14
2020-05-13 20:55:57 +00:00
Tomáš Chvátal
8231afd144 Accepting request 802025 from home:badshah400:branches:devel:languages:python
- Update to version 2020-05-01:
- Run an extra sed during %setup to clean hashbang from a file not installed in an executable path.
- Drop the _service file, use full source URL directly allowing renaming of the tarball in %{name}-%{version} format.

OBS-URL: https://build.opensuse.org/request/show/802025
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=34
2020-05-09 15:01:26 +00:00
b629176e72 Accepting request 788976 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/788976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=13
2020-03-27 21:00:55 +00:00
Tomáš Chvátal
d6ebde9d0d Accepting request 788970 from home:badshah400:branches:devel:languages:python
- Update to version 2020-03-19:
  * Update links to the documentation.
  * Updated translations.
- Use %{name}-%{version} naming scheme for source tarball.

OBS-URL: https://build.opensuse.org/request/show/788970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=32
2020-03-27 10:52:49 +00:00
9d0634aabe Accepting request 773169 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/773169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=12
2020-02-10 20:56:14 +00:00