1
0

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
This commit is contained in:
OBS User smolsheep 2024-04-03 17:27:55 +00:00 committed by Git OBS Bridge
parent 8b2f8f88d8
commit 6dba4b2137
4 changed files with 18 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 3 16:32:29 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- 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
-------------------------------------------------------------------
Sun Mar 10 07:01:27 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>

View File

@ -26,7 +26,7 @@
%endif
Name: python-apprise
Version: 1.7.4
Version: 1.7.5
Release: 0
Group: Development/Libraries/Python
Summary: A simple wrapper to many popular notification services used today
@ -111,13 +111,13 @@ install -D -m 0644 -t %{buildroot}%{_mandir}/man1 packaging/man/apprise.1
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%pytest -k 'not test_plugin_matrix_attachments_api_v2'
%pre
%python_libalternatives_reset_alternative apprise
%post
%python_install_alternative apprise apprise.1
%python_install_alternative apprise apprise.1%{?ext_man}
%postun
%python_uninstall_alternative apprise