From d0dd2dc921fea054289ae7a29d6c1283f756c779 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 16 2016 17:01:03 +0000 Subject: Update to 20.3. Fixes bug #1311967 --- diff --git a/.gitignore b/.gitignore index 9ea2cc3..22fb53f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /setuptools-20.0.tar.gz /setuptools-20.1.tar.gz /setuptools-20.1.1.tar.gz +/setuptools-20.3.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 63859c4..5f770e0 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 20.1.1 +Version: 20.3 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -216,7 +216,6 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %license psfl.txt zpl.txt asl.txt %doc docs/* %{python3_sitelib}/easy_install.py -%{python3_sitelib}/_markerlib/ %{python3_sitelib}/pkg_resources/ %{python3_sitelib}/setuptools*/ %{python3_sitelib}/__pycache__/* @@ -224,6 +223,12 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Wed Mar 16 2016 Kevin Fenzi - 20.3-1 +- Update to 20.3. Fixes bug #1311967 + +* Sat Feb 27 2016 Kevin Fenzi - 20.2.2-1 +- Update to 20.2.2. Fixes bug #1311967 + * Sat Feb 13 2016 Kevin Fenzi - 20.1.1-1 - Update to 20.1.1. Fixes bug #130719 diff --git a/sources b/sources index 68ef5c1..6bc5cd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10a0f4feb9f2ea99acf634c8d7136d6d setuptools-20.1.1.tar.gz +1b6ec3c0cc7e15ed67fe8f0fd1d899d0 setuptools-20.3.tar.gz