Hello community,
here is the log from the commit of package python-girder-client for
openSUSE:Factory checked in at 2020-02-03 11:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-girder-client (Old)
and /work/SRC/openSUSE:Factory/.python-girder-client.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-girder-client"
Mon Feb 3 11:13:32 2020 rev:3 rq:768882 version:3.0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-girder-client/python-girder-client.changes
2019-11-20 10:29:24.278588198 +0100
+++
/work/SRC/openSUSE:Factory/.python-girder-client.new.26092/python-girder-client.changes
2020-02-03 11:13:38.709854844 +0100
@@ -1,0 +2,13 @@
+Thu Jan 30 19:34:04 UTC 2020 - Todd R <[email protected]>
+
+- Update to 3.0.6
+ * Added a --token option to the girder-client command line
+ interface to allow users to specify a pre-created authentication
+ token.
+ * Added a --retry option to the girder-client command line
+ interface to retry connection and certain error responses.
+ * Added a --verbose option to the girder-client command line
+ interface to increase the verbosity of information dumped to
+ stderr.
+
+-------------------------------------------------------------------
Old:
----
girder-client-3.0.5.tar.gz
New:
----
girder-client-3.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-girder-client.spec ++++++
--- /var/tmp/diff_new_pack.R84D0v/_old 2020-02-03 11:13:39.617855303 +0100
+++ /var/tmp/diff_new_pack.R84D0v/_new 2020-02-03 11:13:39.621855305 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-girder-client
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-girder-client
-Version: 3.0.5
+Version: 3.0.6
Release: 0
Summary: Python Girder client
License: Apache-2.0
++++++ girder-client-3.0.5.tar.gz -> girder-client-3.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/girder-client-3.0.5/PKG-INFO
new/girder-client-3.0.6/PKG-INFO
--- old/girder-client-3.0.5/PKG-INFO 2019-11-15 01:09:18.000000000 +0100
+++ new/girder-client-3.0.6/PKG-INFO 2020-01-20 20:32:10.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: girder-client
-Version: 3.0.5
+Version: 3.0.6
Summary: Python client for interacting with Girder servers
Home-page: http://girder.readthedocs.org/en/latest/python-client.html
Author: Kitware, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/girder-client-3.0.5/girder_client/__init__.py
new/girder-client-3.0.6/girder_client/__init__.py
--- old/girder-client-3.0.5/girder_client/__init__.py 2019-11-15
01:08:34.000000000 +0100
+++ new/girder-client-3.0.6/girder_client/__init__.py 2020-01-20
20:30:24.000000000 +0100
@@ -1401,7 +1401,7 @@
try:
with open(os.path.join(dest, '.girder_metadata'), 'r') as fh:
self.localMetadata = json.loads(fh.read())
- except (IOError, OSError):
+ except (OSError if six.PY3 else (IOError, OSError)):
print('Local metadata does not exists. Falling back to download.')
def inheritAccessControlRecursive(self, ancestorFolderId, access=None,
public=None):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/girder-client-3.0.5/girder_client.egg-info/PKG-INFO
new/girder-client-3.0.6/girder_client.egg-info/PKG-INFO
--- old/girder-client-3.0.5/girder_client.egg-info/PKG-INFO 2019-11-15
01:09:18.000000000 +0100
+++ new/girder-client-3.0.6/girder_client.egg-info/PKG-INFO 2020-01-20
20:32:10.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: girder-client
-Version: 3.0.5
+Version: 3.0.6
Summary: Python client for interacting with Girder servers
Home-page: http://girder.readthedocs.org/en/latest/python-client.html
Author: Kitware, Inc.