| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 2019-02-23: * Revert changes to the structure of sdist packages. * Fix bugs in wrapping IRC messages. * Support for (future) Python 3.8. * Fix encoding issue on Python 2. * Support [ipv6]:port format.
- Update to version 2018-09-10: * Fix Python 3.7 support.
- enable Python 2 binaries with update-alternatives: they are needed for running legacy plugins
- Drop -devel from deps
- Update to version 2018-06-25-2:
* test_plugin_create: skip if supybot-plugin-create is not
installed.
- Changes from version 2018-06-25:
* Fixes and tests to supybot-plugin-create; modernize the plugin
template (gh#ProgVal/Limnoria#1340)
* supybot-plugin-create: compactify import statements in the
template
* supybot-plugin-create: prefer importlib over imp on Python >=
3.4
* test: add test cases for supybot-plugin-create
* -plugin-create: fix errors when only a subset of args are
given
* -plugin-create: rename --real-name to --author/-a
* -plugin-create: add -d as an alias to --desc for consistency
- Avoid problem with bytecode being overwritten by tests
- Update to version 2018-04-21:
* Do not break UTF-8 characters in long words. Closes
gh#ProgVal/Limnoria#1333.
- The gnupg python module is called python{2,3}-python-gnupg,
adapt Requires accordingly.
- Switch to using PySocks instead of SocksiPy: the former is well-maintained than the latter.
- Remove empty filler marketing wording from description.
- Enable python2 module [not binaries] since we have python2-SocksiPy now.
- Update to master-2018-01-28: * NickAuth: Fix NameError caused by e732931.
- Update to master-2017-10-25:
* Aka: Escape the command in help strings, so they can be
copy-pasted into @aka add.
- Convert to python single-spec; disable python2 modules as
python2-SocksiPy is not available.
- Enable tests as part of %%check.
- Initial package.