diff --git a/packaging/redhat/apprise-rhel7-support.patch b/packaging/redhat/apprise-rhel7-support.patch index d26c704d..e63bbe34 100644 --- a/packaging/redhat/apprise-rhel7-support.patch +++ b/packaging/redhat/apprise-rhel7-support.patch @@ -1,7 +1,19 @@ -diff -Naur apprise-0.8.2/test/test_attach_http.py apprise-0.8.2-patched/test/test_attach_http.py ---- apprise-0.8.2/test/test_attach_http.py 2019-11-17 08:07:36.000000000 -0500 -+++ apprise-0.8.2-patched/test/test_attach_http.py 2019-11-25 19:06:33.350512555 -0500 -@@ -50,8 +50,6 @@ +diff -Naur apprise-0.9.6/test/helpers/rest.py apprise-0.9.6.patched/test/helpers/rest.py +--- apprise-0.9.6/test/helpers/rest.py 2021-12-01 20:00:27.000000000 -0500 ++++ apprise-0.9.6.patched/test/helpers/rest.py 2021-12-02 15:05:54.957547670 -0500 +@@ -54,8 +54,6 @@ + 0, 'requests.RequestException() not handled'), + requests.HTTPError( + 0, 'requests.HTTPError() not handled'), +- requests.ReadTimeout( +- 0, 'requests.ReadTimeout() not handled'), + requests.TooManyRedirects( + 0, 'requests.TooManyRedirects() not handled'), + ) +diff -Naur apprise-0.9.6/test/test_attach_http.py apprise-0.9.6.patched/test/test_attach_http.py +--- apprise-0.9.6/test/test_attach_http.py 2021-12-01 20:00:27.000000000 -0500 ++++ apprise-0.9.6.patched/test/test_attach_http.py 2021-12-02 15:05:48.165575030 -0500 +@@ -51,8 +51,6 @@ 0, 'requests.RequestException() not handled'), requests.HTTPError( 0, 'requests.HTTPError() not handled'), @@ -10,9 +22,9 @@ diff -Naur apprise-0.8.2/test/test_attach_http.py apprise-0.8.2-patched/test/tes requests.TooManyRedirects( 0, 'requests.TooManyRedirects() not handled'), -diff -Naur apprise-0.8.2/test/test_config_http.py apprise-0.8.2-patched/test/test_config_http.py ---- apprise-0.8.2/test/test_config_http.py 2019-11-21 17:00:14.000000000 -0500 -+++ apprise-0.8.2-patched/test/test_config_http.py 2019-11-25 19:06:35.454513337 -0500 +diff -Naur apprise-0.9.6/test/test_config_http.py apprise-0.9.6.patched/test/test_config_http.py +--- apprise-0.9.6/test/test_config_http.py 2021-12-01 20:00:27.000000000 -0500 ++++ apprise-0.9.6.patched/test/test_config_http.py 2021-12-02 15:06:01.927519591 -0500 @@ -46,8 +46,6 @@ 0, 'requests.RequestException() not handled'), requests.HTTPError( @@ -22,9 +34,9 @@ diff -Naur apprise-0.8.2/test/test_config_http.py apprise-0.8.2-patched/test/tes requests.TooManyRedirects( 0, 'requests.TooManyRedirects() not handled'), ) -diff -Naur apprise-0.8.2/test/test_glib_plugin.py apprise-0.8.2-patched/test/test_glib_plugin.py ---- apprise-0.8.2/test/test_glib_plugin.py 2019-10-29 19:55:24.000000000 -0400 -+++ apprise-0.8.2-patched/test/test_glib_plugin.py 2019-11-25 19:05:56.822498971 -0500 +diff -Naur apprise-0.9.6/test/test_plugin_glib.py apprise-0.9.6.patched/test/test_plugin_glib.py +--- apprise-0.9.6/test/test_plugin_glib.py 2021-12-01 20:00:27.000000000 -0500 ++++ apprise-0.9.6.patched/test/test_plugin_glib.py 2021-12-02 15:06:40.823362895 -0500 @@ -48,7 +48,7 @@ if 'dbus' not in sys.modules: @@ -34,15 +46,3 @@ diff -Naur apprise-0.8.2/test/test_glib_plugin.py apprise-0.8.2-patched/test/tes from dbus import DBusException # noqa E402 -diff -Naur apprise-0.8.2/test/test_rest_plugins.py apprise-0.8.2-patched/test/test_rest_plugins.py ---- apprise-0.8.2/test/test_rest_plugins.py 2019-11-24 13:43:28.000000000 -0500 -+++ apprise-0.8.2-patched/test/test_rest_plugins.py 2019-11-25 19:06:38.337514409 -0500 -@@ -57,8 +57,6 @@ - 0, 'requests.RequestException() not handled'), - requests.HTTPError( - 0, 'requests.HTTPError() not handled'), -- requests.ReadTimeout( -- 0, 'requests.ReadTimeout() not handled'), - requests.TooManyRedirects( - 0, 'requests.TooManyRedirects() not handled'), - )