forked from pool/python-apprise
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
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 13:34:12 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
- Added single-line patch comments to better conform to patch
|
||||
guidelines.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 28 07:24:44 UTC 2024 - Paolo Panto <munix9@googlemail.com>
|
||||
|
||||
|
@@ -33,7 +33,14 @@ License: BSD-2-Clause
|
||||
URL: https://github.com/caronc/apprise
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/apprise/apprise-%{version}.tar.gz
|
||||
Source99: %{name}.rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE fix-test_plugin_glib.patch -- import missing dbus
|
||||
Patch0: fix-test_plugin_glib.patch
|
||||
%if 0%{?suse_version} <= 1500
|
||||
# PATCH-FIX-UPSTREAM apprise-pytest-session_mocker-removal.patch -- based on PR 757
|
||||
Patch10: apprise-pytest-session_mocker-removal.patch
|
||||
BuildRequires: %{python_module dataclasses}
|
||||
Requires: python-dataclasses
|
||||
%endif
|
||||
BuildRequires: %{python_module Babel}
|
||||
BuildRequires: %{python_module Markdown}
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
@@ -61,11 +68,6 @@ Requires: python-requests
|
||||
Requires: python-requests-oauthlib
|
||||
Recommends: python-paho-mqtt
|
||||
Suggests: python-dbus-python
|
||||
%if 0%{?suse_version} <= 1500
|
||||
Patch10: apprise-pytest-session_mocker-removal.patch
|
||||
BuildRequires: %{python_module dataclasses}
|
||||
Requires: python-dataclasses
|
||||
%endif
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
|
Reference in New Issue
Block a user