From 69a308efbb0e9b4336ed48377f2317e0fcb907f8 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Jun 01 2016 08:41:43 +0000 Subject: Upstream upgrade --- diff --git a/.gitignore b/.gitignore index 2a42397..b9d9e73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /mccabe-0.2.1.tar.gz /mccabe-0.4.0.tar.gz +/mccabe-0.5.0.tar.gz diff --git a/python-mccabe.spec b/python-mccabe.spec index 35123ea..875d7fb 100644 --- a/python-mccabe.spec +++ b/python-mccabe.spec @@ -1,18 +1,23 @@ %if 0%{?fedora} > 12 || 0%{?rhel} > 7 -%global with_python3 1 +%bcond_without python3 +%else +%bcond_with python3 %endif %global modname mccabe Name: python-mccabe -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: McCabe complexity checker Group: Development/Libraries License: MIT URL: http://pypi.python.org/pypi/mccabe -Source0: http://pypi.python.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz +# PyPI seems to have switched to some horribly complicated URL scheme +# with randomly generated parts, so the tarball is accessible from +# https://pypi.python.org/pypi/%{modname}/%{version} +Source0: %{modname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel, python-setuptools @@ -90,6 +95,9 @@ popd %endif %changelog +* Wed Jun 01 2016 Matěj Cepl - 0.5.0-1 +- Upstream upgrade + * Thu Feb 04 2016 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9e16e99..936af25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c425db05f310adcd4bb174b991f26f5 mccabe-0.4.0.tar.gz +8304dc8dc2c7e0b15912e2638ee21c0a mccabe-0.5.0.tar.gz