From baeca5f8d294924396ca7f48da681cbf58424450501b8ed8f9d4acd76a169c0e Mon Sep 17 00:00:00 2001 From: OBS User smolsheep Date: Mon, 15 Apr 2024 01:53:45 +0000 Subject: [PATCH] Accepting request 1167689 from home:smolsheep:upgrades - Update to version 1.7.6: Features: * Chantify Support added * Feishu Custom Bot Support added * Added delay= switch to aprs:// plugin * RocketChat Token Support Bugfixes: * Default locale logical compatibility with Python 3.12 * Fixed deprication warnings for Markdown extensions * ntfy loaded topic count bugfix * freemobile:// msg moved from GET parameters and into payload * Honor overflow=truncate when sending attachments * host parsed from user login (if present) for Emails OBS-URL: https://build.opensuse.org/request/show/1167689 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=10 --- apprise-1.7.5.tar.gz | 3 --- apprise-1.7.6.tar.gz | 3 +++ python-apprise.changes | 17 +++++++++++++++++ python-apprise.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 apprise-1.7.5.tar.gz create mode 100644 apprise-1.7.6.tar.gz diff --git a/apprise-1.7.5.tar.gz b/apprise-1.7.5.tar.gz deleted file mode 100644 index 78305c7..0000000 --- a/apprise-1.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ac34b27009d5c625e87d33ec85fa577062b57f3bced6d7223e17c5afbb40e68 -size 1652098 diff --git a/apprise-1.7.6.tar.gz b/apprise-1.7.6.tar.gz new file mode 100644 index 0000000..4d678e8 --- /dev/null +++ b/apprise-1.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077f09309cc8a6c9063dbd614b343807d527d546693b7fe8fc5a4433502fea6c +size 1656123 diff --git a/python-apprise.changes b/python-apprise.changes index 0810e7f..ec94aa6 100644 --- a/python-apprise.changes +++ b/python-apprise.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 15 00:47:55 UTC 2024 - Joshua Smith + +- Update to version 1.7.6: + Features: + * Chantify Support added + * Feishu Custom Bot Support added + * Added delay= switch to aprs:// plugin + * RocketChat Token Support + Bugfixes: + * Default locale logical compatibility with Python 3.12 + * Fixed deprication warnings for Markdown extensions + * ntfy loaded topic count bugfix + * freemobile:// msg moved from GET parameters and into payload + * Honor overflow=truncate when sending attachments + * host parsed from user login (if present) for Emails + ------------------------------------------------------------------- Wed Apr 3 16:32:29 UTC 2024 - Joshua Smith diff --git a/python-apprise.spec b/python-apprise.spec index a20e859..2ca17e0 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -26,7 +26,7 @@ %endif Name: python-apprise -Version: 1.7.5 +Version: 1.7.6 Release: 0 Group: Development/Libraries/Python Summary: A simple wrapper to many popular notification services used today