From fe84449ddfc8bf7dc53c6fab9f501bc560ea992492f8d7aaab3a88971a52045c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:07:18 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=4 --- python-jedi.changes | 5 +++++ python-jedi.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-jedi.changes b/python-jedi.changes index 9780347..a777175 100644 --- a/python-jedi.changes +++ b/python-jedi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:07:13 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu Aug 15 14:03:53 UTC 2013 - mvyskocil@suse.com diff --git a/python-jedi.spec b/python-jedi.spec index 52106fd..8cc7f51 100644 --- a/python-jedi.spec +++ b/python-jedi.spec @@ -1,5 +1,5 @@ # -# spec file for package +# spec file for package python-jedi # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global build_for_python3 0 %if %{build_for_python3} @@ -28,10 +29,10 @@ Name: python-jedi Version: 0.6.0 Release: 0 -License: LGPL-3.0+ Summary: An autocompletion tool for Python -URL: https://jedi.readthedocs.org/en/latest/index.html +License: LGPL-3.0+ Group: Development/Languages/Python +Url: https://jedi.readthedocs.org/en/latest/index.html Source0: https://pypi.python.org/packages/source/j/jedi/jedi-%{version}.tar.gz %if %{build_for_python3} @@ -39,7 +40,7 @@ BuildRequires: python3-devel BuildRequires: python3-distribute %else BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -73,4 +74,3 @@ licensing, just contact me. %{my_sitelib}/* %changelog -