From 9461ea7abf5bdd5f7d3a8490b82ab52d2aec64e1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 4 Apr 2016 11:40:23 -0400 Subject: [PATCH] 1.10.7 --- .gitignore | 1 + python-wrapt.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7f7c891..b4c8539 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /1.10.4.tar.gz /1.10.5.tar.gz +/1.10.7.tar.gz diff --git a/python-wrapt.spec b/python-wrapt.spec index c2c23f5..94d4123 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -9,8 +9,8 @@ %{!?_licensedir: %global license %%doc} Name: python-%{sname} -Version: 1.10.5 -Release: 3%{?dist} +Version: 1.10.7 +Release: 1%{?dist} Summary: A Python module for decorators, wrappers and monkey patching License: BSD @@ -83,7 +83,7 @@ popd %{__python2} setup.py install --skip-build --root %{buildroot} %files -%doc README +%doc README.rst %license LICENSE %{python2_sitearch}/%{sname} %{python2_sitearch}/%{sname}-%{version}-py?.?.egg-info @@ -95,13 +95,16 @@ popd %if 0%{?with_python3} %files -n python3-wrapt -%doc README +%doc README.rst %license LICENSE %{python3_sitearch}/%{sname} %{python3_sitearch}/%{sname}-%{version}-py?.?.egg-info %endif %changelog +* Mon Apr 04 2016 Ralph Bean - 1.10.7-1 +- new version + * Thu Feb 04 2016 Fedora Release Engineering - 1.10.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9fad74c..41b569e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03036f0212f5035be3784cf20003e541 1.10.5.tar.gz +06118fe71ce9c812b3e6a44e8c07a315 1.10.7.tar.gz