| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Updated to version 0.4.6:
+ Upgrade dependencies, (gh#bneijt/autotrash#59).
+ Bump cryptography from 40.0.1 to 41.0.3,
(gh#bneijt/autotrash#62).
+ Upgrade poetry, (gh#bneijt/autotrash#63).
+ OSV scan, (gh#bneijt/autotrash#54).
- Changes from version 0.4.5:
+ Add mypy and actions cache, (gh#bneijt/autotrash#42).
+ Update documentation, (gh#bneijt/autotrash#45).
+ Add .gnomerc Example For Granular Cleanup,
(gh#bneijt/autotrash#46).
+ Upgrades, (gh#bneijt/autotrash#53).
- Update source URL.
- Update spec file, move to building with poetry macros.
- Update to version 0.4.4:
+ Tiny bit of love: change default template for systemd unit
files to also contain a link to the project on github.
- Changes from version 0.4.3:
+ This release only fixes the license rendering on pypi.
- Changes from version 0.4.2:
+ Drop arrow dependency.
- Changes from version 0.4.1:
+ Release 0.4.1 but now with a package description in PyPi.
- Changes from version 0.4.0;
+ New --install feature to add systemctl timer.
- Changes from version 0.3.0:
+ A date parsing issue (#15) inspired me to revamp the
distribution and packaging.
+ The package is no longer a single python script, but a full
python package you will be able to install from PyPi shortly.
- Changes from version 0.2.1:
+ Prevent UnboundLocalError when --max-free is set and enough
space free.
- Drop injected man page: upstream no longer maintains it
apparently.
- Add python3-setuptools BuildRequires: new build dependency.
- Do not BuildRequire pandoc (as it does not exist on all architectures). - Inject autotrash.1: build will fail when this needs to be regenerated (as pandoc would be missing).
- initial packaging