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

Fix security issue in opencv dependency, rework project structure and workflows, fix overflow #3

Merged

Conversation

merschformann
Copy link
Owner

@merschformann merschformann commented Sep 1, 2024

Description

Updated GitHub Actions workflows for building and publishing, migrated to pyproject.toml from setup.py, addressed security issue in upstream opencv dependency and fixed an overflow that may have occurred in color distance calculation.

Changes

  • Updated build workflow to use actions/checkout@v4 and actions/setup-python@v5.
  • Replaced flake8 with ruff for linting.
  • Reworked publish workflow with version bumping and release creation.
  • Introduced pyproject.toml for project metadata and build configuration.
  • Removed requirements.txt and setup.py in favor of pyproject.toml.
  • Added brickmos/__about__.py to manage project version.
  • Fixes and overflow that may have occurred in color distance calculation.

@merschformann merschformann changed the title Fix security issue in opencv dependency, rework project structure and workflows Fix security issue in opencv dependency, rework project structure and workflows, fix overflow Sep 2, 2024
@merschformann merschformann marked this pull request as ready for review September 2, 2024 15:22
@merschformann merschformann merged commit 823bc56 into main Sep 2, 2024
4 checks passed
@merschformann merschformann deleted the merschformann/fix-dependabot-alert-change-project-setup branch September 2, 2024 15:23
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.

1 participant