14
0

Accepting request 1240456 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1240456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apprise?expand=0&rev=9
This commit is contained in:
2025-01-27 19:55:13 +00:00
committed by Git OBS Bridge
4 changed files with 44 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5c93afd6331afe4b63a55d1cea9076e47becb4ba89b562b181c13e25bb0c7d6
size 1753505

3
apprise-1.9.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:290eb1217028dd5040802371494d70c1bcab907e6634a77c263489dbe4fd73a8
size 1779362

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Jan 24 12:08:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
* miskey:// visibility flags updated
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
-------------------------------------------------------------------
Mon Sep 9 20:11:21 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-apprise
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 Paolo Panto <munix9@googlemail.com>
#
# All modifications and additions to the file contributed by third parties
@@ -17,16 +17,15 @@
#
%define skip_python2 1
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-apprise
Version: 1.9.0
Version: 1.9.2
Release: 0
Group: Development/Libraries/Python
Summary: A simple wrapper to many popular notification services used today