Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump maxminddb from 1.5.2 to 2.6.2 #2951

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps maxminddb from 1.5.2 to 2.6.2.

Release notes

Sourced from maxminddb's releases.

2.6.2

  • The vendored libmaxminddb has been updated to 1.10.0. This fixes a bug that would cause incorrect results on databases that had search trees greater than 4 GB.

2.6.1

  • This release includes no source code changes. The only changes are to the release workflow.
  • Binary wheels are now built on Linux for aarch64. Pull request by Kevin Park. GitHub #160.
  • Binary wheels are now built on macOS for Apple silicon. Requested by Kevin Park. GitHub #152.

2.6.0

  • Added type annotations for instance variables on Metadata
  • Updated type stubs for maxminddb.extension.
  • setuptools is no longer listed as a runtime dependency. Pull request by Lewis Collard. GitHub #155.

2.5.2

  • The vendored libmaxminddb version was updated to 1.9.0. This fixes an issue when reading databases with a search tree exceeding 2 GB. Reported by Sami Salonen. GitHub #146.

2.5.1

  • This is a re-release of 2.5.0 to address missing files from the sdist. Reported by Lumír 'Frenzy' Balhar. GitHub #132.

2.5.0

  • IMPORTANT: Python 3.8 or greater is required. If you are using an older version, please use an earlier release.
  • Windows is now supported by the C extension.
  • The Reader class now implements the __iter__ method. This will return an iterator that iterates over all records in the database, excluding repeated aliased of the IPv4 network. Requested by Jean-Baptiste Braun and others. GitHub #23.
  • The multiprocessing test now explicitly uses fork. This allows it to run successfully on macOS. Pull request by Theodore Ni. GitHub #116.
  • A vendored copy of libmaxminddb will now be used by default when building the extension. If you wish to continue using the system shared library, you may set the MAXMINDDB_USE_SYSTEM_LIBMAXMINDDB environment variable to a true value when building the extension.
  • The C extension now builds on Python 3.13.
  • The C extension will now be built for PyPy.

2.4.0

  • Package metadata was migrated from setup.py to setup.cfg. GitHub #113.
  • The C extension now decrements the reference count on an object containing the database filename after its use in an error message rather

... (truncated)

Changelog

Sourced from maxminddb's changelog.

2.6.2 (2024-06-10) ++++++++++++++++++

  • The vendored libmaxminddb has been updated to 1.10.0. This fixes a bug that would cause incorrect results on databases that had search trees greater than 4 GB.

2.6.1 (2024-04-12) ++++++++++++++++++

  • This release includes no source code changes. The only changes are to the release workflow.
  • Binary wheels are now built on Linux for aarch64. Pull request by Kevin Park. GitHub #160.
  • Binary wheels are now built on macOS for Apple silicon. Requested by Kevin Park. GitHub #152.

2.6.0 (2024-03-19) ++++++++++++++++++

  • Added type annotations for instance variables on Metadata
  • Updated type stubs for maxminddb.extension.
  • setuptools is no longer listed as a runtime dependency. Pull request by Lewis Collard. GitHub #155.

2.5.2 (2024-01-09) ++++++++++++++++++

  • The vendored libmaxminddb version was updated to 1.9.0. This fixes an issue when reading databases with a search tree exceeding 2 GB. Reported by Sami Salonen. GitHub #146.

2.5.1 (2023-11-09) ++++++++++++++++++

  • This is a re-release of 2.5.0 to address missing files from the sdist. Reported by Lumír 'Frenzy' Balhar. GitHub #132.

2.5.0 (2023-11-08) ++++++++++++++++++

  • IMPORTANT: Python 3.8 or greater is required. If you are using an older version, please use an earlier release.
  • Windows is now supported by the C extension.
  • The Reader class now implements the __iter__ method. This will return an iterator that iterates over all records in the database, excluding repeated aliased of the IPv4 network. Requested by Jean-Baptiste Braun and others. GitHub #23.
  • The multiprocessing test now explicitly uses fork. This allows it to run successfully on macOS. Pull request by Theodore Ni. GitHub #116.

... (truncated)

Commits
  • 348741b Update for v2.6.2
  • be1bd2a Update submodule
  • 11c0227 Merge pull request #164 from maxmind/dependabot/github_actions/pypa/cibuildwh...
  • 7fc383f ---
  • 9488249 Merge pull request #163 from maxmind/dependabot/github_actions/pypa/cibuildwh...
  • 7f4a7a0 Bump pypa/cibuildwheel from 2.17.0 to 2.18.0
  • b593356 Merge pull request #162 from maxmind/greg/fix-macos-build
  • d6da775 Set include and link dirs explicitly for macOS
  • e7752d3 Merge pull request #161 from maxmind/greg/release-2.6.1
  • 8889f19 Update for v2.6.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [maxminddb](https://github.com/maxmind/MaxMind-DB-Reader-python) from 1.5.2 to 2.6.2.
- [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-python/releases)
- [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-python/blob/main/HISTORY.rst)
- [Commits](maxmind/MaxMind-DB-Reader-python@v1.5.2...v2.6.2)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 17, 2024
@app-sre-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@dmage dmage merged commit 0c6d28b into master Jun 24, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/pip/maxminddb-2.6.2 branch June 24, 2024 12:45
Sunandadadi pushed a commit that referenced this pull request Jun 25, 2024
Bumps [maxminddb](https://github.com/maxmind/MaxMind-DB-Reader-python) from 1.5.2 to 2.6.2.
- [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-python/releases)
- [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-python/blob/main/HISTORY.rst)
- [Commits](maxmind/MaxMind-DB-Reader-python@v1.5.2...v2.6.2)

---
updated-dependencies:
- dependency-name: maxminddb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
2 participants