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

[python] add digest python function #1127

Merged
merged 3 commits into from
Oct 17, 2021

Conversation

jimexist
Copy link
Member

@jimexist jimexist commented Oct 15, 2021

Which issue does this PR close?

Closes #1132
Should be merged after #1130

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@jimexist jimexist force-pushed the add-digest-python-fun branch from 9b61a37 to 2185a39 Compare October 16, 2021 09:54
@@ -49,7 +49,7 @@ jobs:
- name: Run Linters
run: |
source venv/bin/activate
flake8 python
flake8 python --ignore=E501
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about adding this to setup.cfg so it's applied in all scenarios including local development runs?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd defer that to later until more options are used

@jimexist jimexist force-pushed the add-digest-python-fun branch from 5a46a1a to 927ae16 Compare October 17, 2021 14:43
@jimexist jimexist merged commit f38443d into apache:master Oct 17, 2021
@jimexist jimexist deleted the add-digest-python-fun branch October 17, 2021 15:15
@houqp houqp added the enhancement New feature or request label Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add python binding to digest hash functions
2 participants