Skip to content

Conversation

@eckelj
Copy link

@eckelj eckelj commented Mar 3, 2025

No description provided.

albertolerda and others added 30 commits November 19, 2021 15:34
- fixed name typo
- catches more exceptions
removed warnings and automated integration of zenroom
increased version and added changelog
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
LaurentMontBlanc and others added 30 commits August 10, 2022 09:38
* 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>
* 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants