Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-geoip2 | Distribution: openSUSE Tumbleweed |
Version: 4.7.0 | Vendor: openSUSE |
Release: 1.4 | Build date: Sun Nov 26 11:29:23 2023 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 232029 | Source RPM: python-geoip2-4.7.0-1.4.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/maxmind/GeoIP2-python | |
Summary: MaxMind GeoIP2 Python API |
This package provides an API for the GeoIP2 web services and databases. The API also works with MaxMind's free GeoLite2 databases.
Apache-2.0
* Sun Nov 26 2023 Dirk Müller <dmueller@suse.com> - update to 4.7.0: * drop support for python 3.6 - drop 0001-Removing-unused-urllib3-dependency-loosening-request.patch (upstream) * Fri Jun 09 2023 ecsos <ecsos@opensuse.org> - Add %{?sle15_python_module_pythons} * Wed Feb 15 2023 Dirk Müller <dmueller@suse.com> - fix tests on python 3.8 as well with newer python-mocket by skipping the tests/test_webservice which need porting to new python-mocket * Mon Jan 23 2023 Daniel Garcia <daniel.garcia@suse.com> - Disable broken tests for python 3.11. python-mocket currently does not work with python 3.11, so we should disable tests that uses it until it's supported. See these issues: gh#maxmind/GeoIP2-python@3b0dbb1eb990 gh#mindflayer/python-mocket#181 gh#benoitc/http-parser#95 * Mon Jul 04 2022 Paolo Stivanin <info@paolostivanin.com> - Update to version 4.6.0: - The AddressNotFoundError class now has an ip_address attribute with the lookup address and network property for the empty network in the database containing the IP address. These are only available when using a database, not the web service. - Rebase 0001-Removing-unused-urllib3-dependency-loosening-request.patch * Thu Nov 18 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 2021 Sebastian Wagner <sebix+novell.com@sebix.at> - update to version 4.4.0: - The public API on ``geoip2.database`` is now explicitly defined by setting ``__all__``. - The return type of the ``metadata()`` method on ``Reader`` is now ``maxminddb.reader.Metadata`` rather than a union type. - update to version 4.3.0: - Previously, the ``py.typed`` file was not being added to the source distribution. It is now explicitly specified in the manifest. - The type hints for the database file in the ``Reader`` constructor have been expanded to match those specified by ``maxmindb.open_database``. In particular, ``os.PathLike`` and ``IO`` have been added. - Corrected the type hint for the ``metadata()`` method on ``Reader``. It will return a ``maxminddb.extension.Metadata`` if the C extension is being used. * Tue Jul 13 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Add patch to remove urllib3 and relax requests dependencies + 0001-Removing-unused-urllib3-dependency-loosening-request.patch - Update BuildRequires and Requires from requirements.txt and setup.py * Fri May 14 2021 Sebastian Wagner <sebix+novell.com@sebix.at> - update to version 4.2.0: - You may now set a proxy to use when making web service requests by passing the ``proxy`` parameter to the ``AsyncClient`` or ``Client`` constructor. * Thu Dec 10 2020 Benjamin Greiner <code@bnavigator.de> - replace deprecated setup.py test call by pyunittest macro so that pip does not try to download stuff
/usr/lib/python3.11/site-packages/geoip2 /usr/lib/python3.11/site-packages/geoip2-4.7.0-py3.11.egg-info /usr/lib/python3.11/site-packages/geoip2-4.7.0-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/geoip2-4.7.0-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/geoip2-4.7.0-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/geoip2-4.7.0-py3.11.egg-info/requires.txt /usr/lib/python3.11/site-packages/geoip2-4.7.0-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/geoip2/__init__.py /usr/lib/python3.11/site-packages/geoip2/__pycache__ /usr/lib/python3.11/site-packages/geoip2/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/database.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/database.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/mixins.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/mixins.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/models.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/models.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/records.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/records.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/webservice.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/geoip2/__pycache__/webservice.cpython-311.pyc /usr/lib/python3.11/site-packages/geoip2/database.py /usr/lib/python3.11/site-packages/geoip2/errors.py /usr/lib/python3.11/site-packages/geoip2/mixins.py /usr/lib/python3.11/site-packages/geoip2/models.py /usr/lib/python3.11/site-packages/geoip2/py.typed /usr/lib/python3.11/site-packages/geoip2/records.py /usr/lib/python3.11/site-packages/geoip2/types.py /usr/lib/python3.11/site-packages/geoip2/webservice.py /usr/share/doc/packages/python311-geoip2 /usr/share/doc/packages/python311-geoip2/HISTORY.rst /usr/share/doc/packages/python311-geoip2/README.rst /usr/share/licenses/python311-geoip2 /usr/share/licenses/python311-geoip2/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 9 23:48:41 2025