Commit Graph

10 Commits

Author SHA1 Message Date
Chris Caron
3cd5895004 Bumped version to v1.7.2 2024-01-27 15:50:01 -05:00
Chris Caron
cda692594d
Test Coverage and Code Tidy (#1015) 2023-12-17 12:03:29 -05:00
Chris Caron
34e52e5d92
Switch License to BSDv2 (from v3) as it's less restrictive (#976) 2023-10-13 17:08:01 -04:00
Peter Dave Hello
f6f73b69b8
Minimize apt installed packages in Dockerfile (#943)
Use `apt-get install` with `--no-install-recommends` to void unnecessary
packages, and manually add `dbus` package to prevent build failure with
command `pip install --no-cache-dir dbus-python PyGObject` like below:

> #0 22.28       Program dbus-run-session found: NO
> #0 22.28
> #0 22.28       ../test/meson.build:72:19: ERROR: Program 'dbus-run-session' not found or not executable
2023-09-09 14:22:51 -04:00
Peter Dave Hello
b34654bc3f
Clean up apt lists after installation in Dockerfile (#940) 2023-09-04 14:43:34 -04:00
Peter Dave Hello
f84d604a22
Use pip install with --no-cache-dir inside Docker (#939) 2023-09-04 08:19:28 -04:00
Chris Caron
78f5693382 bumped version to v1.4.5 2023-07-06 20:34:07 -04:00
Chris Caron
429470d45e
Apprise License changes to BSD 3-Clause (#813) 2023-02-09 03:54:55 -05:00
Andreas Motl
f1836cff84
Improve testing of NotifyDBus, NotifyGnome, and NotifyMacOSX (#689) 2022-10-16 13:43:15 -04:00
Chris Caron
d88bc9e287
Added Docker Testing Environment (#631) 2022-07-15 16:40:27 -04:00