Hello community,
here is the log from the commit of package python3-PyWebDAV3-GNUHealth for
openSUSE:Factory checked in at 2017-07-17 09:12:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-PyWebDAV3-GNUHealth (Old)
and /work/SRC/openSUSE:Factory/.python3-PyWebDAV3-GNUHealth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-PyWebDAV3-GNUHealth"
Mon Jul 17 09:12:44 2017 rev:2 rq:510499 version:0.10.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-PyWebDAV3-GNUHealth/python3-PyWebDAV3-GNUHealth.changes
2017-07-05 23:56:32.324288530 +0200
+++
/work/SRC/openSUSE:Factory/.python3-PyWebDAV3-GNUHealth.new/python3-PyWebDAV3-GNUHealth.changes
2017-07-17 09:12:45.758377822 +0200
@@ -1,0 +2,6 @@
+Sat Jul 15 16:23:11 UTC 2017 - [email protected]
+
+- Version 0.10.2
+ fix incompatibility with Python 3.4 (byte-conversion)
+
+-------------------------------------------------------------------
Old:
----
PyWebDAV3-GNUHealth-0.10.1.tar.gz
New:
----
PyWebDAV3-GNUHealth-0.10.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-PyWebDAV3-GNUHealth.spec ++++++
--- /var/tmp/diff_new_pack.6ErNWi/_old 2017-07-17 09:12:46.358293320 +0200
+++ /var/tmp/diff_new_pack.6ErNWi/_new 2017-07-17 09:12:46.358293320 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-PyWebDAV3-GNUHealth
#
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -14,14 +14,15 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
%define mod_name PyWebDAV3-GNUHealth
Name: python3-%{mod_name}
BuildRequires: python3-setuptools
-Version: 0.10.1
-Release: 1
-License: GPL-3.0+
+Version: 0.10.2
+Release: 0
Source:
https://files.pythonhosted.org/packages/source/P/%{mod_name}/%{mod_name}-%{version}.tar.gz
Url: https://pypi.io/project/%{mod_name}/
@@ -30,8 +31,9 @@
Conflicts: python-PyWebDAV
BuildArch: noarch
-Group: Productivity/Networking/Web/Servers
Summary: Python3-based WebDAV server, patched for GNU Health
+License: GPL-3.0+
+Group: Productivity/Networking/Web/Servers
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -54,3 +56,4 @@
%{python3_sitelib}/*
%{_bindir}/davserver
+%changelog
++++++ PyWebDAV3-GNUHealth-0.10.1.tar.gz -> PyWebDAV3-GNUHealth-0.10.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyWebDAV3-GNUHealth-0.10.1/PKG-INFO
new/PyWebDAV3-GNUHealth-0.10.2/PKG-INFO
--- old/PyWebDAV3-GNUHealth-0.10.1/PKG-INFO 2017-06-22 14:46:42.000000000
+0200
+++ new/PyWebDAV3-GNUHealth-0.10.2/PKG-INFO 2017-07-15 17:25:27.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: PyWebDAV3-GNUHealth
-Version: 0.10.1
+Version: 0.10.2
Summary: WebDAV library for Python3 - GNU Health port
Home-page: http://health.gnu.org
Author: GNU Health team
@@ -23,6 +23,11 @@
Changes
=======
+ 0.10.2 (July 15 2017)
+ ---------------------
+ Fix WebDAVServer data string conversion to make it compatible with
older
+ Python 3.x versions. Tested on Python 3.6 and Python 3.4
+
0.10.1 (June 6 2017)
---------------------
Fix encoding / decoding issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyWebDAV3-GNUHealth-0.10.1/PyWebDAV3_GNUHealth.egg-info/PKG-INFO
new/PyWebDAV3-GNUHealth-0.10.2/PyWebDAV3_GNUHealth.egg-info/PKG-INFO
--- old/PyWebDAV3-GNUHealth-0.10.1/PyWebDAV3_GNUHealth.egg-info/PKG-INFO
2017-06-22 14:46:41.000000000 +0200
+++ new/PyWebDAV3-GNUHealth-0.10.2/PyWebDAV3_GNUHealth.egg-info/PKG-INFO
2017-07-15 17:25:26.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: PyWebDAV3-GNUHealth
-Version: 0.10.1
+Version: 0.10.2
Summary: WebDAV library for Python3 - GNU Health port
Home-page: http://health.gnu.org
Author: GNU Health team
@@ -23,6 +23,11 @@
Changes
=======
+ 0.10.2 (July 15 2017)
+ ---------------------
+ Fix WebDAVServer data string conversion to make it compatible with
older
+ Python 3.x versions. Tested on Python 3.6 and Python 3.4
+
0.10.1 (June 6 2017)
---------------------
Fix encoding / decoding issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyWebDAV3-GNUHealth-0.10.1/VERSION
new/PyWebDAV3-GNUHealth-0.10.2/VERSION
--- old/PyWebDAV3-GNUHealth-0.10.1/VERSION 2017-06-06 17:03:13.000000000
+0200
+++ new/PyWebDAV3-GNUHealth-0.10.2/VERSION 2017-07-15 17:12:10.000000000
+0200
@@ -1 +1 @@
-0.10.1
+0.10.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyWebDAV3-GNUHealth-0.10.1/doc/Changes
new/PyWebDAV3-GNUHealth-0.10.2/doc/Changes
--- old/PyWebDAV3-GNUHealth-0.10.1/doc/Changes 2017-06-06 17:06:51.000000000
+0200
+++ new/PyWebDAV3-GNUHealth-0.10.2/doc/Changes 2017-07-15 17:21:42.000000000
+0200
@@ -1,3 +1,8 @@
+0.10.2 (July 15 2017)
+---------------------
+Fix WebDAVServer data string conversion to make it compatible with older
+Python 3.x versions. Tested on Python 3.6 and Python 3.4
+
0.10.1 (June 6 2017)
---------------------
Fix encoding / decoding issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyWebDAV3-GNUHealth-0.10.1/pywebdav/lib/WebDAVServer.py
new/PyWebDAV3-GNUHealth-0.10.2/pywebdav/lib/WebDAVServer.py
--- old/PyWebDAV3-GNUHealth-0.10.1/pywebdav/lib/WebDAVServer.py 2017-06-06
17:45:19.000000000 +0200
+++ new/PyWebDAV3-GNUHealth-0.10.2/pywebdav/lib/WebDAVServer.py 2017-07-15
17:19:45.000000000 +0200
@@ -338,7 +338,7 @@
return self.send_status(400)
try:
- DATA = b'%s\n' % pf.createResponse()
+ DATA = pf.createResponse()
except DAV_Error as error:
(ec, dd) = error.args