OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyWebDAV3?expand=0&rev=2
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user