From 4e940f42eedc0b5da9b819f57cd3111ab4d5ab25 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Feb 13 2016 17:52:21 +0000 Subject: Update to 20.1.1. Fixes bug #130719 --- diff --git a/.gitignore b/.gitignore index f883dfd..9ea2cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /setuptools-19.7.tar.gz /setuptools-20.0.tar.gz /setuptools-20.1.tar.gz +/setuptools-20.1.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 67b9e6d..63859c4 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 20.1 +Version: 20.1.1 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -224,6 +224,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Sat Feb 13 2016 Kevin Fenzi - 20.1.1-1 +- Update to 20.1.1. Fixes bug #130719 + * Fri Feb 12 2016 Kevin Fenzi - 20.1-1 - Update to 20.1. Fixes bug #1307000 diff --git a/sources b/sources index 0eb711c..68ef5c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb9206e72832af446a6809df5e95fdf7 setuptools-20.1.tar.gz +10a0f4feb9f2ea99acf634c8d7136d6d setuptools-20.1.1.tar.gz