17
0
Todd R
2017-09-18 17:46:30 +00:00
committed by Git OBS Bridge
parent 96009edb8d
commit be116d1afe

View File

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