diff --git a/.gitignore b/.gitignore index 9fdf0b5..ce0f6ec 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /setuptools-25.1.0.tar.gz /setuptools-25.1.1.tar.gz /setuptools-25.1.6.tar.gz +/setuptools-26.0.0.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 1d357c8..75b0f80 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,7 +29,7 @@ %endif Name: python-setuptools -Version: 25.1.6 +Version: 26.0.0 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 Aug 27 2016 Kevin Fenzi - 26.0.0-1 +- Update to 26.0.0. Fixes bug #1370777 + * Wed Aug 10 2016 Kevin Fenzi - 25.1.6-1 - Update to 25.1.6. Fixes bug #1362325 diff --git a/sources b/sources index 579c652..f72c918 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa165d9e7f9b68378076fa0aa3df8abd setuptools-25.1.6.tar.gz +846e21fea62b9a70dfc845d70c400b7e setuptools-26.0.0.tar.gz