Hello community,
here is the log from the commit of package python-PyWebDAV3 for
openSUSE:Factory checked in at 2019-09-25 08:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyWebDAV3 (Old)
and /work/SRC/openSUSE:Factory/.python-PyWebDAV3.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyWebDAV3"
Wed Sep 25 08:42:40 2019 rev:3 rq:732898 version:0.9.14
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyWebDAV3/python-PyWebDAV3.changes
2019-03-19 09:57:55.608114182 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyWebDAV3.new.7948/python-PyWebDAV3.changes
2019-09-25 08:42:42.294269046 +0200
@@ -1,0 +2,12 @@
+Tue Sep 24 09:52:25 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.9.14:
+ * Include tests dir in release pack
+ * Fix responed data type error
+ * Fix exception when trying to list directory over WebDAV
+ * Don't send Content-Type header twice
+ * Fix python2 support
+ * Don't decode binary data on put
+- Drop merged patch python2.patch
+
+-------------------------------------------------------------------
Old:
----
PyWebDAV3-0.9.12.tar.gz
python2.patch
New:
----
PyWebDAV3-0.9.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyWebDAV3.spec ++++++
--- /var/tmp/diff_new_pack.vxD9lF/_old 2019-09-25 08:42:43.970268822 +0200
+++ /var/tmp/diff_new_pack.vxD9lF/_new 2019-09-25 08:42:43.974268822 +0200
@@ -20,16 +20,15 @@
%define oldpython python
%define ltmsver 0.13
Name: python-PyWebDAV3
-Version: 0.9.12
+Version: 0.9.14
Release: 0
Summary: WebDAV library including a standalone server for python2 and
python3
License: LGPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/andrewleech/PyWebDAV3
Source0:
https://files.pythonhosted.org/packages/source/P/PyWebDAV3/PyWebDAV3-%{version}.tar.gz
-# Only used in %check for testing purposes
+# Only used in %%check for testing purposes
Source1: http://www.webdav.org/neon/litmus/litmus-%{ltmsver}.tar.gz
-Patch0: python2.patch
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
@@ -55,7 +54,6 @@
%prep
%setup -q -n PyWebDAV3-%{version}
-%patch0 -p1
cp %{SOURCE1} test/
%build
@@ -75,8 +73,7 @@
%python_clone -a %{buildroot}%{_bindir}/davserver
%check
-%python_expand py.test-%{$python_bin_suffix} -v
-rm test/litmus-%{ltmsver}.tar.gz
+%pytest
%post
%python_install_alternative davserver
++++++ PyWebDAV3-0.9.12.tar.gz -> PyWebDAV3-0.9.14.tar.gz ++++++
++++ 1691 lines of diff (skipped)