From 0dbba322ef3d8c47ed3128682b320c78de212e18c17de77fce95890f3f3c7cf9 Mon Sep 17 00:00:00 2001 From: OBS User smolsheep Date: Sun, 3 Mar 2024 23:36:56 +0000 Subject: [PATCH] Accepting request 1154460 from home:smolsheep:upgrades - Update to version 1.7.3: Features: * Revolt support added * mailto comcast email template added * mailto *improved custom email server handling, to= and from_addr= are no longer required in most circumstances * ntfy markdown support added, just add ?format=markdown Fixes: * Fixed documents with respect to the use of yaml files * Asynchronous dynamic module loading support OBS-URL: https://build.opensuse.org/request/show/1154460 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=4 --- apprise-1.7.2.tar.gz | 3 --- apprise-1.7.3.tar.gz | 3 +++ python-apprise.changes | 14 ++++++++++++++ python-apprise.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 apprise-1.7.2.tar.gz create mode 100644 apprise-1.7.3.tar.gz diff --git a/apprise-1.7.2.tar.gz b/apprise-1.7.2.tar.gz deleted file mode 100644 index e5351eb..0000000 --- a/apprise-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09e159b29008e6c8e93d7ffc3c15d419c0bbae41620405f8f2d3432b72a2e9bf -size 1638384 diff --git a/apprise-1.7.3.tar.gz b/apprise-1.7.3.tar.gz new file mode 100644 index 0000000..435f640 --- /dev/null +++ b/apprise-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e2a639407bb8d266249fc075ff317e9d34ff5951c6e16bfeefddc2af5fe84c +size 1644531 diff --git a/python-apprise.changes b/python-apprise.changes index 0fcb880..100a712 100644 --- a/python-apprise.changes +++ b/python-apprise.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Mar 3 18:21:15 UTC 2024 - Joshua Smith + +- Update to version 1.7.3: + Features: + * Revolt support added + * mailto comcast email template added + * mailto *improved custom email server handling, to= and + from_addr= are no longer required in most circumstances + * ntfy markdown support added, just add ?format=markdown + Fixes: + * Fixed documents with respect to the use of yaml files + * Asynchronous dynamic module loading support + ------------------------------------------------------------------- Thu Feb 15 13:34:12 UTC 2024 - Joshua Smith diff --git a/python-apprise.spec b/python-apprise.spec index 799477b..47a9dac 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -26,7 +26,7 @@ %endif Name: python-apprise -Version: 1.7.2 +Version: 1.7.3 Release: 0 Summary: A simple wrapper to many popular notification services used today License: BSD-2-Clause