From 3124d2a61e87819c64c947c5d86e5aeb020c46f5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 7 Sep 2015 14:32:50 -0600 Subject: [PATCH] Update to 18.3.1. Fixes bug #1256188 --- .gitignore | 1 + python-setuptools.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e628b6..0b62efa 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /setuptools-17.1.1.tar.gz /setuptools-18.0.1.tar.gz /setuptools-18.1.tar.gz +/setuptools-18.3.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 354fe1f..24a3fe6 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -26,7 +26,7 @@ %endif Name: python-setuptools -Version: 18.1 +Version: 18.3.1 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -207,6 +207,9 @@ popd %endif # with_python3 %changelog +* Mon Sep 07 2015 Kevin Fenzi 18.3.1-1 +- Update to 18.3.1. Fixes bug #1256188 + * Wed Aug 05 2015 Kevin Fenzi 18.1-1 - Update to 18.1. Fixes bug #1249436 diff --git a/sources b/sources index 8766ed0..6d3745f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f72e87f34fbf07f299f6cb46256a0b06 setuptools-18.1.tar.gz +748187b93152fa60287dfb896837fd7c setuptools-18.3.1.tar.gz