Accepting request 717006 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/717006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Werkzeug?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:01:41 +00:00 committed by Git OBS Bridge
commit e543272cdd
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0b915f0815982fb2a09161cb8f31708052d0951c3ba433ccc5e1aa276507ca6
size 925334

3
Werkzeug-0.15.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a13b74dd3c45f758d4ebdb224be8f1ab8ef58b3c0ffc1783a8c7d9f4f50227e6
size 926570

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 19 09:02:49 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Fix build on SLE-12
+ Add python to BuildRequires for suse_version < 1500
-------------------------------------------------------------------
Thu Jul 18 08:34:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.15.5:
* Fix a TypeError due to changes to ast.Module in Python 3.8. #1551
* Fix a C assertion failure in debug builds of some Python 2.7 releases. #1553
-------------------------------------------------------------------
Mon May 27 08:43:55 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -19,7 +19,7 @@
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Werkzeug
Version: 0.15.4
Version: 0.15.5
Release: 0
Summary: The Swiss Army knife of Python web development
License: BSD-3-Clause
@ -28,6 +28,9 @@ URL: http://werkzeug.pocoo.org/
Source: https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
# PATCH-FIX-UPSTREAM 0001_create_a_thread_to_reap_death_process.patch bsc#954591
Patch0: 0001_create_a_thread_to_reap_death_process.patch
%if 0%{?suse_version} < 1500
BuildRequires: python
%endif
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}