diff options
| -rw-r--r-- | python3-setuptools.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/python3-setuptools.spec b/python3-setuptools.spec index d44e3e0..0e21c3c 100644 --- a/python3-setuptools.spec +++ b/python3-setuptools.spec @@ -19,10 +19,10 @@ Name: python3-setuptools Version: 19.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python 3 packages -# LIcensing is in flux, see https://bitbucket.org/pypa/setuptools/issues/132/missing-license +# Licensing is in flux, see https://bitbucket.org/pypa/setuptools/issues/132/missing-license License: MIT and ASL 2.0 URL: https://pypi.python.org/pypi/%{srcname} Source0: https://pypi.python.org/packages/source/s/%{srcname}/%{srcname}-%{version}.tar.gz @@ -53,7 +53,7 @@ execute the software that requires pkg_resources.py. %package -n python%{python3_pkgversion}-setuptools Summary: Easily build and distribute Python %{python3_pkgversion} packages Group: Applications/System -%{?python_provide:%python_provide python3-setuptools} +%{?python_provide:%python_provide python%{python3_pkgversion}-setuptools} %description -n python%{python3_pkgversion}-setuptools Setuptools is a collection of enhancements to the Python %{python3_pkgversion} distutils that allow @@ -135,6 +135,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %changelog +* Sun Oct 09 2016 Tim Orling <ticotimo@gmail.com> - 19.6.2-2 +- Fixes for EPEL6 build + * Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-1 - Update to 19.6.2 - Update license |
