diff --git a/apprise-1.7.4.tar.gz b/apprise-1.7.4.tar.gz deleted file mode 100644 index 74a3f3c..0000000 --- a/apprise-1.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef5e830051140d4228a759c5bc2d6857bcc7f8664df3e44f30f64617ce0c7a73 -size 1648673 diff --git a/apprise-1.7.5.tar.gz b/apprise-1.7.5.tar.gz new file mode 100644 index 0000000..78305c7 --- /dev/null +++ b/apprise-1.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac34b27009d5c625e87d33ec85fa577062b57f3bced6d7223e17c5afbb40e68 +size 1652098 diff --git a/python-apprise.changes b/python-apprise.changes index 76af95f..0810e7f 100644 --- a/python-apprise.changes +++ b/python-apprise.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 3 16:32:29 UTC 2024 - Joshua Smith + +- Update to version 1.7.5: + Features: + * Free-Mobile support added + * Improved markdown to html conversions + * Added test case to strengthen YAML configuration validation + Bugfixes: + * Improved async/threading attachment support + * Improved variable parsing in YAML files + ------------------------------------------------------------------- Sun Mar 10 07:01:27 UTC 2024 - Joshua Smith diff --git a/python-apprise.spec b/python-apprise.spec index f3f37b8..a20e859 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -26,7 +26,7 @@ %endif Name: python-apprise -Version: 1.7.4 +Version: 1.7.5 Release: 0 Group: Development/Libraries/Python Summary: A simple wrapper to many popular notification services used today @@ -111,13 +111,13 @@ install -D -m 0644 -t %{buildroot}%{_mandir}/man1 packaging/man/apprise.1 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k 'not test_plugin_matrix_attachments_api_v2' %pre %python_libalternatives_reset_alternative apprise %post -%python_install_alternative apprise apprise.1 +%python_install_alternative apprise apprise.1%{?ext_man} %postun %python_uninstall_alternative apprise