diff --git a/apprise-1.7.3.tar.gz b/apprise-1.7.3.tar.gz deleted file mode 100644 index 435f640..0000000 --- a/apprise-1.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31e2a639407bb8d266249fc075ff317e9d34ff5951c6e16bfeefddc2af5fe84c -size 1644531 diff --git a/apprise-1.7.4.tar.gz b/apprise-1.7.4.tar.gz new file mode 100644 index 0000000..74a3f3c --- /dev/null +++ b/apprise-1.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5e830051140d4228a759c5bc2d6857bcc7f8664df3e44f30f64617ce0c7a73 +size 1648673 diff --git a/python-apprise.changes b/python-apprise.changes index 100a712..76af95f 100644 --- a/python-apprise.changes +++ b/python-apprise.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Mar 10 07:01:27 UTC 2024 - Joshua Smith + +- Update to version 1.7.4: + Features: + * LunaSea support added + * .conf configuration file support added to CLI. + Fixes: + * Fix: Custom module deadlock which fixes bug from 1.7.3 + ------------------------------------------------------------------- Sun Mar 3 18:21:15 UTC 2024 - Joshua Smith diff --git a/python-apprise.spec b/python-apprise.spec index 47a9dac..f3f37b8 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -26,8 +26,9 @@ %endif Name: python-apprise -Version: 1.7.3 +Version: 1.7.4 Release: 0 +Group: Development/Libraries/Python Summary: A simple wrapper to many popular notification services used today License: BSD-2-Clause URL: https://github.com/caronc/apprise @@ -46,7 +47,6 @@ BuildRequires: %{python_module Markdown} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module certifi} BuildRequires: %{python_module click >= 5.0} -BuildRequires: %{python_module cryptography} BuildRequires: %{python_module dbus-python} BuildRequires: %{python_module paho-mqtt} BuildRequires: %{python_module pip} @@ -63,7 +63,6 @@ Requires: python-Markdown Requires: python-PyYAML Requires: python-certifi Requires: python-click >= 5.0 -Requires: python-cryptography Requires: python-requests Requires: python-requests-oauthlib Recommends: python-paho-mqtt