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

chore: Update mmh3 requirement from ~=4.0.1 to >=4.0.1,<4.2.0 #563

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Updates the requirements on mmh3 to permit the latest version.

Release notes

Sourced from mmh3's releases.

v4.1.0

What's Changed

  • Add support for Python 3.12.
  • Change the project structure to fix issues when using Bazel (hajimes/mmh3#50).
  • Fix incorrect type hints (hajimes/mmh3#51).
  • Fix invalid results on s390x when the arg x64arch of hash64 or hash_bytes is set to False (hajimes/mmh3#52).

Full Changelog: hajimes/mmh3@v4.0.1...v4.1.0

Changelog

Sourced from mmh3's changelog.

4.1.0 (2024-01-09)

  • Add support for Python 3.12.
  • Change the project structure to fix issues when using Bazel (hajimes/mmh3#50).
  • Fix incorrect type hints (hajimes/mmh3#51).
  • Fix invalid results on s390x when the arg x64arch of hash64 or hash_bytes is set to False (hajimes/mmh3#52).

4.0.1 (2023-07-14)

  • Fix incorrect type hints.
  • Refactor the project structure (hajimes/mmh3#48).

4.0.0 (2023-05-22)

  • Add experimental support for hashlib-compliant hasher classes (hajimes/mmh3#39). Note that they are not yet fully tuned for performance.
  • Add support for type hints (hajimes/mmh3#44).
  • Add wheels for more platforms (musllinux, s390x, win_arm64, and macosx_universal2).
  • Drop support for Python 3.7, as it will reach the end of life on 2023-06-27.
  • Switch license from CC0 to MIT (hajimes/mmh3#43).
  • Add a code of conduct (the ACM Code of Ethics and Professional Conduct).
  • Backward incompatible changes:
    • A hash function now returns the same value under big-endian platforms as that under little-endian ones (hajimes/mmh3#47).
    • Remove the __version__ constant from the module (hajimes/mmh3#42). Use importlib.metadata instead.

3.1.0 (2023-03-24)

  • Add support for Python 3.10 and 3.11. Thanks wouter bolsterlee and Dušan Nikolić!
  • Drop support for Python 3.6; remove legacy code for Python 2.x at the source code level.
  • Add support for 32-bit architectures such as i686 and armv7l. From now on, hash and hash_from_buffer on these architectures will generate the same hash values as those on other environments. Thanks Danil Shein!
  • In relation to the above, manylinux2014_i686 wheels are now available.
  • Support for hashing huge data (>16GB). Thanks arieleizenberg!

3.0.0 (2021-02-23)

  • Python wheels are now available, thanks to the power of cibuildwheel.
    • Supported platforms are manylinux1_x86_64, manylinux2010_x86_64, manylinux2014_aarch64, win32, win_amd64, macosx_10_9_x86_64, and macosx_11_0_arm64 (Apple Silicon).
  • Add support for newer macOS environments. Thanks Matthew Honnibal!
  • Drop support for Python 2.7, 3.3, 3.4, and 3.5.
  • Add support for Python 3.7, 3.8, and 3.9.
  • Migrate CI from Travis CI and AppVeyor to GitHub Actions.

2.5.1 (2017-10-31)

  • Bugfix for hash_bytes. Thanks doozr!

2.5 (2017-10-28)

  • Add hash_from_buffer. Thanks Dimitri Vorona!
  • Add a keyword argument signed.

2.4 (2017-05-27)

  • Support seeds with 32-bit unsigned integers; thanks Alexander Maznev!
  • Support 64-bit data (under 64-bit environments)
  • Fix compile errors for Python 3.6 under Windows systems.
  • Add unit testing and continuous integration with Travis CI and AppVeyor.

2.3.2 (2017-05-26)

... (truncated)

Commits
  • 439dcff Bump version to 4.1.0
  • 24a31fa Update documents to prepare the next version
  • 0916881 Change the project layout for Bazel (#50)
  • 2ba0728 Fix inconsistent results on s390x (#52)
  • 3acbd5b Fix type hints to include the x64arch arg (#51)
  • d16b899 Update workflows to produce Python 3.12 wheels
  • f523077 Update PePy badge urls
  • See full diff in compare view

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)

Updates the requirements on [mmh3](https://github.com/hajimes/mmh3) to permit the latest version.
- [Release notes](https://github.com/hajimes/mmh3/releases)
- [Changelog](https://github.com/hajimes/mmh3/blob/master/docs/CHANGELOG.md)
- [Commits](hajimes/mmh3@v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: mmh3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@nicor88 nicor88 merged commit 5dc6711 into main Jan 15, 2024
12 checks passed
@nicor88 nicor88 deleted the dependabot/pip/mmh3-gte-4.0.1-and-lt-4.2.0 branch January 15, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant