From feb386914862121812d46601e4bfb86b563ca590d5040ab689ea6497649dfe93 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:12:39 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=8 --- python-python-daemon.changes | 5 +++++ python-python-daemon.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-python-daemon.changes b/python-python-daemon.changes index 7772794..2dc954d 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:12:38 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Nov 23 14:03:24 UTC 2012 - saschpe@suse.de diff --git a/python-python-daemon.spec b/python-python-daemon.spec index 767d5d3..01ad5ca 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-daemon # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,12 +11,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: python-python-daemon Version: 1.5.5 Release: 0 @@ -26,9 +25,9 @@ License: Python-2.0 Group: Development/Languages/Python Source: python-daemon-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-MiniMock +BuildRequires: python-devel +BuildRequires: python-setuptools Requires: python-lockfile Provides: python-daemon = %{version} Obsoletes: python-daemon < %{version}