-
Notifications
You must be signed in to change notification settings - Fork 40
Eckelj/pynacl bump #135
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
Open
eckelj
wants to merge
78
commits into
bigchaindb:master
Choose a base branch
from
planetmint:eckelj/pynacl_bump
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Eckelj/pynacl bump #135
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
- fixed name typo - catches more exceptions
Zenroom integration
removed warnings and automated integration of zenroom
Packaging
increased version and added changelog
Signed-off-by: Jürgen Eckel <[email protected]>
* black linted Signed-off-by: Lorenz Herzberger <[email protected]> * replaced travis with github actions Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]> Signed-off-by: Lorenz Herzberger <[email protected]>
* initial zenroom calling changes Signed-off-by: Jürgen Eckel <[email protected]> * added another failing testcase Signed-off-by: Jürgen Eckel <[email protected]> * fixed integraiton test and calling convention of zencode for planetmint Signed-off-by: Jürgen Eckel <[email protected]> * aligned to black linting Signed-off-by: Jürgen Eckel <[email protected]> * added CHAGNELOG & increased version Signed-off-by: Jürgen Eckel <[email protected]> * adjusted docs + increased base58 version to potentially 2.1.1 Signed-off-by: Jürgen Eckel <[email protected]> * renamed some variables Signed-off-by: Jürgen Eckel <[email protected]> * added invalid signing testcase, fixed json parsing bug after invalid signing requests Signed-off-by: Jürgen Eckel <[email protected]> * removed obsolete corner case and simplified how zenroom is addressed Signed-off-by: Jürgen Eckel <[email protected]> * blackified 2 files Signed-off-by: Jürgen Eckel <[email protected]> * changed changelog Signed-off-by: Jürgen Eckel <[email protected]> * added tag-release Signed-off-by: Jürgen Eckel <[email protected]> Signed-off-by: Jürgen Eckel <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
added poetry dependency management
* increased zenroom to 2.3.1 Signed-off-by: Jürgen Eckel <[email protected]>
* renamed the package to planetmint_cryptoconditions * adjusted the docs and examples * removed black dependency Signed-off-by: Jürgen Eckel <[email protected]>
* removed automated "keyring" handling from ZenroomSha256.sign method * improved sample code * simplified dependency management * improved github workflows * fixed parse_asn1_dict_payload parsing issue with data or key being set to None and being converted to 'null' * added testcases for the data and key set to None * added testcase for script encoding/decoding * blackified Signed-off-by: Jürgen Eckel <[email protected]>
* Bump certifi from 2022.9.14 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2022.09.14...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * bumped version Signed-off-by: Jürgen Eckel <[email protected]> * bumped pytest version to 7.2.0 Signed-off-by: Jürgen Eckel <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jürgen Eckel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <[email protected]>
* Bump cryptography from 3.4.7 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@3.4.7...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * blackified Signed-off-by: Jürgen Eckel <[email protected]> * fixed audit issue with setuptools Signed-off-by: Jürgen Eckel <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jürgen Eckel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <[email protected]>
Bumps [ipython](https://github.com/ipython/ipython) from 8.7.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.7.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jürgen Eckel <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Julian Strobl <[email protected]>
* [sonar] Make sure that recursively copying directories is safe here Signed-off-by: Julian Strobl <[email protected]> * [sonar] The python image runs with root as the default user Signed-off-by: Julian Strobl <[email protected]> --------- Signed-off-by: Julian Strobl <[email protected]>
Remove zenroom signing
* removed code smell and fixed one bug threshold.py:parse_dict * added changelog * bumped version Signed-off-by: Jürgen Eckel <[email protected]>
Signed-off-by: Julian Strobl <[email protected]>
Signed-off-by: Julian Strobl <[email protected]>
* Bump requests from 2.28.2 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * xfrom --with test to --with dev --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <[email protected]>
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@39.0.1...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
….0.0 Bump cryptography from 39.0.1 to 41.0.0
* updated poetry action * updated cryptography dependency * updated audit workflow to use poetry * fix missing pip audit command * fixed install * combined create req and audit step * specified requirements.txt * fixed typo * updated dev dependency --------- Signed-off-by: Lorenz Herzberger <[email protected]>
Signed-off-by: Jürgen Eckel <[email protected]>
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
….0.2 Bump cryptography from 41.0.1 to 41.0.2
Signed-off-by: Jürgen Eckel <[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.
No description provided.