The NetBSD Project

CVS log for pkgsrc/geography/py-geoip2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / geography / py-geoip2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 16 14:38:57 2025 UTC (5 days, 20 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Fix for setuptools>=78; bump revision

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 12 12:55:46 2025 UTC (2 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
py-geoip2: updated to 5.0.1

5.0.1 (2025-01-28)

* Allow ``ip_address`` in the ``Traits`` record to be ``None`` again. The
  primary use case for this is from the ``minfraud`` package.

5.0.0 (2025-01-28)

* BREAKING: The ``raw`` attribute on the model classes has been replaced
  with a ``to_dict()`` method. This can be used to get a representation of
  the object that is suitable for serialization.
* BREAKING: The ``ip_address`` property on the model classes now always returns
  a ``ipaddress.IPv4Address`` or ``ipaddress.IPv6Address``.
* BREAKING: The model and record classes now require all arguments other than
  ``locales`` and ``ip_address`` to be keyword arguments.
* BREAKING: ``geoip2.mixins`` has been made internal. This normally would not
  have been used by external code.
* IMPORTANT: Python 3.9 or greater is required. If you are using an older
  version, please use an earlier release.
* ``metro_code`` on ``geoip2.record.Location`` has been deprecated. The
  code values are no longer being maintained.
* The type hinting for the optional ``locales`` keyword argument now allows
  any sequence of strings rather than only list of strings.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 30 06:51:58 2024 UTC (4 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -6 lines
py-geoip2: updated to 4.8.1

4.8.1 (2024-11-18)

* ``setuptools`` was incorrectly listed as a runtime dependency. This has
  been removed.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:33 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 14 15:17:35 2024 UTC (15 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -5 lines
py-geoip2: updated to 4.8.0

4.8.0 (2023-12-05)

* IMPORTANT: Python 3.8 or greater is required. If you are using an older
  version, please use an earlier release.
* The ``is_anycast`` attribute was added to ``geoip2.record.Traits``.
  This returns ``True`` if the IP address belongs to an
  `anycast network <https://en.wikipedia.org/wiki/Anycast>`_.
  This is available for the GeoIP2 Country, City Plus, and Insights web services
  and the GeoIP2 Country, City, and Enterprise databases.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 16 15:47:13 2023 UTC (22 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -4 lines
py-geoip2: updated to 4.7.0

4.7.0 (2023-05-09)
* IMPORTANT: Python 3.7 or greater is required. If you are using an older
  version, please use an earlier release.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 24 12:54:28 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
geography/py-geoip2: import py-geoip2-4.6.0

This package provides an API for the GeoIP2 and GeoLite2 web services
and databases.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>