From b551e2b05087ee805f652a666cfa7939dc1db2d6fe6f4088233eead456567863 Mon Sep 17 00:00:00 2001 From: OBS User smolsheep Date: Mon, 9 Sep 2024 21:09:06 +0000 Subject: [PATCH] Accepting request 1199750 from home:smolsheep:upgrades - Remove fix-test_plugin_glib.patch -- Fixed upstream - Update to version 1.9.0: Features: * Added WxPusher Support * Persistent Storage added. This feature is very big and better documented here. https://github.com/caronc/apprise/wiki/persistent_storage Long overdue, plugins can now safely cache some of the query results returned from upstream endpoints to disk. This saves the need to make future extra web requests later (overall causing a performance boost to Apprise). It's a cache engine done right; content is contained, and those using the CLI can clean/reset it. You can also easily turn it off. * mqtt:// support for publishing retain flag * SendGrid Attachment Support Added * Refactored base64 attachment handling Fixes: * Fix typo in readme * Fix Telegram Thread/Topic handling * Fixed mattermost channel handling * Escape unsupported Telegram MarkdownV2 characters Telegram MarkdownV2 has turned out to be a VERY different style of markdown. For consistency, the default telegram mode is version 1. Simply add ?format=markdown&mdv=v2 to your URL to change this. OBS-URL: https://build.opensuse.org/request/show/1199750 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=16 --- apprise-1.8.1.tar.gz | 3 --- apprise-1.9.0.tar.gz | 3 +++ fix-test_plugin_glib.patch | 10 ---------- python-apprise.changes | 28 ++++++++++++++++++++++++++++ python-apprise.spec | 4 +--- 5 files changed, 32 insertions(+), 16 deletions(-) delete mode 100644 apprise-1.8.1.tar.gz create mode 100644 apprise-1.9.0.tar.gz delete mode 100644 fix-test_plugin_glib.patch diff --git a/apprise-1.8.1.tar.gz b/apprise-1.8.1.tar.gz deleted file mode 100644 index 5c68696..0000000 --- a/apprise-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2 -size 1696426 diff --git a/apprise-1.9.0.tar.gz b/apprise-1.9.0.tar.gz new file mode 100644 index 0000000..5b2b5c6 --- /dev/null +++ b/apprise-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c93afd6331afe4b63a55d1cea9076e47becb4ba89b562b181c13e25bb0c7d6 +size 1753505 diff --git a/fix-test_plugin_glib.patch b/fix-test_plugin_glib.patch deleted file mode 100644 index 48afb88..0000000 --- a/fix-test_plugin_glib.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/test/test_plugin_glib.py -+++ b/test/test_plugin_glib.py -@@ -31,6 +31,7 @@ - import re - import sys - import types -+import dbus - from unittest.mock import Mock, call, ANY - - import pytest diff --git a/python-apprise.changes b/python-apprise.changes index e529fee..038080f 100644 --- a/python-apprise.changes +++ b/python-apprise.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Sep 9 20:11:21 UTC 2024 - Joshua Smith + +- Remove fix-test_plugin_glib.patch -- Fixed upstream +- Update to version 1.9.0: + Features: + * Added WxPusher Support + * Persistent Storage added. This feature is very big and better documented here. + https://github.com/caronc/apprise/wiki/persistent_storage + Long overdue, plugins can now safely cache some of the query + results returned from upstream endpoints to disk. This saves + the need to make future extra web requests later (overall + causing a performance boost to Apprise). It's a cache engine + done right; content is contained, and those using the CLI can + clean/reset it. You can also easily turn it off. + * mqtt:// support for publishing retain flag + * SendGrid Attachment Support Added + * Refactored base64 attachment handling + Fixes: + * Fix typo in readme + * Fix Telegram Thread/Topic handling + * Fixed mattermost channel handling + * Escape unsupported Telegram MarkdownV2 characters + Telegram MarkdownV2 has turned out to be a VERY different style + of markdown. For consistency, the default telegram mode is + version 1. Simply add ?format=markdown&mdv=v2 to your URL to + change this. + ------------------------------------------------------------------- Fri Jul 26 17:22:58 UTC 2024 - Joshua Smith diff --git a/python-apprise.spec b/python-apprise.spec index 1909ff9..8c945bf 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -26,7 +26,7 @@ %endif Name: python-apprise -Version: 1.8.1 +Version: 1.9.0 Release: 0 Group: Development/Libraries/Python Summary: A simple wrapper to many popular notification services used today @@ -34,8 +34,6 @@ License: BSD-2-Clause URL: https://github.com/caronc/apprise Source0: https://files.pythonhosted.org/packages/source/a/apprise/apprise-%{version}.tar.gz Source99: %{name}.rpmlintrc -# PATCH-FIX-OPENSUSE fix-test_plugin_glib.patch -- import missing dbus -Patch0: fix-test_plugin_glib.patch %if 0%{?suse_version} <= 1500 BuildRequires: %{python_module dataclasses} Requires: python-dataclasses