From 8a33346ae7dfd213f99cbde2ca16725565e5b9c50d251ed920f08d925d6070f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 Jan 2020 11:43:23 +0000 Subject: [PATCH] - Use python dbm dependency instead of legacy gdbm OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=9 --- python-thriftpy2.changes | 5 +++++ python-thriftpy2.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-thriftpy2.changes b/python-thriftpy2.changes index 4a2a54a..e36dd84 100644 --- a/python-thriftpy2.changes +++ b/python-thriftpy2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal + +- Use python dbm dependency instead of legacy gdbm + ------------------------------------------------------------------- Tue Oct 8 09:06:54 UTC 2019 - Tomáš Chvátal diff --git a/python-thriftpy2.spec b/python-thriftpy2.spec index 3f738c1..5c6cb28 100644 --- a/python-thriftpy2.spec +++ b/python-thriftpy2.spec @@ -1,7 +1,7 @@ # # spec file for package python-thriftpy2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/Thriftpy/thriftpy2 Source: https://github.com/Thriftpy/thriftpy2/archive/v%{version}.tar.gz BuildRequires: %{python_module Cython >= 0.28.4} +BuildRequires: %{python_module dbm} BuildRequires: %{python_module devel} BuildRequires: %{python_module ply >= 3.4} BuildRequires: %{python_module pytest >= 2.8} @@ -33,9 +34,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado >= 4.0} BuildRequires: %{python_module toro >= 0.6} BuildRequires: fdupes -BuildRequires: python-gdbm BuildRequires: python-rpm-macros -BuildRequires: python3-dbm BuildRequires: python3-pytest-asyncio Requires: python-ply >= 3.4 Recommends: python-tornado >= 4.0