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

Switch to official GeoIP module #2893

Closed
wants to merge 1 commit into from

Conversation

tfmorris
Copy link
Contributor

Closes #1694

This updates to the most recent MaxMind GeoIP legacy API module which is Python 3 compatible and API compatible since it's a direct descendent of what we're using.

We switch from our private fork, which was apparently only to enable it to be uploaded to PyPI, to the official MaxMind version.

Technical

This changes a Python dependency which will need to be handled on the production servers.

Testing

Tests pass, but it should be tested with a live database on dev.

Stakeholders

@hornc @mekarpeles

@tfmorris tfmorris added Theme: Upgrade to Python 3 State: Blocked Work has stopped, waiting for something (Info, Dependent fix, etc. See comments). [managed] Affects: Configuration Related to the configuration of the dev/staging/prod environments, CI, docker, etc. [managed] labels Jan 20, 2020
@tfmorris
Copy link
Contributor Author

Closing in favor of the fix proposed in #2896 which will hopefully land soon.

@tfmorris tfmorris closed this Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects: Configuration Related to the configuration of the dev/staging/prod environments, CI, docker, etc. [managed] State: Blocked Work has stopped, waiting for something (Info, Dependent fix, etc. See comments). [managed]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"python3 -m pip install OL-GeoIP" fails
2 participants