15
0

Accepting request 972239 from home:bnavigator:branches:devel:languages:python

- add httpbin-pr674-wekzeug2.1.patch for Werkzeug 2.1 compatibility
  gh#postmanlabs/httpbin#674

OBS-URL: https://build.opensuse.org/request/show/972239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=21
This commit is contained in:
2022-04-23 09:31:42 +00:00
committed by Git OBS Bridge
parent 7a3966f616
commit 3a514142a2
3 changed files with 42 additions and 2 deletions

View File

@@ -27,10 +27,12 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/Runscope/httpbin
Source: python-httpbin-%{version}.tar.xz
# https://github.com/postmanlabs/httpbin/pull/555
# PATCH-FIX-UPSTREAM werkzeug.patch -- gh#postmanlabs/httpbin#555
Patch0: werkzeug.patch
# Based on https://github.com/postmanlabs/httpbin/pull/553
# PATCH-FIX-UPSTREAM fix-setup-py.patch -- gh#postmanlabs/httpbin#553
Patch1: fix-setup-py.patch
# PATCH-FIX-UPSTREAM httpbin-pr674-wekzeug2.1.patch -- gh#postmanlabs/httpbin#674
Patch2: httpbin-pr674-wekzeug2.1.patch
BuildRequires: %{python_module Brotli}
BuildRequires: %{python_module Flask >= 2.1}
BuildRequires: %{python_module MarkupSafe}