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