diff --git a/.gitignore b/.gitignore index ce0f6ec..442e127 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /setuptools-25.1.1.tar.gz /setuptools-25.1.6.tar.gz /setuptools-26.0.0.tar.gz +/setuptools-27.1.2.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 75b0f80..8455c95 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 26.0.0 +Version: 27.1.2 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Sat Sep 10 2016 Kevin Fenzi - 27.1.2-1 +- Update to 27.1.2. Fixes bug #1370777 + * Sat Aug 27 2016 Kevin Fenzi - 26.0.0-1 - Update to 26.0.0. Fixes bug #1370777 diff --git a/sources b/sources index f72c918..263b50d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -846e21fea62b9a70dfc845d70c400b7e setuptools-26.0.0.tar.gz +75e60f2aee3d423a53d32e234a2328e1 setuptools-27.1.2.tar.gz