From 2ddf5a72929be20a2ebddd2b8bc34bde8cf880f6130ea5881cada2949113d998 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 19 Nov 2019 21:08:45 +0000 Subject: [PATCH] Accepting request 749766 from home:TheBlackCat:branches:devel:languages:python:numeric Update to 3.0.5 OBS-URL: https://build.opensuse.org/request/show/749766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-girder-client?expand=0&rev=3 --- girder-client-2.4.0.tar.gz | 3 --- girder-client-3.0.5.tar.gz | 3 +++ python-girder-client.changes | 17 +++++++++++++++++ python-girder-client.spec | 7 +++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 girder-client-2.4.0.tar.gz create mode 100644 girder-client-3.0.5.tar.gz diff --git a/girder-client-2.4.0.tar.gz b/girder-client-2.4.0.tar.gz deleted file mode 100644 index e28d900..0000000 --- a/girder-client-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a9c882b8bce2e8233f572a4df9565c678e5614993e6606cdff04251532cddcb -size 21385 diff --git a/girder-client-3.0.5.tar.gz b/girder-client-3.0.5.tar.gz new file mode 100644 index 0000000..068f703 --- /dev/null +++ b/girder-client-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5add1107181f4577d61a55361008968ca832ab8cb3848ae399182cf33f9d92 +size 20620 diff --git a/python-girder-client.changes b/python-girder-client.changes index 6fef4cd..6ffd0fd 100644 --- a/python-girder-client.changes +++ b/python-girder-client.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Nov 19 21:05:23 UTC 2019 - Todd R + +- Update to 3.0.5 + * Update Google OAuth provider to use new OpenID Connect API +- Update to 3.0.4 + * Remove python-dateutil requirement. +- Update to 3.0.3 + * Add indices to audit logs +- Update to 3.0.2 + * Harden the logic when a passwordless user needs to login with OAuth +- Update to 3.0.1 + * Remove some hardcoded version numbers +- Update to 3.0.0 + * Explicitly forbid multipart upload + * Remove the access.cookie decorator. + ------------------------------------------------------------------- Mon Jan 21 03:44:56 UTC 2019 - Todd R diff --git a/python-girder-client.spec b/python-girder-client.spec index c5dfd8c..9a5cf86 100644 --- a/python-girder-client.spec +++ b/python-girder-client.spec @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-girder-client -Version: 2.4.0 +Version: 3.0.5 Release: 0 Summary: Python Girder client License: Apache-2.0 -Group: Development/Languages/Python -URL: http://girder.readthedocs.org/en/latest/python-client.html +URL: https://girder.readthedocs.org/en/latest/python-client.html Source: https://files.pythonhosted.org/packages/source/g/girder-client/girder-client-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros