forked from pool/python-apprise
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
This commit is contained in:
parent
0dbba322ef
commit
8b2f8f88d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31e2a639407bb8d266249fc075ff317e9d34ff5951c6e16bfeefddc2af5fe84c
|
||||
size 1644531
|
3
apprise-1.7.4.tar.gz
Normal file
3
apprise-1.7.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef5e830051140d4228a759c5bc2d6857bcc7f8664df3e44f30f64617ce0c7a73
|
||||
size 1648673
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 07:01:27 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 18:21:15 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
|
@ -26,8 +26,9 @@
|
||||
%endif
|
||||
|
||||
Name: python-apprise
|
||||
Version: 1.7.3
|
||||
Version: 1.7.4
|
||||
Release: 0
|
||||
Group: Development/Libraries/Python
|
||||
Summary: A simple wrapper to many popular notification services used today
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/caronc/apprise
|
||||
@ -46,7 +47,6 @@ BuildRequires: %{python_module Markdown}
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module certifi}
|
||||
BuildRequires: %{python_module click >= 5.0}
|
||||
BuildRequires: %{python_module cryptography}
|
||||
BuildRequires: %{python_module dbus-python}
|
||||
BuildRequires: %{python_module paho-mqtt}
|
||||
BuildRequires: %{python_module pip}
|
||||
@ -63,7 +63,6 @@ Requires: python-Markdown
|
||||
Requires: python-PyYAML
|
||||
Requires: python-certifi
|
||||
Requires: python-click >= 5.0
|
||||
Requires: python-cryptography
|
||||
Requires: python-requests
|
||||
Requires: python-requests-oauthlib
|
||||
Recommends: python-paho-mqtt
|
||||
|
Loading…
Reference in New Issue
Block a user