-
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 <juergen@riddleandcode.com>
* black linted Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> * replaced travis with github actions Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
* initial zenroom calling changes Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added another failing testcase Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed integraiton test and calling convention of zencode for planetmint Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * aligned to black linting Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added CHAGNELOG & increased version Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * adjusted docs + increased base58 version to potentially 2.1.1 Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * renamed some variables Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added invalid signing testcase, fixed json parsing bug after invalid signing requests Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * removed obsolete corner case and simplified how zenroom is addressed Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * blackified 2 files Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * changed changelog Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added tag-release Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
added poetry dependency management
* increased zenroom to 2.3.1 Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
* renamed the package to planetmint_cryptoconditions * adjusted the docs and examples * removed black dependency Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
* 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 <juergen@riddleandcode.com>
* 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] <support@github.com> * bumped version Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * bumped pytest version to 7.2.0 Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <juergen@riddleandcode.com>
* 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] <support@github.com> * blackified Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed audit issue with setuptools Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <juergen@riddleandcode.com>
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] <support@github.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <juergen@riddleandcode.com>
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
* [sonar] Make sure that recursively copying directories is safe here Signed-off-by: Julian Strobl <jmastr@mailbox.org> * [sonar] The python image runs with root as the default user Signed-off-by: Julian Strobl <jmastr@mailbox.org> --------- Signed-off-by: Julian Strobl <jmastr@mailbox.org>
Remove zenroom signing
* removed code smell and fixed one bug threshold.py:parse_dict * added changelog * bumped version Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
* 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] <support@github.com> * xfrom --with test to --with dev --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Eckel <juergen@riddleandcode.com>
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] <support@github.com>
….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 <lorenzherzberger@gmail.com>
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
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] <support@github.com>
….0.2 Bump cryptography from 41.0.1 to 41.0.2
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
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.