Changelog for
python2-geoip2-2.9.0-16.1.noarch.rpm :
Tue Dec 4 13:00:00 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
Sun May 27 14:00:00 2018 sebix+novell.comAATTsebix.at
- update to version 2.9.0:
* You may now pass in the database via a file descriptor rather than a file
name when creating a new ``geoip2.database.Reader`` object using ``MODE_FD``.
This will read the database from the file descriptor into memory. Pull
request by nkinkade. GitHub #53.
Wed May 2 14:00:00 2018 tchvatalAATTsuse.com
- Use license macro for license
Thu Apr 12 14:00:00 2018 sebix+novell.comAATTsebix.at
- update to version 2.8.0:
* Renamed user ID to account ID in the code and added support for the new
``ACCOUNT_ID_REQUIRED`` AND ``ACCOUNT_ID_UNKNOWN`` error codes.
- update to version 2.7.0:
* The ``is_in_european_union`` attribute was added to
``geoip2.record.Country`` and ``geoip2.record.RepresentedCountry``. This
attribute is ``True`` if the country is a member state of the European
Union.
Sat Mar 3 13:00:00 2018 arunAATTgmx.de
- specfile:
* update copyright year
* don\'t use python_module for Requires
Fri Oct 27 14:00:00 2017 sebix+novell.comAATTsebix.at
- update to version 2.6.0:
* The following new anonymizer attributes were added to ``geoip2.record.Traits``
for use with GeoIP2 Precision Insights: ``is_anonymous``,
``is_anonymous_vpn``, ``is_hosting_provider``, ``is_public_proxy``, and
``is_tor_exit_node``.
Thu May 25 14:00:00 2017 sebix+novell.comAATTsebix.at
- initial package