From 70fa96faee648ac652fb2123ea420cfc758f51d3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 25 Jul 2018 11:29:21 +0200 Subject: [PATCH] Update to 4.3.0 Signed-off-by: Pierre-Yves Chibon --- python-decorator.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-decorator.spec b/python-decorator.spec index 2e0ab3a..dd1d624 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -7,13 +7,13 @@ %endif Name: python-%{pypi_name} -Version: 4.2.1 -Release: 3%{?dist} +Version: 4.3.0 +Release: 1%{?dist} Summary: Module to simplify usage of decorators License: BSD URL: https://github.com/micheles/decorator -Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: %pypi_source decorator BuildArch: noarch BuildRequires: python2-setuptools @@ -89,6 +89,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %endif # with python3 %changelog +* Wed Jul 25 2018 Pierre-Yves Chibon - 4.3.0-1 +- Update to 4.3.0 + * Fri Jul 13 2018 Fedora Release Engineering - 4.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild