From 935eaeff93f644900a233c6442fa0975be94c3517a555fa6c110ea6a350bd292 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 19 May 2025 07:53:33 +0000 Subject: [PATCH] Accepting request 1278311 from home:glaubitz:branches:devel:languages:python - Update to version 1.9.3 * BlueSky Support Added * Added Resend Support * Fix flaky test in translation tests * Set default port for Mattermost notifications * Office 365 posts include subject and body now * Telegram messages leverage caption field when attachments * Extend options for plugin Seven * Ntfy.sh Internationalized URL support added for click= * Improved SMS transmission documentation * apprise.urls() bulletproofing/bugfix * Add option label for plugin seven * Minor and insignifigant changes (typos and alike) OBS-URL: https://build.opensuse.org/request/show/1278311 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=20 --- apprise-1.9.2.tar.gz | 3 --- apprise-1.9.3.tar.gz | 3 +++ python-apprise.changes | 17 +++++++++++++++++ python-apprise.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 apprise-1.9.2.tar.gz create mode 100644 apprise-1.9.3.tar.gz diff --git a/apprise-1.9.2.tar.gz b/apprise-1.9.2.tar.gz deleted file mode 100644 index 8d070ef..0000000 --- a/apprise-1.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:290eb1217028dd5040802371494d70c1bcab907e6634a77c263489dbe4fd73a8 -size 1779362 diff --git a/apprise-1.9.3.tar.gz b/apprise-1.9.3.tar.gz new file mode 100644 index 0000000..499948b --- /dev/null +++ b/apprise-1.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f583667ea35b8899cd46318c6cb26f0faf6a4605b119174c2523a012590c65a6 +size 1795515 diff --git a/python-apprise.changes b/python-apprise.changes index 4d01abd..24e8e60 100644 --- a/python-apprise.changes +++ b/python-apprise.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon May 19 06:31:43 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 1.9.3 + * BlueSky Support Added + * Added Resend Support + * Fix flaky test in translation tests + * Set default port for Mattermost notifications + * Office 365 posts include subject and body now + * Telegram messages leverage caption field when attachments + * Extend options for plugin Seven + * Ntfy.sh Internationalized URL support added for click= + * Improved SMS transmission documentation + * apprise.urls() bulletproofing/bugfix + * Add option label for plugin seven + * Minor and insignifigant changes (typos and alike) + ------------------------------------------------------------------- Fri Jan 24 12:08:22 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-apprise.spec b/python-apprise.spec index 9f83835..dd6ea29 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} Name: python-apprise -Version: 1.9.2 +Version: 1.9.3 Release: 0 Group: Development/Libraries/Python Summary: A simple wrapper to many popular notification services used today