melexis / warnings-plugin

Command-line tool for marking builds with too many warnings as failed. A command-line alternative for https://github.com/jenkinsci/warnings-plugin. Useable with plugin-less CI systems like Gitlab-CI and even Travis-CI
Apache License 2.0
7 stars 2 forks source link

Move modules from namespace 'mlx' to 'mlx/warnings' #130

Closed JasperCraeghs closed 5 months ago

JasperCraeghs commented 5 months ago
  1. The modules no longer clutter the namespace mlx. They have been moved to the subpackage mlx.warnings from which the classes are importable.
  2. Convert the pkg_resources-style namespace package to a native namespace package
  3. Removed support for Python 3.7 and older
  4. Testing support for Python 3.12
  5. Address deprecation warning about use of pkg_resources
  6. Modernize the build system: