diff --git a/python-setuptools.changes b/python-setuptools.changes index 1e5de5e..1f94296 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 17 13:24:24 UTC 2017 - jengelh@inai.de + +- Trim bias from description. + ------------------------------------------------------------------- Wed Nov 15 07:03:43 UTC 2017 - arun@gmx.de diff --git a/python-setuptools.spec b/python-setuptools.spec index 5d9658a..88cabd8 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -21,7 +21,7 @@ Name: python-setuptools Version: 36.7.2 Release: 0 -Summary: Easily download, build, install, upgrade, and uninstall Python packages +Summary: Download, build, install, upgrade, and uninstall Python packages License: Python-2.0 or ZPL-2.0 Group: Development/Languages/Python Url: https://github.com/pypa/setuptools @@ -57,7 +57,7 @@ BuildArch: noarch %description setuptools is a collection of enhancements to the Python distutils that -allow you to more easily build and distribute Python packages, +allow you to build and distribute Python packages, especially ones that have dependencies on other packages.