From 5e46a1358dcc2f1cf577703efc6d67199ced712c05d99d25acf218bf19cf95b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 18 Jul 2019 08:36:50 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=40 --- Werkzeug-0.15.4.tar.gz | 3 --- Werkzeug-0.15.5.tar.gz | 3 +++ python-Werkzeug.changes | 7 +++++++ python-Werkzeug.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Werkzeug-0.15.4.tar.gz create mode 100644 Werkzeug-0.15.5.tar.gz diff --git a/Werkzeug-0.15.4.tar.gz b/Werkzeug-0.15.4.tar.gz deleted file mode 100644 index 532be9c..0000000 --- a/Werkzeug-0.15.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b915f0815982fb2a09161cb8f31708052d0951c3ba433ccc5e1aa276507ca6 -size 925334 diff --git a/Werkzeug-0.15.5.tar.gz b/Werkzeug-0.15.5.tar.gz new file mode 100644 index 0000000..ab4f4b0 --- /dev/null +++ b/Werkzeug-0.15.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13b74dd3c45f758d4ebdb224be8f1ab8ef58b3c0ffc1783a8c7d9f4f50227e6 +size 926570 diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index 2c0e65a..fca3496 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 18 08:34:39 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 0483654..3419b27 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -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 From 4710d8c3a0a89c8381a7da5106177d6bbdc6dccc75ee8b18209b27dbbdb0579b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 19 Jul 2019 10:08:00 +0000 Subject: [PATCH 2/2] Accepting request 716928 from home:glaubitz:branches:devel:languages:python - Fix build on SLE-12 + Add python to BuildRequires for suse_version < 1500 OBS-URL: https://build.opensuse.org/request/show/716928 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=41 --- python-Werkzeug.changes | 6 ++++++ python-Werkzeug.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index fca3496..0468007 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 19 09:02:49 UTC 2019 - John Paul Adrian Glaubitz + +- Fix build on SLE-12 + + Add python to BuildRequires for suse_version < 1500 + ------------------------------------------------------------------- Thu Jul 18 08:34:39 UTC 2019 - Tomáš Chvátal diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 3419b27..a0f0bcd 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -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}