Daniel Milnes
Daniel Milnes
I'm having issues setting my OpenGraph image on my posts. I've manually set `cover = "cover.webp"` in the preamble of my post, but I always end up with ``, rather...
Helps with #429, needs @AnonGuy to look at if this will work for the inline LaTeX.
This PR cleans up all the tests so they pass under Python 3. To ensure all future changes don't break things, this also runs the tests in GitHub Actions. Whilst...
Argparse has been part of the Python stdlib since 2.7 and 3.2, so there is no need to explicitly depend on it.
Python 3.12 has removed `distutils`. Fedora is using this patch in the deployed version of this package.
Fedora is no longer shipping `ruamel-yaml` 0.17, so we need to allow 0.18 to keep `home-assistant-cli` in Fedora. I plan to apply this patch to Fedora to resolve . I...
### Short description of the problem Mock's RPM includes `/usr/lib/python3.11/site-packages/mockbuild/`. However because it does not provide a [`.dist-info`](https://packaging.python.org/en/latest/specifications/recording-installed-packages/#the-dist-info-directory) directory , [`pythondistdeps.py`](https://src.fedoraproject.org/rpms/python-rpm-generators/blob/rawhide/f/pythondistdeps.py) does not notice. This means that the RPM does...
This is a tiny fix, just noticed the mistake whilst showing DarkReader to someone.
This is a pretty hacky reimplementation based on but I think it should work. Python no longer complains that the code is invalid, however I unfortunately don't have an iDRAC...
OMSDK and OMDrivers are now available in Fedora! We use this library extensively at @LMAX-Exchange as part of , so have put the effort into packaging this as an RPM....