Releases: sopel-irc/sopel-bucket
Releases · sopel-irc/sopel-bucket
Release list
v2.0.2
v2.0.1
Bug Fixes
- Fix
ImportError: cannot import name 'Ddict' from 'sopel.tools'for newer Sopel versions by replacing deprecatedDdictwith stdlibcollections.defaultdict
v2.0.0
v2.0.0 - Sopel 8 Modernization
Major update modernizing the plugin for Sopel 8:
- Renamed package from
sopel-modules.buckettosopel-bucket - Converted from
sopel_modulesnamespace package to modernsopel_bucketpackage - Migrated from setup.py to pyproject.toml (PEP 517/518)
- Updated decorators from
sopel.moduletosopel.plugin - Added GitHub Actions for CI/CD with PyPI trusted publishing
Migration
If you were using sopel-modules.bucket, uninstall it and install sopel-bucket:
pip uninstall sopel-modules.bucket
pip install sopel-bucket