From df9de9ffaa1659cd4639b787867f2880c6b56d034270e16f0aab8abd66f37fc3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 15 Feb 2024 14:38:54 +0000 Subject: [PATCH] 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 --- python-apprise.changes | 6 ++++++ python-apprise.spec | 12 +++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/python-apprise.changes b/python-apprise.changes index f2b9a82..0fcb880 100644 --- a/python-apprise.changes +++ b/python-apprise.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 15 13:34:12 UTC 2024 - Joshua Smith + +- Added single-line patch comments to better conform to patch + guidelines. + ------------------------------------------------------------------- Sun Jan 28 07:24:44 UTC 2024 - Paolo Panto diff --git a/python-apprise.spec b/python-apprise.spec index 21f6302..799477b 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -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