From cfcb1feb35da73c6a4d86069ad4bbca182ca99fc4cae5fcbb6c10fd3f8195d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 17 Nov 2017 16:46:23 +0000 Subject: [PATCH] Accepting request 542649 from home:jengelh:branches:devel:languages:python - Trim bias from description. OBS-URL: https://build.opensuse.org/request/show/542649 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=120 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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.