From f559b6c9e4a35574bfd9c3f7d001220d40f2f1b29ff462fbe6148dea7efd8088 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 2 Mar 2017 22:45:46 +0000 Subject: [PATCH] Accepting request 462019 from home:dimstar:Factory - Update Dependency on python-PyYAML: this package had been renamed a long time ago to follow the naming convention. The compat symbol 'python-yaml' was lost with the migration to singlespec. OBS-URL: https://build.opensuse.org/request/show/462019 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=14 --- python-falcon.changes | 7 +++++++ python-falcon.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-falcon.changes b/python-falcon.changes index e7f5a40..5d72664 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 2 22:26:28 UTC 2017 - dimstar@opensuse.org + +- Update Dependency on python-PyYAML: this package had been renamed + a long time ago to follow the naming convention. The compat + symbol 'python-yaml' was lost with the migration to singlespec. + ------------------------------------------------------------------- Sat Dec 3 18:25:46 UTC 2016 - dmueller@suse.com diff --git a/python-falcon.spec b/python-falcon.spec index 202e267..224c7e0 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -1,7 +1,7 @@ # # spec file for package python-falcon # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,9 +27,9 @@ Source: https://pypi.io/packages/source/f/falcon/falcon-%{version}.tar.g BuildRequires: python-Cython BuildRequires: python-devel # Test requirements: +BuildRequires: python-PyYAML BuildRequires: python-ddt BuildRequires: python-nose -BuildRequires: python-yaml %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-ordereddict %endif