From ac48ba50287dfb465df3fa3cebfdb7bb49dcb9617000379eb0c5596b7c6bb34e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Dec 2019 13:39:50 +0000 Subject: [PATCH 1/3] =?UTF-8?q?-=20There=20doesn=C3=A2=E2=82=AC=E2=84=A2t?= =?UTF-8?q?=20seem=20to=20be=20any=20reason=20to=20depend=20on=20=20=20pyt?= =?UTF-8?q?hon-pysqlite=20anymore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=46 --- python-pecan.changes | 6 ++++++ python-pecan.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pecan.changes b/python-pecan.changes index c44e28b..cb4e755 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 9 14:39:07 CET 2019 - Matej Cepl + +- There doesn’t seem to be any reason to depend on + python-pysqlite anymore. + ------------------------------------------------------------------- Wed Apr 24 10:24:51 UTC 2019 - pgajdos@suse.com diff --git a/python-pecan.spec b/python-pecan.spec index 3330e2c..299f120 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,7 +1,7 @@ # # spec file for package python-pecan # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,7 +39,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module virtualenv} BuildRequires: fdupes -BuildRequires: python-pysqlite BuildRequires: python-rpm-macros BuildRequires: python2-singledispatch Requires: python-Mako >= 0.4.0 From cef9498abe8d3bc3bbb3b6316369f1f0925f523ea52fedac350ec538a0b63043 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Dec 2019 14:09:07 +0000 Subject: [PATCH 2/3] Add BR to the full python package for SLE 15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=47 --- python-pecan.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-pecan.spec b/python-pecan.spec index 299f120..8e55000 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -41,6 +41,9 @@ BuildRequires: %{python_module virtualenv} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python2-singledispatch +# Because of sqlite3 module +BuildRequires: python +BuildRequires: python3 Requires: python-Mako >= 0.4.0 Requires: python-WebOb >= 1.2 Requires: python-WebTest >= 1.3.1 From b0ec0e66609b07155cb1169f029c97ce7c255451242400fca021a61cc41d9ed4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Dec 2019 14:14:37 +0000 Subject: [PATCH 3/3] Improve changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=48 --- python-pecan.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pecan.changes b/python-pecan.changes index cb4e755..63326f5 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Dec 9 14:39:07 CET 2019 - Matej Cepl -- There doesn’t seem to be any reason to depend on +- There doesn't seem to be any reason to depend on python-pysqlite anymore. -------------------------------------------------------------------