From 58f481daab1e97de29da3d5c3abae09bd296d5f2 Mon Sep 17 00:00:00 2001 From: William Storey Date: Fri, 20 Sep 2019 16:25:56 +0000 Subject: [PATCH 1/2] Use https links in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ba33b19..7a1c387 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ Usage To use this module, you must first download or create a MaxMind DB file. We provide `free GeoLite2 databases -`_. These files must be +`_. These files must be decompressed with ``gunzip``. After you have obtained a database and imported the module, call @@ -94,7 +94,7 @@ required. Versioning ---------- -The MaxMind DB Python module uses `Semantic Versioning `_. +The MaxMind DB Python module uses `Semantic Versioning `_. Support ------- @@ -103,5 +103,5 @@ Please report all issues with this code using the `GitHub issue tracker `_ If you are having an issue with a MaxMind service that is not specific to this -API, please contact `MaxMind support `_ for +API, please contact `MaxMind support `_ for assistance. From acef646f9e230290bb0967fbdfb1dd21176756c4 Mon Sep 17 00:00:00 2001 From: William Storey Date: Fri, 20 Sep 2019 16:29:49 +0000 Subject: [PATCH 2/2] Update supported versions section of README --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7a1c387..ab1b9a7 100644 --- a/README.rst +++ b/README.rst @@ -85,8 +85,9 @@ invalid IP address or an IPv6 address in an IPv4 database. Requirements ------------ -This code requires Python 2.7+ or 3.3+. The C extension requires CPython. The -pure Python implementation has been tested with PyPy. +This code requires Python 2.7+ or 3.5+. Older versions are not supported. The C +extension requires CPython. The pure Python implementation has been tested with +PyPy. On Python 2, the `ipaddress module `_ is required.