From 2efdfbee0003de0a65e42c4a0ad1ae4496e12392 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 15 2016 22:14:40 +0000 Subject: Update to 1.10.8. Fixes bug #1325923 --- diff --git a/.gitignore b/.gitignore index b4c8539..45f4353 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /1.10.4.tar.gz /1.10.5.tar.gz /1.10.7.tar.gz +/1.10.8.tar.gz diff --git a/python-wrapt.spec b/python-wrapt.spec index 94d4123..898eb21 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -9,7 +9,7 @@ %{!?_licensedir: %global license %%doc} Name: python-%{sname} -Version: 1.10.7 +Version: 1.10.8 Release: 1%{?dist} Summary: A Python module for decorators, wrappers and monkey patching @@ -102,6 +102,9 @@ popd %endif %changelog +* Fri Apr 15 2016 Kevin Fenzi - 1.10.8-1 +- Update to 1.10.8. Fixes bug #1325923 + * Mon Apr 04 2016 Ralph Bean - 1.10.7-1 - new version diff --git a/sources b/sources index 41b569e..9ae2581 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06118fe71ce9c812b3e6a44e8c07a315 1.10.7.tar.gz +36857158ee7577c0fde3367ad6540313 1.10.8.tar.gz