forked from pool/python-apprise
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:
parent
8b2f8f88d8
commit
6dba4b2137
@ -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
3
apprise-1.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ac34b27009d5c625e87d33ec85fa577062b57f3bced6d7223e17c5afbb40e68
|
||||||
|
size 1652098
|
@ -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>
|
Sun Mar 10 07:01:27 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-apprise
|
Name: python-apprise
|
||||||
Version: 1.7.4
|
Version: 1.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Summary: A simple wrapper to many popular notification services used today
|
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}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest -k 'not test_plugin_matrix_attachments_api_v2'
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%python_libalternatives_reset_alternative apprise
|
%python_libalternatives_reset_alternative apprise
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative apprise apprise.1
|
%python_install_alternative apprise apprise.1%{?ext_man}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative apprise
|
%python_uninstall_alternative apprise
|
||||||
|
Loading…
Reference in New Issue
Block a user