14
0
forked from pool/python-pysvn

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
This commit is contained in:
Todd R
2017-09-07 17:18:00 +00:00
committed by Git OBS Bridge
parent a369e79c47
commit 46d12654f6
2 changed files with 9 additions and 6 deletions

View File

@@ -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

View File

@@ -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