From ef3171c2737a34b96f649793fd5666f0613d869bbddc98e54a8324b1a5da0244 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 2 May 2013 14:27:25 +0000 Subject: [PATCH] tidbits OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=7 --- python-mccabe.spec | 5 +++-- python3-mccabe.spec | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-mccabe.spec b/python-mccabe.spec index f1c2089..b712e1e 100644 --- a/python-mccabe.spec +++ b/python-mccabe.spec @@ -13,15 +13,16 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-mccabe Version: 0.2.1 Release: 0 -License: MIT Summary: McCabe checker, plugin for flake8 -Url: https://github.com/flintwork/mccabe +License: MIT Group: Development/Languages/Python +Url: https://github.com/flintwork/mccabe Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-distribute diff --git a/python3-mccabe.spec b/python3-mccabe.spec index 165e722..6f00875 100644 --- a/python3-mccabe.spec +++ b/python3-mccabe.spec @@ -1,5 +1,5 @@ # -# spec file for package python-mccabe +# spec file for package python3-mccabe # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -13,15 +13,16 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python3-mccabe Version: 0.2.1 Release: 0 -License: MIT Summary: McCabe checker, plugin for flake8 -Url: https://github.com/flintwork/mccabe +License: MIT Group: Development/Languages/Python +Url: https://github.com/flintwork/mccabe Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz BuildRequires: python3 BuildRequires: python3-devel