Patrick McCarty
Patrick McCarty
**Describe the bug** Upon inspecting a Clear Linux system today, I noticed that there may be too many old kernels remaining on the system. The system uses `kernel-lts` exclusively, but...
In Clear Linux OS, the `linux-extra` subpackage of `linux` installs `/usr/lib/kernel/vmlinux-KVER`, so clr-boot-manager should probably clean these up, too.
These are the errors I am seeing: ``` src/ostree/parse-datetime.c:481:6: error: conflicting types for ‘yyerror’; have ‘void(parser_control *, const char *)’ 481 | void yyerror (parser_control *pc, const char *msg); |...
As mentioned in https://github.com/clearlinux/autospec/pull/660#issuecomment-852545084, the `coverage` tool is no longer present in the `python-extras` bundle. My best understanding is that `coverage` was pulled into the bundle originally via runtime dependencies,...
In the event a package is updated to a new release, it would be nice for autospec to automatically remove patches currently applied via the `series` file if they are...
When I ran autospec for `vim`, a build requirement for `qtbase-dev`, due to the presence of some .pro files in the tree. However, the qmake build pattern was not selected...
The [`tomli`](https://pypi.org/project/tomli/) package is more actively maintained than [`toml`](https://pypi.org/project/toml/), so it might be wise to consider switching. I discovered a growing number of packages making the switch after doing research...
[Bioconductor](https://www.bioconductor.org/) packages are similar to our current CRAN packages, but they need different build steps. Note that some CRAN packages in Clear (like `R-NMF`) cannot be updated to the latest...
When collecting PyPI metadata for PyPI package provides/requires, autospec runs `pip install PACKAGE` in a virtualenv. Instead, it should be running `pip install PACKAGE==VERSION` for the target package version. This...
See https://editorconfig.org/ for a guide. We already have flake8 style checks, but a `.editorconfig` can update basic style settings in modern text editors when modifying autospec source code.