14
0

11 Commits

Author SHA256 Message Date
74749ba7b3 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
2025-05-19 07:53:33 +00:00
893f159d57 Accepting request 1240153 from home:glaubitz:branches:devel:languages:python
- Update to version 1.9.2
  * discord:// now supports the kwarg of 'botname'
  * Better support for reverse-url construction containing whitespace
  * Updated reference to BSDv2 clause in RPM
  * Resolved chanify:// naming confusion
- from version 1.9.1
  * Plivo Support Added
  * Support for PGP Email Support (DeltaChat Compatible)
  * Seven (SMS Provider) Added
  * Matrix Well Known URI Server Discovery
  * Eliminated non-essential warning log in mailto:// parsing
  * Improved voipms:// phone number parsing
  * CLI environment variable over-ride support
  * Unpin paho-mqtt version
  * Improved hostname verification
  * Bark - add critical level alert plus ?volume= argument
  * Refactored Office 365 Plugin
  * Refactored Apprise mailto:// and apprise.utils module
  * feat: Add support for latest MSTeams webhook URL format
  * mmost:// supports legacy url webhooks (http://)
  * Added disclaimer for AES-CBC-128 weakness with simplepush://
  * Fix print statement in test run function
  * Dropped Python v3.7 GH Action Test Support (deprecated)
  * Removed python-xdist development dependency due to it not being used
  * Remove Boxcar due to it no longer being available upstream
  * Remove duplicate entry for Burst SMS
  * Matrix: Allow token only client API authorization with token
    parameter
  * Matrix Long Lived Token: Don't logout, and use UUIDv4 for
    transactionIds

OBS-URL: https://build.opensuse.org/request/show/1240153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=18
2025-01-27 08:45:37 +00:00
OBS User smolsheep
b551e2b050 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
2024-09-09 21:09:06 +00:00
OBS User smolsheep
da4d69179e Accepting request 1189839 from home:smolsheep:upgrades
- Remove apprise-pytest-session_mocker-removal.patch -- Fixed upstream
- Update to version 1.8.1:
  Features:
  * New Services:
    - Splunk
    - Africas Talking
    - Microsoft Power Automate / Workflows
    - Société Française du Radiotéléphone (SFR)
  * Slack supports <@userid> in message body
  * Turn large ntfy messages into a attachments
  * Refactored the way Notifiarr Discord users are mentioned
  * OneSignal to support custom data in payload
  * Twilio WhatsApp support added
  * Allow json data in OneSignal template arguments
  Fixes:
  * Automatically increment Matrix v3 transaction IDs
  * Slack files upload deprecation
  * Update token regex in ServerChan
  * Add missing % string in import failed trace message
  * This will fix issues with Home Assistant
  * Fixes random matrix:// unittest failures
  * fix: conversion html_to_text hr tags rstrip non string object
- Updates from version 1.8.0:
  Features:
  * Custom Plugin Attachment Support Enforced + Added Testing
  * Do not sanitize http:// attachment URLs. This allows the
    successful fetching of very complicated http based Attachment
    URL's where the case sensitivity of the keys matter. The side
    effect of this change, is built in switches like cache= become
    case sensitive too (e.g Cache= will no longer be parsed).
  Fixes:
  * Added JSON Content-Type header to freemobile://
  * Fix mailto://ip.addr support
  * clicksend:// authentication bugfix
  * Update Apprise API (apprise//) token length

OBS-URL: https://build.opensuse.org/request/show/1189839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=14
2024-07-26 18:40:12 +00:00
OBS User smolsheep
b5b3c53657 Accepting request 1169789 from home:smolsheep:upgrades
- Disable another failing test

OBS-URL: https://build.opensuse.org/request/show/1169789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=12
2024-04-23 02:56:39 +00:00
OBS User smolsheep
baeca5f8d2 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
2024-04-15 01:53:45 +00:00
OBS User smolsheep
6dba4b2137 Accepting request 1164407 from home:smolsheep:upgrades
- Update to version 1.7.5:
  Features:
  * Free-Mobile support added
  * Improved markdown to html conversions
  * Added test case to strengthen YAML configuration validation
  Bugfixes:
  * Improved async/threading attachment support
  * Improved variable parsing in YAML files

OBS-URL: https://build.opensuse.org/request/show/1164407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=8
2024-04-03 17:27:55 +00:00
OBS User smolsheep
8b2f8f88d8 Accepting request 1156759 from home:smolsheep:upgrades
- Update to version 1.7.4:
  Features:
  * LunaSea support added
  * .conf configuration file support added to CLI.
  Fixes:
  * Fix: Custom module deadlock which fixes bug from 1.7.3

OBS-URL: https://build.opensuse.org/request/show/1156759
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=6
2024-03-10 19:33:41 +00:00
OBS User smolsheep
0dbba322ef 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
2024-03-03 23:36:56 +00:00
df9de9ffaa Accepting request 1146856 from home:smolsheep:upgrades
- Added single-line patch comments to better conform to patch
  guidelines.

I had figured that the mild improvement of docs didn't need a full changelog. Thanks Matej!

OBS-URL: https://build.opensuse.org/request/show/1146856
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=2
2024-02-15 14:38:54 +00:00
b659ccc6aa Accepting request 1146545 from home:smolsheep:upgrades
This package is required for the current version of Borgmatic, which I updated. I would like to maintain in the python devel project as well as in Factory.

OBS-URL: https://build.opensuse.org/request/show/1146545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=1
2024-02-15 09:09:24 +00:00