Releases: bdrung/ionit
Releases · bdrung/ionit
Release ionit 0.5.0
Release ionit 0.4.1
- Make YAML files free of complaints from yamllint
- Update my email address to @posteo.de
Release ionit 0.4.0
- Add
--encoding
option and default it toutf-8
- Drop support for Python < 3.6
- Fix issues found by pylint 2.11.1 (fixes Debian bug #998574):
- tests: Use
with
forsubprocess.Popen
calls - Use
from ruamel import yaml
- Replace
.format()
with f-strings
- tests: Use
Release ionit 0.3.8
- tests: Mark
ionit_plugin
as first party module
Release ionit 0.3.7
- Check import definition order with isort
- Fix code format for older black versions
- Add test case for black code formatter
- Fix YAMLLoadWarning with PyYAML 5.1+
- Add support for ruamel.yaml
setup.py
: Add PyYAML as dependency
Release ionit 0.3.6
- Address issues found by pylint 2.6.0 (fixes Debian bug #971138)
- Blacken Python code
Release 0.3.5
- Run
ionit.service
beforeifupdown-pre.service
Release 0.3.4
- Fix issues found by pylint 2.4.4 (fixes Debian bug #946034)
Release 0.3.3
- Drop
After=local-fs.target
fromionit.service
to break dependency loop (fixes Debian bug #931060)
Release 0.3.2
- Run
ionit.service
beforesystemd-udev-trigger.service
(fixes Debian bug #919690)