jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

Updates for a new generation #83

Closed jfhbrook closed 3 years ago

jfhbrook commented 3 years ago

The plan for switching the default branch is to close this MR when I'm satisfied with it, then do the switch in github's ui. I don't know if there's a good way to properly deprecate the master branch but that's OK.

I'd also like to add support for updating/publishing the AUR package but I'd like to do that in a separate merge request since it'll be easiest with submodules and that stuff is a little fraught.

jfhbrook commented 3 years ago

GH Actions doesn't test ppc but Travis broke when they switched from .org to .com and I think I need to talk to support to fix it at this point. I'm going to leave the yml file in-place for ppc but defer fixing it to a later date.

jfhbrook commented 3 years ago

Released and the default branch has been switched. Closing!