Skip to content

v1.2.0: improved CI and alignemtn with the eUDIW reference implementation#31

Merged
peppelinux merged 2 commits intoIdentityPython:mainfrom
peppelinux:main
Feb 13, 2026
Merged

v1.2.0: improved CI and alignemtn with the eUDIW reference implementation#31
peppelinux merged 2 commits intoIdentityPython:mainfrom
peppelinux:main

Conversation

@peppelinux
Copy link
Member

This pull request introduces several important updates to align the project with the EU Digital Identity Wallet reference implementation, improve CI workflows, and enhance compatibility and documentation. The main changes include adding explicit references and alignment with the EU Digital Identity Wallet pyMDOC-CBOR project, updating the continuous integration (CI) workflows to avoid redundant runs, expanding Python version support, and clarifying licensing and project metadata.

Alignment with EU Digital Identity Wallet pyMDOC-CBOR:

  • Added comments to source files (e.g., exceptions.py, mdoc/issuer.py, mdoc/issuersigned.py, mdoc/verifier.py, mso/issuer.py, mso/verifier.py, tools.py, x509.py) indicating alignment with the EU Digital Identity Wallet pyMDOC-CBOR implementation. [1] [2] [3] [4] [5] [6] [7] [8]
  • Updated the README.md and added a NOTICE file to clarify project alignment, licensing, and attribution to the European Commission and the reference implementation. [1] [2]

Continuous Integration (CI) Improvements:

  • Introduced a skip-check job in GitHub Actions workflows (python-app.yml, code-quality.yml, dependency-security.yml) to prevent duplicate workflow runs on the same branch, reducing unnecessary CI usage. Downstream jobs now depend on this check. [1] [2] [3]
  • Updated CI jobs to only run if no other workflow is already running for the same branch. [1] [2] [3] [4] [5] [6]

Compatibility and Dependency Updates:

  • Added support for Python 3.13 and 3.14 in the CI matrix.
  • Changed dependency installation in the security workflow to use pip install -e . for editable installs, ensuring local changes are included in checks.

Code and Exception Handling Improvements:

  • Enhanced MsoVerifier to support CBOR tag 18 objects (COSE_Sign1) as input, improving compatibility with reference implementations.
  • Improved exception assertion in the test for MsoVerifier to be more robust to error message changes.

Documentation and Metadata:

  • Updated project URLs and metadata in setup.py to reference the correct repository and the EU Digital Identity Wallet reference.
  • Bumped the project version to 1.2.0 in __init__.py.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@367d0f1). Learn more about missing BASE report.

Files with missing lines Patch % Lines
pymdoccbor/mso/verifier.py 20.00% 4 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage        ?   89.79%           
=======================================
  Files           ?       26           
  Lines           ?     1039           
  Branches        ?        0           
=======================================
  Hits            ?      933           
  Misses          ?      106           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@peppelinux peppelinux merged commit 59b0be4 into IdentityPython:main Feb 13, 2026
13 checks passed
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.

2 participants