From a14fdecebf7d5063c2450a281958aa684c905df5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Feb 12 2016 21:33:14 +0000 Subject: Update to 20.1. Fixes bug #1307000 --- diff --git a/.gitignore b/.gitignore index cd90091..f883dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /setuptools-19.6.2.tar.gz /setuptools-19.7.tar.gz /setuptools-20.0.tar.gz +/setuptools-20.1.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 59c0e48..67b9e6d 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 20.0 +Version: 20.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 +* Fri Feb 12 2016 Kevin Fenzi - 20.1-1 +- Update to 20.1. Fixes bug #1307000 + * Mon Feb 08 2016 Kevin Fenzi - 20.0-1 - Update to 20.0. Fixes bug #1305394 diff --git a/sources b/sources index e53033d..0eb711c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb22b2474ca037e0b08f3c3b293e02e6 setuptools-20.0.tar.gz +cb9206e72832af446a6809df5e95fdf7 setuptools-20.1.tar.gz