./geography/py-maxminddb, Reader for the MaxMind DB format

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.0, Package name: py310-maxminddb-2.3.0, Maintainer: pkgsrc-users

This is a Python module for reading MaxMind DB files. The module includes both
a pure Python reader and an optional C extension.

MaxMind DB is a binary file format that stores data indexed by IP address
subnets (IPv4 or IPv6).


Master sites:

Filesize: 314.564 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-16 17:44:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-maxminddb: updated to 2.3.0

2.3.0 (2023-05-09)

* IMPORTANT: Python 3.7 or greater is required. If you are using an older
  version, please use an earlier release.
* ``distutils`` is no longer used for building the C extension.
* Missing ``Py_INCREF`` was added to module initialization for the C
  extension. Pull request by R. Christian McDonald.
   2022-08-24 13:09:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-maxminddb: python 3.x only
   2022-08-24 13:07:22 by Thomas Klausner | Files touched by this commit (4)
Log message:
geography/py-maxminddb: import py-maxminddb-2.2.0

This is a Python module for reading MaxMind DB files. The module includes both
a pure Python reader and an optional C extension.

MaxMind DB is a binary file format that stores data indexed by IP address
subnets (IPv4 or IPv6).