From be116d1afeb84a08f62a0d5ad2b68e3ed6fa03c04cb31e588a487ca73a609e86 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 18 Sep 2017 17:46:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyWebDAV3?expand=0&rev=2 --- python-PyWebDAV3.spec | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/python-PyWebDAV3.spec b/python-PyWebDAV3.spec index 9d2091f..4d79c6a 100644 --- a/python-PyWebDAV3.spec +++ b/python-PyWebDAV3.spec @@ -23,7 +23,7 @@ Name: python-PyWebDAV3 Version: 0.9.11 Release: 0 -Summary: WebDAV library including a standalone server +Summary: WebDAV library including a standalone server for python2 and python3 License: LGPL-2.0 Group: Development/Languages/Python Url: https://github.com/andrewleech/PyWebDAV3 @@ -50,16 +50,26 @@ Requires(postun): update-alternatives %python_subpackages %description -WebDAV library for python. +WebDAV library for python2 and python3. -Consists of a server that is ready to run -Serve and the DAV package that provides WebDAV server functionality. +Consists of a server that is ready to run Serve and the DAV package +that provides WebDAV server functionality. Currently supports - * WebDAV level 1 - * Level 2 (LOCK, UNLOCK) - * Experimental iterator support + * WebDAV level 1 + * Level 2 (LOCK, UNLOCK) + * Experimental iterator support + +It plays nice with + + * Mac OS X Finder + * Windows Explorer + * iCal + * cadaver + * Nautilus + +This package does not provide client functionality. %prep %setup -q -n PyWebDAV3-%{version}