From 51901d567083d7b0de94decdd2f4ae3b7016c380 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Sun, 11 Dec 2016 12:51:04 +0100 Subject: [PATCH 1/2] Rebuild for Python 3.6 --- python-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index 060a5d4..84cad68 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 4.0.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Module to simplify usage of decorators License: BSD @@ -87,6 +87,9 @@ etc. The core of this module is a decorator factory called decorator. %endif # with python3 %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 4.0.10-4 +- Rebuild for Python 3.6 + * Mon Aug 29 2016 Fabio Alessandro Locati - 4.0.10-3 - SPEC Cleanup - Remove unused build requires From 641d4cf7bd2d4d5362d0249375e0be4ac4cbf9cc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 29 Dec 2016 12:52:37 -0700 Subject: [PATCH 2/2] Remove SOURCES.txt~ file. Fixes bug #1404634 --- python-decorator.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index 84cad68..7cc7b6b 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 4.0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Module to simplify usage of decorators License: BSD @@ -65,6 +65,8 @@ etc. The core of this module is a decorator factory called decorator. %if %{with python3} %py3_install %endif # with python3 +# Remove this when https://github.com/micheles/decorator/issues/32 is fixed. +find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %check %{__python2} setup.py test @@ -87,6 +89,9 @@ etc. The core of this module is a decorator factory called decorator. %endif # with python3 %changelog +* Thu Dec 29 2016 Kevin Fenzi - 4.0.10-5 +- Remove SOURCES.txt~ file. Fixes bug #1404634 + * Fri Dec 09 2016 Charalampos Stratakis - 4.0.10-4 - Rebuild for Python 3.6