From 3d9906f8605cff6dc8a775f36db651f1d8f39156b3021f926cb48a207cb5bdfd Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 19 Nov 2021 05:23:23 +0000 Subject: [PATCH] - 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 --- python-geoip2-4.4.0.tar.gz | 3 --- python-geoip2-4.5.0.tar.gz | 3 +++ python-geoip2.changes | 12 ++++++++++++ python-geoip2.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 python-geoip2-4.4.0.tar.gz create mode 100644 python-geoip2-4.5.0.tar.gz diff --git a/python-geoip2-4.4.0.tar.gz b/python-geoip2-4.4.0.tar.gz deleted file mode 100644 index baf0f60..0000000 --- a/python-geoip2-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f150bed3190d543712a17467208388d31bd8ddb49b2226fba53db8aaedb8ba89 -size 332638 diff --git a/python-geoip2-4.5.0.tar.gz b/python-geoip2-4.5.0.tar.gz new file mode 100644 index 0000000..b74c026 --- /dev/null +++ b/python-geoip2-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b542252e87eb40adc3a2fc0f4e84b514c4c5e04ed46923a3a74d509f25f3103a +size 353124 diff --git a/python-geoip2.changes b/python-geoip2.changes index 174395e..fd3be09 100644 --- a/python-geoip2.changes +++ b/python-geoip2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Nov 18 19:55:34 UTC 2021 - Sebastian Wagner + +- 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 diff --git a/python-geoip2.spec b/python-geoip2.spec index 373818c..7000979 100644 --- a/python-geoip2.spec +++ b/python-geoip2.spec @@ -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