upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / httpbin / trunk / remove-raven.patch
blob403cdb348c19be4bbbd8ebd0c7486580c060d339
1 From e5433806757a09d58e48935c081db80170296ab5 Mon Sep 17 00:00:00 2001
2 From: Kenneth Reitz <me@kennethreitz.org>
3 Date: Wed, 9 May 2018 06:30:24 -0400
4 Subject: [PATCH] remove raven
6 Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
7 ---
8 Pipfile | 1 -
9 Pipfile.lock | 15 +--------------
10 httpbin/core.py | 1 -
11 3 files changed, 1 insertion(+), 16 deletions(-)
13 diff --git a/httpbin/core.py b/httpbin/core.py
14 index e22fea50..14f2d06e 100644
15 --- a/httpbin/core.py
16 +++ b/httpbin/core.py
17 @@ -21,7 +21,6 @@
18 from werkzeug.http import http_date
19 from werkzeug.wrappers import BaseResponse
20 from werkzeug.http import parse_authorization_header
21 -from raven.contrib.flask import Sentry
23 from . import filters
24 from .helpers import get_headers, status_code, get_dict, get_request_range, check_basic_auth, check_digest_auth, \
26 From 3ed599e50915577e1fecb988a7dedb092e98c7c8 Mon Sep 17 00:00:00 2001
27 From: Chih-Hsuan Yen <yan12125@gmail.com>
28 Date: Mon, 13 May 2019 22:18:14 +0800
29 Subject: [PATCH] Remove raven from setup.py
31 Usage of raven is removed in https://github.com/postmanlabs/httpbin/commit/e5433806757a09d58e48935c081db80170296ab5
32 ---
33 setup.py | 2 +-
34 1 file changed, 1 insertion(+), 1 deletion(-)
36 diff --git a/setup.py b/setup.py
37 index afbef584..de46fc2a 100644
38 --- a/setup.py
39 +++ b/setup.py
40 @@ -36,6 +36,6 @@
41 include_package_data = True, # include files listed in MANIFEST.in
42 install_requires=[
43 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',
44 - 'raven[flask]', 'werkzeug>=0.14.1'
45 + 'werkzeug>=0.14.1'