- update to version 4.5.0:

- Support for mobile country code (MCC) and mobile network codes (MNC) was
   added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2
   City and Insights web services. ``mobile_country_code`` and
   ``mobile_network_code`` attributes were added to ``geoip2.model.ISP``
   for the GeoIP2 ISP database and ``geoip2.record.Traits`` for the
   Enterprise database and the GeoIP2 City and Insights web services.
   We expect this data to be available by late January, 2022.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geoip2?expand=0&rev=22
This commit is contained in:
Sebastian Wagner 2021-11-19 05:23:23 +00:00 committed by Git OBS Bridge
parent aaa5df3d26
commit 3d9906f860
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f150bed3190d543712a17467208388d31bd8ddb49b2226fba53db8aaedb8ba89
size 332638

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b542252e87eb40adc3a2fc0f4e84b514c4c5e04ed46923a3a74d509f25f3103a
size 353124

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 18 19:55:34 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 4.5.0:
- Support for mobile country code (MCC) and mobile network codes (MNC) was
added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2
City and Insights web services. ``mobile_country_code`` and
``mobile_network_code`` attributes were added to ``geoip2.model.ISP``
for the GeoIP2 ISP database and ``geoip2.record.Traits`` for the
Enterprise database and the GeoIP2 City and Insights web services.
We expect this data to be available by late January, 2022.
-------------------------------------------------------------------
Fri Sep 24 19:10:31 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-geoip2
Version: 4.4.0
Version: 4.5.0
Release: 0
Summary: MaxMind GeoIP2 Python API
License: Apache-2.0