forked from reingart/pyafipws
-
Notifications
You must be signed in to change notification settings - Fork 16
Improve signature #123
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
Closed
Closed
Improve signature #123
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…gning method Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]> restart actions Signed-off-by: HanslettTheDev <[email protected]> bug: added a bug to find an existing issue Signed-off-by: HanslettTheDev <[email protected]> undo-bug: removed the bug Signed-off-by: HanslettTheDev <[email protected]> fix: updated the wsaa.py file Signed-off-by: HanslettTheDev <[email protected]> bump: cryptography update 39.0.2 -> 41.0.1
…fipws into fix_signature
Co-authored-by: Nico Sandoval <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]> restart actions Signed-off-by: HanslettTheDev <[email protected]> bug: added a bug to find an existing issue Signed-off-by: HanslettTheDev <[email protected]> undo-bug: removed the bug Signed-off-by: HanslettTheDev <[email protected]> fix: updated the wsaa.py file Signed-off-by: HanslettTheDev <[email protected]> refactor: used the sys module to check for the major version Co-authored-by: Nico Sandoval <[email protected]> Only run release on original repository, not forks This avoids errors with dependabot PR: ``` Run marvinpinto/action-automatic-releases@latest Initializing the Automatic Releases action Determining release tags Retrieving commit history Generating changelog Generating release tag Attempting to create or update release tag "beta" Could not create new tag "refs/tags/beta" (Resource not accessible by integration) therefore updating existing tag "tags/beta" Error: Resource not accessible by integration ``` Signed-off-by: Nicolás Sandoval <[email protected]> Properly fix dependabot read-only token dependabot/dependabot-core#3253 Signed-off-by: Nicolás Sandoval <[email protected]> Bump future from 0.18.2 to 0.18.3 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](PythonCharmers/python-future@v0.18.2...v0.18.3) --- updated-dependencies: - dependency-name: future dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Nicolás Sandoval <[email protected]> Cumulative updates f/ develop (python3 conversion) * 2to3 -w file.py * python -m black file.py * iconv -f iso-8859-1 -t utf-8 < file_new.py > file.py Signed-off-by: Nicolás Sandoval <[email protected]> Update copyright and remove merge typo Signed-off-by: Nicolás Sandoval <[email protected]> WSFEv1: update copyright Signed-off-by: Nicolás Sandoval <[email protected]> WSFEv1: re-sync updates Signed-off-by: Nicolás Sandoval <[email protected]> WSFEXv1: disable get parameters until UT updated Signed-off-by: Nicolás Sandoval <[email protected]> Remove Python 2.7 deprecated GitHub Action Signed-off-by: Nicolás Sandoval <[email protected]> refactor: removed repeated code in signing certificates Signed-off-by: HanslettTheDev <[email protected]>
…fipws into fix_signature Signed-off-by: HanslettTheDev <[email protected]>
Signed-off-by: HanslettTheDev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pull requests aims to improve the work done in #113. Updating the cryptography module, fixing the broken tests and libraries
Checklist