forked from pool/python-apprise
Accepting request 1199751 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1199751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apprise?expand=0&rev=8
This commit is contained in:
commit
c3297b4645
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2
|
||||
size 1696426
|
3
apprise-1.9.0.tar.gz
Normal file
3
apprise-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5c93afd6331afe4b63a55d1cea9076e47becb4ba89b562b181c13e25bb0c7d6
|
||||
size 1753505
|
@ -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
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 20:11:21 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- 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 <smolsheep@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user