Skip to content
Snippets Groups Projects

Add module for parsing .BUILDINFO files

Merged David Runge requested to merge buildinfo_parser into master

This adds a module for parsing .BUILDINFO files.

Fixes #52 (closed)

Edited by David Runge

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • David Runge added 7 commits

    added 7 commits

    • 79c08fc7 - Add common regular expressions
    • b2b75c6c - Add fixtures for testing BuildInfo data
    • 1743fa50 - Add module to parse and validate .BUILDINFO files
    • 965de4c7 - Shorten integration test for .MTREE files
    • 6bb4c7e8 - Add script to validate .BUILDINFO files in packages
    • aeb5a4a8 - Use tox to export BuildInfo JSON schema
    • 8890938b - Add documentation for .BUILDINFO files

    Compare with previous version

  • David Runge added 7 commits

    added 7 commits

    • 67fbf95c - Add common regular expressions
    • 8f1fbaf3 - Add fixtures for testing BuildInfo data
    • c236de32 - Add module to parse and validate .BUILDINFO files
    • db61a418 - Shorten integration test for .MTREE files
    • fd07803d - Add script to validate .BUILDINFO files in packages
    • 10c72ef0 - Use tox to export BuildInfo JSON schema
    • c1ad441f - Add documentation for .BUILDINFO files

    Compare with previous version

  • Author Developer

    Okay, the regular expressions have been simplified (VERSION) and loosened (BUILDENVS, OPTIONS). All are now tested and global fixtures in conftest.py are available for reuse when testing other components (e.g. the pydantic models).

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading