From 5753309e39822139c703d43f9b595c94c07bdda4 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Wed, 14 Oct 2015 08:28:22 +0200 Subject: [PATCH] Rebuilt for Python3.5 rebuild Change pattern for files listed under pycache folder to follow latest change in bytecompiled files naming in py35 --- python-pretend.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pretend.spec b/python-pretend.spec index 1113e88..6e19b65 100644 --- a/python-pretend.spec +++ b/python-pretend.spec @@ -16,7 +16,7 @@ Name: python-pretend Version: 1.0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library for stubbing in Python Group: Development/Libraries @@ -90,12 +90,16 @@ popd %files -n python3-pretend %doc PKG-INFO README.rst LICENSE.rst %{python3_sitelib}/pretend.py -%{python3_sitelib}/__pycache__/pretend.cpython-3?.py* +%{python3_sitelib}/__pycache__/pretend.cpython-3?* %{python3_sitelib}/pretend-%{version}-py3.?.egg-info %endif %changelog +* Wed Oct 14 2015 Robert Kuska - 1.0.8-4 +- Rebuilt for Python3.5 rebuild +- Change pattern for listed files under __pycache__ folder to follow new naming of bytecompiled files + * Thu Jun 18 2015 Fedora Release Engineering - 1.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild