From 46d12654f64a11a3eaa8d1c3180e96a76ee04f9507d8ff3745a3cbccceb229f2 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 7 Sep 2017 17:18:00 +0000 Subject: [PATCH] Accepting request 521993 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/521993 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=37 --- python-pysvn.changes | 5 +++++ python-pysvn.spec | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/python-pysvn.changes b/python-pysvn.changes index fcad9e7..c37d566 100644 --- a/python-pysvn.changes +++ b/python-pysvn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 7 12:02:11 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu Aug 31 17:01:43 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pysvn.spec b/python-pysvn.spec index 411bb78..58c0c4a 100644 --- a/python-pysvn.spec +++ b/python-pysvn.spec @@ -19,8 +19,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pysvn Version: 1.9.4 -%define pcxxver 6.2.8 Release: 0 +%define pcxxver 6.2.8 Summary: Highlevel Subversion Python Bindings License: Apache-1.1 Group: Development/Libraries/Python @@ -42,17 +42,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn -project's goal is to enable Tools to be written in Python that use Subversion. -Windows, Mac OS X, Linux and other unix platforms are supported. +pysvn is a set of highlevel Python bindings to Subversion. pysvn +enables tools to be written in Python that use Subversion. Features: * Supports all svn client features * Supports svn transaction features required to write svn pre-commit hooks - * Easy to learn and use * Python like interface - * Good Documentation and examples + * Documentation and examples provided * No need to understand the Subversion C API %prep