Skip to content
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

camkes-deps: fully remove orderedset; bump version #147

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Commits on Jul 1, 2024

  1. camkes-deps: fully remove orderedset; bump version

    - commit 4f7bca1 replaced orderedset by the maintained ordered-set,
    but did no yet remove the dependency. Since on more recent python
    version the dependency install now fails, we are removing it completely.
    
    - make python 3 requirement explicit
    
    To be released on PyPi simultaneously with the next CAmkES release.
    
    Closes #124
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c260861 View commit details
    Browse the repository at this point in the history
  2. github: ignore 403 for jinja in link check

    http://jinja.pocoo.org/docs/ produces 403 for the link checker, but
    works in the browser.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    341f3c0 View commit details
    Browse the repository at this point in the history