Go to file
Dominique Leuenberger dcc3d3b5ac Accepting request 617160 from devel:languages:python
- update to version 1.4.0:
 * IMPORTANT: Previously, the pure Python reader would allow
   `ipaddress.IPv4Address` and `ipaddress.IPv6Address` objects when calling
   `.get()`. This would fail with the C extension. The fact that these objects
   worked at all was an implementation detail and has varied with different
   releases. This release makes the pure Python implementation consistent
   with the extension. A `TypeError` will now be thrown if you attempt to
   use these types with either the pure Python implementation or the
   extension. The IP address passed to `.get()` should be a string type.
 * Fix issue where incorrect size was used when unpacking some types with the
   pure Python reader. Reported by Lee Symes. GitHub #30.
 * You may now pass in the database via a file descriptor rather than a file
   name when creating a new ``maxminddb.Reader`` object using ``MODE_FD``.
   This will read the database from the file descriptor into memory. Pull
   request by nkinkade. GitHub #33.

OBS-URL: https://build.opensuse.org/request/show/617160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maxminddb?expand=0&rev=2
2018-06-29 20:23:14 +00:00
.gitattributes Accepting request 501315 from devel:languages:python 2017-06-20 07:39:02 +00:00
maxminddb-1.4.0.tar.gz Accepting request 617160 from devel:languages:python 2018-06-29 20:23:14 +00:00
python-maxminddb.changes Accepting request 617160 from devel:languages:python 2018-06-29 20:23:14 +00:00
python-maxminddb.spec Accepting request 617160 from devel:languages:python 2018-06-29 20:23:14 +00:00