omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

MIGRATION #1029

Closed omab closed 7 years ago

omab commented 7 years ago

Python-social-auth is getting migrated to http://github.com/python-social-auth where it's getting split on several smaller modules with their own dependencies properly specified (no more flask and django apps in the same repo), it's also an opportunity to renew the development process with a defined contribution guidelines, better versioning (semver).

Items to complete the migration:

adamchainz commented 7 years ago

Hi, at work we're looking to upgrade to Django 1.10 and python-social-auth is one of dependencies that needs to upgrade. Is there anything I can do to help with the migration? 😸

omab commented 7 years ago

TODO: port the merged #1031

alexandcote commented 7 years ago

@omab Can I help you with something ? It's a huge job alone ! 💀

alexpantyukhin commented 7 years ago

+1 @alexandcote . Also want to help.

alexpantyukhin commented 7 years ago

@omab I have added PR https://github.com/python-social-auth/social-app-django/pull/1 which is migration of https://github.com/omab/python-social-auth/pull/1031 on new repos.

omab commented 7 years ago

Thank you all, the migration is going well, migrating PRs is going to be the more tedious part, but luckily many are straightforward and don't spread across components.

omab commented 7 years ago

Small update, as you might noted, things keeps moving, I've updated this lib to depend on the new split packages, tests are all green. Now I'll start on migrating the different PRs/Issues to the new organization.

omab commented 7 years ago

All relevant PRs got ported to their corresponding components.

omab commented 7 years ago

Migration complete! :tada:

dcmoore-gd commented 7 years ago

Thanks for all your work on python-social-auth and now its dependencies, @omab!