Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sopel 8 readiness #9

Closed
dgw opened this issue Jun 24, 2022 · 1 comment
Closed

Sopel 8 readiness #9

dgw opened this issue Jun 24, 2022 · 1 comment
Assignees
Milestone

Comments

@dgw
Copy link
Member

dgw commented Jun 24, 2022

  • Migrate bot.privileges (removed) -> bot.channels:
    privcopy = list(bot.privileges.items())
  • Convert to pyproject.toml packaging
  • Switch from sopel_modules namespace to entrypoint plugin, i.e. sopel-chanlogs
  • Uncap sopel version requirement
@dgw dgw self-assigned this Jun 5, 2024
@dgw dgw added this to the 0.3.0 milestone Jun 21, 2024
@dgw
Copy link
Member Author

dgw commented Jun 21, 2024

All done in a series of commits today.

  • Converted to pyproject.toml + entrypoint + new name (f6b09b2)
  • Sopel version requirement updated (a18940b)
  • No more bot.privileges (272091d)

I've done basic testing of the plugin and it still logged properly on Python 3.12 w/Sopel 8.0.0. sopel-chanlogs 0.3.0 is live now.

@dgw dgw closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant